diff --git a/README.md b/README.md
index b92bdc53350597a31a9215bf6df4c1251e2b9b28..34bd48035d8ee9f0edb4355cc87b755e31565e7b 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