Skip to content

Commit b22f1da

Browse files
committed
Fix broken link in tutorial.
Fix #1613.
1 parent fa45092 commit b22f1da

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/intro/tutorial1.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ Indeed, there is no good way to be notified when the other player makes a
1919
move. Workarounds such as polling or long-polling introduce significant
2020
overhead.
2121

22-
Enter `WebSocket <websocket>`_.
22+
Enter WebSocket_.
23+
24+
.. _WebSocket: https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API
2325

2426
The WebSocket protocol provides two-way communication between a browser and a
2527
server over a persistent connection. That's exactly what you need to exchange

0 commit comments

Comments
 (0)