From 7ddaac396194be8d051c9187a998db530ad59fad Mon Sep 17 00:00:00 2001 From: kerr Date: Fri, 14 Nov 2014 00:38:32 +0800 Subject: [PATCH] =doc #16300 correct remote doc to right package --- akka-docs/rst/java/remoting.rst | 2 +- akka-docs/rst/scala/remoting.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/akka-docs/rst/java/remoting.rst b/akka-docs/rst/java/remoting.rst index 0fd9f7f46b..a471645bf9 100644 --- a/akka-docs/rst/java/remoting.rst +++ b/akka-docs/rst/java/remoting.rst @@ -289,7 +289,7 @@ Pluggable transport support --------------------------- Akka can be configured to use various transports to communicate with remote systems. The core -component of this feature is the :meth:`akka.remote.Transport` SPI. Transport implementations must extend this trait. +component of this feature is the :meth:`akka.remote.transport.Transport` SPI. Transport implementations must extend this trait. Transports can be loaded by setting the ``akka.remote.enabled-transports`` configuration key to point to one or more configuration sections containing driver descriptions. diff --git a/akka-docs/rst/scala/remoting.rst b/akka-docs/rst/scala/remoting.rst index 2d795a6dff..44b6bac9fc 100644 --- a/akka-docs/rst/scala/remoting.rst +++ b/akka-docs/rst/scala/remoting.rst @@ -294,7 +294,7 @@ Pluggable transport support --------------------------- Akka can be configured to use various transports to communicate with remote systems. The core -component of this feature is the :meth:`akka.remote.Transport` SPI. Transport implementations must extend this trait. +component of this feature is the :meth:`akka.remote.transport.Transport` SPI. Transport implementations must extend this trait. Transports can be loaded by setting the ``akka.remote.enabled-transports`` configuration key to point to one or more configuration sections containing driver descriptions.