Skip to content

Commit a17ea84

Browse files
committed
Fix broken external link in docs
1 parent 877cb90 commit a17ea84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ have sensitive information.
184184
#### WrapFunc (default: `nil`)
185185

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

190190
```go

0 commit comments

Comments
 (0)