From 836e82114329d05e5e6ad6c6d529e13ae8806af0 Mon Sep 17 00:00:00 2001 From: prophecy Date: Thu, 19 Mar 2020 19:46:16 +0600 Subject: [PATCH] Changed the link of API references to pkg.go.dev (#577) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0827d05..19aa2e7 100644 --- a/README.md +++ b/README.md @@ -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)