Skip to content

Commit 96cf17a

Browse files
committed
Improve link to echo example
1 parent 7518ba4 commit 96cf17a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ if err != nil {
6767
}
6868
```
6969

70-
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).
70+
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).
7171

7272
### Client
7373

0 commit comments

Comments
 (0)