From 4ec10901da1bce500a9044742ba6cb911de6b76e Mon Sep 17 00:00:00 2001 From: Anmol Sethi <hi@nhooyr.io> Date: Sat, 30 Mar 2019 15:59:02 -0500 Subject: [PATCH] Fix link to production quality server example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fba0840..c980149 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ func main() { } ``` -For a production quality example that shows off the low level API, see the [echo example](https://godoc.org/nhooyr.io/websocket#ex-Accept--Echo). +For a production quality example that shows off the low level API, see the echo example on the [godoc](https://godoc.org/nhooyr.io/websocket#Accept). ### Client -- GitLab