From a134edc0d8e463e5975d35f05894270dc6e242ea Mon Sep 17 00:00:00 2001
From: Anmol Sethi <hi@nhooyr.io>
Date: Wed, 4 Sep 2019 00:26:02 -0500
Subject: [PATCH] Fix godoc link in README

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

diff --git a/README.md b/README.md
index bfbbb22..57e3eff 100644
--- a/README.md
+++ b/README.md
@@ -110,7 +110,7 @@ https://github.com/gorilla/websocket
 This package is the community standard but it is 6 years old and over time
 has accumulated cruft. There are too many ways to do the same thing.
 Just compare the godoc of
-[nhooyr/websocket](https://godoc.org/github.com/nhooyr/websocket) side by side with
+[nhooyr/websocket](https://godoc.org/nhooyr.io/websocket) side by side with
 [gorilla/websocket](https://godoc.org/github.com/gorilla/websocket).
 
 The API for nhooyr/websocket has been designed such that there is only one way to do things
-- 
GitLab