Skip to content

Commit

Permalink
Changed the link of API references to pkg.go.dev (#577)
Browse files Browse the repository at this point in the history
  • Loading branch information
thearyanahmed committed Mar 19, 2020
1 parent c3e18be commit 836e821
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Gorilla WebSocket is a [Go](http://golang.org/) implementation of the

### Documentation

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

0 comments on commit 836e821

Please sign in to comment.