Skip to content

Commit 0293a45

Browse files
committed
change links to godocs.io
1 parent f730889 commit 0293a45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ go install github.com/nishanths/exhaustive/cmd/exhaustive@latest
77
```
88

99
For docs on the flags, the definition of enum, and the definition of
10-
exhaustiveness, see [pkg.go.dev][6].
10+
exhaustiveness, see [godocs.io][4].
1111

1212
For the changelog, see [CHANGELOG][changelog] in the wiki.
1313

@@ -61,8 +61,8 @@ calc.go:6:2: missing cases in switch of type token.Token: Quotient, Remainder
6161
Issues and pull requests are welcome. Before making a substantial
6262
change, please discuss it in an issue.
6363

64-
[1]: https://godoc.org/github.com/nishanths/exhaustive
65-
[2]: https://godoc.org/github.com/nishanths/exhaustive?status.svg
64+
[1]: https://godocs.io/github.com/nishanths/exhaustive
65+
[2]: https://godocs.io/github.com/nishanths/exhaustive?status.svg
6666
[3]: https://pkg.go.dev/golang.org/x/tools/go/analysis
67-
[6]: https://pkg.go.dev/github.com/nishanths/exhaustive#section-documentation
67+
[4]: https://godocs.io/github.com/nishanths/exhaustive
6868
[changelog]: https://github.com/nishanths/exhaustive/wiki/CHANGELOG

0 commit comments

Comments
 (0)