From 6ec657d2bc302e15e626128a5e1908fdcd6d1b7a Mon Sep 17 00:00:00 2001 From: Viktor Klang Date: Sat, 15 Jun 2013 09:50:08 -0400 Subject: [PATCH] #3434 - Fixing dead link to Iteratees in io-codec.rst --- akka-docs/rst/scala/io-codec.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/rst/scala/io-codec.rst b/akka-docs/rst/scala/io-codec.rst index 5698d5f74f..541a1c984c 100644 --- a/akka-docs/rst/scala/io-codec.rst +++ b/akka-docs/rst/scala/io-codec.rst @@ -8,7 +8,7 @@ Encoding and decoding binary data Previously Akka offered a specialized Iteratee implementation in the ``akka.actor.IO`` object which is now deprecated in favor of the pipeline mechanism described here. The documentation for Iteratees can be found `here - `_. + `_. .. warning::