From f6dbdcea454bc1d64f8963548183a9ca154b7f6a Mon Sep 17 00:00:00 2001 From: Alexander Temerev Date: Thu, 28 Apr 2016 11:10:54 +0200 Subject: [PATCH] doc #20409 Broken link corrected in Akka HTTP WS server docs (#20410) * Akka-HTTP Websocket server doc (broken link corrected) --- akka-docs/rst/scala/http/routing-dsl/websocket-support.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/rst/scala/http/routing-dsl/websocket-support.rst b/akka-docs/rst/scala/http/routing-dsl/websocket-support.rst index 2748a0fdb4..135a1d4009 100644 --- a/akka-docs/rst/scala/http/routing-dsl/websocket-support.rst +++ b/akka-docs/rst/scala/http/routing-dsl/websocket-support.rst @@ -111,4 +111,4 @@ requests to run against a route using `WS` which can be used to provide a mock W testing of the WebSocket handler's behavior if the request was accepted. -.. _example: @github@/akka-docs-dev/rst/scala/code/docs/http/scaladsl/server/WebSocketExampleSpec.scala +.. _example: @github@/akka-docs/rst/scala/code/docs/http/scaladsl/server/WebSocketExampleSpec.scala