aboutsummaryrefslogtreecommitdiffstats
path: root/guide/toc.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-03-03 16:59:02 +0100
committerLoïc Hoguin <[email protected]>2014-03-03 16:59:02 +0100
commit239e5e0ba7f413642aca3cf2735f0709a643fb8e (patch)
tree2c9f32d7b1137f09f134c5c1300f6a2508a8c694 /guide/toc.md
parent64f07fe9a345da95a852c720e3c07569ecc6a59d (diff)
downloadcowboy-239e5e0ba7f413642aca3cf2735f0709a643fb8e.tar.gz
cowboy-239e5e0ba7f413642aca3cf2735f0709a643fb8e.tar.bz2
cowboy-239e5e0ba7f413642aca3cf2735f0709a643fb8e.zip
Update and improve Websocket chapters in the guide
Diffstat (limited to 'guide/toc.md')
-rw-r--r--guide/toc.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/toc.md b/guide/toc.md
index 5229167..26925c5 100644
--- a/guide/toc.md
+++ b/guide/toc.md
@@ -61,7 +61,7 @@ Server push technologies
Using Websocket
---------------
- * The Websocket protocol
+ * [The Websocket protocol](ws_protocol.md)
* [Handling Websocket connections](ws_handlers.md)
Advanced HTTP