Skip to content

Commit

Permalink
fix(docs): update errors.ts reference (#2209)
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuel-ferdman authored Sep 16, 2024
1 parent 5a61cc0 commit 0df9244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/go/outline/neterrors/neterrors.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func (e Error) Number() int {
return int(e)
}

// Outline error codes. Must be kept in sync with definitions in https://github.com/Jigsaw-Code/outline-apps/blob/master/src/www/model/errors.ts
// Outline error codes. Must be kept in sync with definitions in https://github.com/Jigsaw-Code/outline-apps/blob/master/client/src/www/model/errors.ts
const (
NoError Error = 0
Unexpected Error = 1
Expand Down

0 comments on commit 0df9244

Please sign in to comment.