=doc remove link to self

This commit is contained in:
2beaucoup 2015-07-17 11:25:16 +02:00
parent c429788c6b
commit c63d4fea29

View file

@ -40,7 +40,7 @@ Longer Example
The following is an Akka HTTP route definition that tries to show off a few features. The resulting service does
not really do anything useful but its definition should give you a feel for what an actual API definition with
the :ref:`http-high-level-server-side-api` will look like:
the Routing DSL will look like:
.. includecode2:: ../../code/docs/http/scaladsl/HttpServerExampleSpec.scala
:snippet: long-routing-example