Skip to content

Commit 836e821

Browse files
Changed the link of API references to pkg.go.dev (#577)
1 parent c3e18be commit 836e821

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
@@ -8,7 +8,7 @@ Gorilla WebSocket is a [Go](http://golang.org/) implementation of the
88

99
### Documentation
1010

11-
* [API Reference](http://godoc.org/github.com/gorilla/websocket)
11+
* [API Reference](https://pkg.go.dev/github.com/gorilla/websocket?tab=doc)
1212
* [Chat example](https://github.com/gorilla/websocket/tree/master/examples/chat)
1313
* [Command example](https://github.com/gorilla/websocket/tree/master/examples/command)
1414
* [Client and server example](https://github.com/gorilla/websocket/tree/master/examples/echo)

0 commit comments

Comments
 (0)