Skip to content

Commit a134edc

Browse files
committed
Fix godoc link in README
1 parent 7f0bc4c commit a134edc

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
@@ -110,7 +110,7 @@ https://github.com/gorilla/websocket
110110
This package is the community standard but it is 6 years old and over time
111111
has accumulated cruft. There are too many ways to do the same thing.
112112
Just compare the godoc of
113-
[nhooyr/websocket](https://godoc.org/github.com/nhooyr/websocket) side by side with
113+
[nhooyr/websocket](https://godoc.org/nhooyr.io/websocket) side by side with
114114
[gorilla/websocket](https://godoc.org/github.com/gorilla/websocket).
115115

116116
The API for nhooyr/websocket has been designed such that there is only one way to do things

0 commit comments

Comments
 (0)