diff options
author | Loïc Hoguin <[email protected]> | 2017-08-09 09:47:56 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2017-08-09 09:47:56 +0200 |
commit | 58b70a594b7c74494f4859695e94295691b749c5 (patch) | |
tree | 522bc90fb2b5ab85a8283cdb3f3c5d1e1d93bfd6 | |
parent | c0ec1ad4a932dfb9970909f20699bdc803692535 (diff) | |
download | cowboy-58b70a594b7c74494f4859695e94295691b749c5.tar.gz cowboy-58b70a594b7c74494f4859695e94295691b749c5.tar.bz2 cowboy-58b70a594b7c74494f4859695e94295691b749c5.zip |
Remove broken links from examples README
-rw-r--r-- | examples/README.asciidoc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/README.asciidoc b/examples/README.asciidoc index 7e5c6e0..2c077bd 100644 --- a/examples/README.asciidoc +++ b/examples/README.asciidoc @@ -15,9 +15,6 @@ * link:echo_post[]: parse and echo a POST parameter -* link:error_hook[]: - provide custom error pages - * link:eventsource[]: eventsource emitter and consumer @@ -39,9 +36,6 @@ * link:rest_pastebin[]: create text objects and return the data type that matches the request type (html, text) -* link:rest_stream_response[]: - stream results from a data store - * link:ssl_hello_world[]: simplest SSL application |