Browse Source

Remove broken links from examples README

Loïc Hoguin 7 years ago
parent
commit
58b70a594b
1 changed files with 0 additions and 6 deletions
  1. 0 6
      examples/README.asciidoc

+ 0 - 6
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