From 48afb2358609d4e5a41bc689c0838332a074d018 Mon Sep 17 00:00:00 2001 From: Patrik Nordwall Date: Thu, 20 Feb 2014 11:47:43 +0100 Subject: [PATCH] =doc #3881 Change link to persistence community plugins --- akka-docs/rst/java/persistence.rst | 2 +- akka-docs/rst/scala/persistence.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: