From 62037757facd8cce7bf3971e53896a2427a8e926 Mon Sep 17 00:00:00 2001 From: Valerian Date: Mon, 22 Apr 2013 00:33:04 +0300 Subject: [PATCH] Fix links to EchoServer.scala --- akka-docs/rst/scala/io.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/rst/scala/io.rst b/akka-docs/rst/scala/io.rst index d256bbf26e..cf05863984 100644 --- a/akka-docs/rst/scala/io.rst +++ b/akka-docs/rst/scala/io.rst @@ -518,7 +518,7 @@ operation: These models (with the exception of the second which is rather specialised) are demonstrated in complete examples below. The full and contiguous source is -available `on github <@github@/akka-docs/rst/scala/code/io/EchoServer.scala>`_. +available `on github <@github@/akka-docs/rst/scala/code/docs/io/EchoServer.scala>`_. .. note::