=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

@ -11,7 +11,7 @@ of converting an exception to its argument, an ExceptionHandler__, which is defi
trait ExceptionHandler extends PartialFunction[Throwable, Route]
__ @github@/akka-http-scala/src/main/scala/akka/http/scaladsl/server/ExceptionHandler.scala
__ @github@/akka-http/src/main/scala/akka/http/scaladsl/server/ExceptionHandler.scala
Since an ``ExceptionHandler`` is a partial function it can choose, which exceptions it would like to handle and
which not. Unhandled exceptions will simply continue to bubble up in the route structure.