diff options
author | Loïc Hoguin <[email protected]> | 2017-07-19 19:04:48 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-07-19 19:04:48 +0200 |
commit | 381a193626a94430add700a108e7d9b6fa5babec (patch) | |
tree | fa640a7c5270c29d2626413d124075202599fe69 /doc/src/guide/streams.asciidoc | |
parent | e7a65406a7e429a6fb46465fd4a9a0c3d66d442a (diff) | |
download | cowboy-381a193626a94430add700a108e7d9b6fa5babec.tar.gz cowboy-381a193626a94430add700a108e7d9b6fa5babec.tar.bz2 cowboy-381a193626a94430add700a108e7d9b6fa5babec.zip |
Remove hooks from the user guide
They're gone!
Diffstat (limited to 'doc/src/guide/streams.asciidoc')
-rw-r--r-- | doc/src/guide/streams.asciidoc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/src/guide/streams.asciidoc b/doc/src/guide/streams.asciidoc index 243e581..a20f748 100644 --- a/doc/src/guide/streams.asciidoc +++ b/doc/src/guide/streams.asciidoc @@ -11,5 +11,4 @@ pre-release. Streams are meant to replace hooks. The relevant chapters for Cowboy 1.0 were: -* xref:hooks[Hooks] * xref:broken_clients[Dealing with broken clients] |