We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e18be commit 836e821Copy full SHA for 836e821
README.md
@@ -8,7 +8,7 @@ Gorilla WebSocket is a [Go](http://golang.org/) implementation of the
8
9
### Documentation
10
11
-* [API Reference](http://godoc.org/github.com/gorilla/websocket)
+* [API Reference](https://pkg.go.dev/github.com/gorilla/websocket?tab=doc)
12
* [Chat example](https://github.com/gorilla/websocket/tree/master/examples/chat)
13
* [Command example](https://github.com/gorilla/websocket/tree/master/examples/command)
14
* [Client and server example](https://github.com/gorilla/websocket/tree/master/examples/echo)
0 commit comments