Skip to content

Commit af11e7c

Browse files
committed
Fix godoc links in README.md
1 parent 2427aba commit af11e7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ https://github.com/gorilla/websocket
107107
This package is the community standard but it is 6 years old and over time
108108
has accumulated cruft. There are many ways to do the same thing, usage is not clear
109109
and there are some rough edges. Just compare the godoc of
110-
[nhooyr/websocket](godoc.org/github.com/nhooyr/websocket) side by side with
111-
[gorilla/websocket](godoc.org/github.com/gorilla/websocket).
110+
[nhooyr/websocket](https://godoc.org/github.com/nhooyr/websocket) side by side with
111+
[gorilla/websocket](https://godoc.org/github.com/gorilla/websocket).
112112

113113
The API for nhooyr/websocket has been designed such that there is only one way to do things
114114
which makes it easy to use correctly.

0 commit comments

Comments
 (0)