=doc fix broken links in scala-side HTTP docs

This commit is contained in:
Mathias 2015-06-19 15:35:24 +02:00
parent fc301396c6
commit afe2ed3c79
124 changed files with 128 additions and 128 deletions

View file

@ -10,7 +10,7 @@ directive and its ``ExceptionHandler``.
Signature
---------
.. includecode2:: /../../akka-http-scala/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala
.. includecode2:: /../../akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala
:snippet: failWith

View file

@ -9,7 +9,7 @@ Completes the request with a redirection response to a given targer URI and of a
Signature
---------
.. includecode2:: /../../akka-http-scala/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala
.. includecode2:: /../../akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala
:snippet: redirect
@ -19,7 +19,7 @@ Description
``redirect`` is a convenience helper for completing the request with a redirection response.
It is equivalent to this snippet relying on the ``complete`` directive:
.. includecode2:: /../../akka-http-scala/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala
.. includecode2:: /../../akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala
:snippet: red-impl

View file

@ -9,7 +9,7 @@ Explicitly rejects the request optionally using the given rejection(s).
Signature
---------
.. includecode2:: /../../akka-http-scala/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala
.. includecode2:: /../../akka-http/src/main/scala/akka/http/scaladsl/server/directives/RouteDirectives.scala
:snippet: reject