Skip to content

Commit

Permalink
Fix broken external link in docs (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiendc authored Nov 19, 2024
1 parent 877cb90 commit 5680a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ have sensitive information.
#### WrapFunc (default: `nil`)

If this value is default (which is `nil`), `go-apperrors` will use the lib
[github.com/go-errors/errors](github.com/go-errors/errors) to wrap and attach stack trace to errors.
[github.com/go-errors/errors](https://github.com/go-errors/errors) to wrap and attach stack trace to errors.
If you don't want to attach stack trace, provide a self-implementation on initialization.

```go
Expand Down

0 comments on commit 5680a39

Please sign in to comment.