aboutsummaryrefslogtreecommitdiffstats
path: root/guide/toc.md
diff options
context:
space:
mode:
Diffstat (limited to 'guide/toc.md')
-rw-r--r--guide/toc.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/guide/toc.md b/guide/toc.md
index b57b92e..32234cd 100644
--- a/guide/toc.md
+++ b/guide/toc.md
@@ -6,43 +6,43 @@ Cowboy User Guide
* Prerequisites
* Conventions
* Getting started
- * Routing
+ * [Routing](routing.md)
* Purpose
* Dispatch list
* Match rules
* Bindings
* Constraints
- * Handlers
+ * [Handlers](handlers.md)
* Purpose
* Protocol upgrades
- * HTTP handlers
+ * [HTTP handlers](http_handlers.md)
* Purpose
* Callbacks
* Usage
- * Loop handlers
+ * [Loop handlers](loop_handlers.md)
* Purpose
* Callbacks
* Usage
- * Websocket handlers
+ * [Websocket handlers](ws_handlers.md)
* Purpose
* Callbacks
* Usage
- * REST handlers
+ * [REST handlers](rest_handlers.md)
* Purpose
* Flow diagram
* Callbacks
* Usage
- * Static handlers
+ * [Static handlers](static_handlers.md)
* Purpose
* Usage
- * Request object
+ * [Request object](req.md)
* Purpose
* Request
* Request body
* Reply
- * Hooks
+ * [Hooks](hooks.md)
* On request
* On response
- * Internals
+ * [Internals](internals.md)
* Architecture
* Efficiency considerations