summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.0/guide/migrating_from_1.0/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-07-23 19:59:12 +0200
committerLoïc Hoguin <[email protected]>2017-07-23 19:59:12 +0200
commit1bb95a639cc90500014c4783db4416c2898e5166 (patch)
tree02b73be2c703ef603cee1a32438b4dd0da39e2bf /docs/en/cowboy/2.0/guide/migrating_from_1.0/index.html
parentc41928fd607d35521a2b8de74e23529142841663 (diff)
downloadninenines.eu-1bb95a639cc90500014c4783db4416c2898e5166.tar.gz
ninenines.eu-1bb95a639cc90500014c4783db4416c2898e5166.tar.bz2
ninenines.eu-1bb95a639cc90500014c4783db4416c2898e5166.zip
Update the Cowboy 2.0 docs
Diffstat (limited to 'docs/en/cowboy/2.0/guide/migrating_from_1.0/index.html')
-rw-r--r--docs/en/cowboy/2.0/guide/migrating_from_1.0/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/en/cowboy/2.0/guide/migrating_from_1.0/index.html b/docs/en/cowboy/2.0/guide/migrating_from_1.0/index.html
index 8cfa2dae..c10169c4 100644
--- a/docs/en/cowboy/2.0/guide/migrating_from_1.0/index.html
+++ b/docs/en/cowboy/2.0/guide/migrating_from_1.0/index.html
@@ -139,7 +139,7 @@ Because of the many changes in the internals of Cowboy,
<li>
<p>
Websocket permessage-deflate compression is now supported
- via the <code>websocket_compress</code> option.
+ via the <code>compress</code> option.
</p>
</li>
<li>
@@ -448,8 +448,8 @@ The static file handler has been improved to handle more special
<nav style="margin:1em 0">
- <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/sub_protocols/">
- Sub protocols
+ <a style="float:left" href="https://ninenines.eu/docs/en/cowboy/2.0/guide/middlewares/">
+ Middlewares
</a>