Skip to content

Commit 97e89a4

Browse files
committed
chore(example): use actual links
Signed-off-by: Александр Мелентьев <aleksandr4842@ya.ru>
1 parent 9c8faad commit 97e89a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,10 @@ func ExampleConn_Ping() {
162162

163163
// This example demonstrates full stack chat with an automated test.
164164
func Example_fullStackChat() {
165-
// https://github.com/nhooyr/websocket/tree/master/internal/examples/chat
165+
// https://github.com/coder/websocket/tree/master/internal/examples/chat
166166
}
167167

168168
// This example demonstrates a echo server.
169169
func Example_echo() {
170-
// https://github.com/nhooyr/websocket/tree/master/internal/examples/echo
170+
// https://github.com/coder/websocket/tree/master/internal/examples/echo
171171
}

0 commit comments

Comments
 (0)