From af11e7c6ec32f9b0db56829b239592f69419b634 Mon Sep 17 00:00:00 2001
From: Anmol Sethi <hi@nhooyr.io>
Date: Thu, 25 Apr 2019 19:43:08 -0400
Subject: [PATCH] Fix godoc links in README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 34e1952..b5adb80 100644
--- a/README.md
+++ b/README.md
@@ -107,8 +107,8 @@ 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 many ways to do the same thing, usage is not clear
 and there are some rough edges. Just compare the godoc of
-[nhooyr/websocket](godoc.org/github.com/nhooyr/websocket) side by side with
-[gorilla/websocket](godoc.org/github.com/gorilla/websocket).
+[nhooyr/websocket](https://godoc.org/github.com/nhooyr/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
 which makes it easy to use correctly.
-- 
GitLab