From 96cf17a0a56e427a5dc74b04fe95dd5956c09191 Mon Sep 17 00:00:00 2001
From: Anmol Sethi <hi@nhooyr.io>
Date: Sat, 30 Mar 2019 23:04:10 -0500
Subject: [PATCH] Improve link to echo example

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index b92bdc5..34bd480 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ if err != nil {
 }
 ```
 
-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).
+For a production quality example that shows off the low level API, see the [echo example](https://github.com/nhooyr/websocket/blob/7518ba4d5413de6c0f9a77f0166636c796d17bfb/example_test.go#L15-L78).
 
 ### Client
 
-- 
GitLab