=doc #16300 correct remote doc to right package

This commit is contained in:
kerr 2014-11-14 00:38:32 +08:00 committed by 何品
parent 1e27cc8452
commit 7ddaac3961
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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.