We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c8faad commit 97e89a4Copy full SHA for 97e89a4
1 file changed
example_test.go
@@ -162,10 +162,10 @@ func ExampleConn_Ping() {
162
163
// This example demonstrates full stack chat with an automated test.
164
func Example_fullStackChat() {
165
- // https://github.com/nhooyr/websocket/tree/master/internal/examples/chat
+ // https://github.com/coder/websocket/tree/master/internal/examples/chat
166
}
167
168
// This example demonstrates a echo server.
169
func Example_echo() {
170
- // https://github.com/nhooyr/websocket/tree/master/internal/examples/echo
+ // https://github.com/coder/websocket/tree/master/internal/examples/echo
171
0 commit comments