Skip to content

Commit

Permalink
SA4023: reformat link in documentation
Browse files Browse the repository at this point in the history
This works around a limitation in Hugo's markdown processing that
includes the closing parenthesis in the URL.

Closes: gh-1614
  • Loading branch information
dominikh committed Nov 2, 2024
1 parent 2ff9c53 commit cdd14ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion staticcheck/sa4023/sa4023.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Similar situations to those described here can arise whenever
interfaces are used. Just keep in mind that if any concrete value
has been stored in the interface, the interface will not be nil.
For more information, see The Laws of
Reflection (https://golang.org/doc/articles/laws_of_reflection.html).
Reflection at https://golang.org/doc/articles/laws_of_reflection.html.
This text has been copied from
https://golang.org/doc/faq#nil_error, licensed under the Creative
Expand Down

0 comments on commit cdd14ab

Please sign in to comment.