diff --git a/akka-docs/rst/java/persistence.rst b/akka-docs/rst/java/persistence.rst index 68ca57f324..b031954447 100644 --- a/akka-docs/rst/java/persistence.rst +++ b/akka-docs/rst/java/persistence.rst @@ -63,7 +63,7 @@ Architecture * *Event sourcing*. Based on the building blocks described above, Akka persistence provides abstractions for the development of event sourced applications (see section :ref:`event-sourcing-java`) -.. _Community plugins: https://gist.github.com/krasserm/8612920#file-akka-persistence-plugins-md +.. _Community plugins: http://akka.io/community/ .. _processors-java: diff --git a/akka-docs/rst/scala/persistence.rst b/akka-docs/rst/scala/persistence.rst index a032e39582..bfea346684 100644 --- a/akka-docs/rst/scala/persistence.rst +++ b/akka-docs/rst/scala/persistence.rst @@ -59,7 +59,7 @@ Architecture * *Event sourcing*. Based on the building blocks described above, Akka persistence provides abstractions for the development of event sourced applications (see section :ref:`event-sourcing`) -.. _Community plugins: https://gist.github.com/krasserm/8612920#file-akka-persistence-plugins-md +.. _Community plugins: http://akka.io/community/ .. _processors: