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::