From c63d4fea2917c581c702ac5c0a021094bb7ebcb0 Mon Sep 17 00:00:00 2001 From: 2beaucoup Date: Fri, 17 Jul 2015 11:25:16 +0200 Subject: [PATCH] =doc remove link to self --- akka-docs-dev/rst/scala/http/routing-dsl/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs-dev/rst/scala/http/routing-dsl/index.rst b/akka-docs-dev/rst/scala/http/routing-dsl/index.rst index fbfb495268..916406e51c 100644 --- a/akka-docs-dev/rst/scala/http/routing-dsl/index.rst +++ b/akka-docs-dev/rst/scala/http/routing-dsl/index.rst @@ -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 \ No newline at end of file