diff --git a/akka-docs/rst/java/http/client-side/host-level.rst b/akka-docs/rst/java/http/client-side/host-level.rst index 7dea5e82dd..5b0ab79ece 100644 --- a/akka-docs/rst/java/http/client-side/host-level.rst +++ b/akka-docs/rst/java/http/client-side/host-level.rst @@ -32,7 +32,7 @@ Configuring a Host Connection Pool Apart from the connection-level config settings and socket options there are a number of settings that allow you to influence the behavior of the connection pool logic itself. -Check out the ``akka.http.client.host-connection-pool`` section of the Akka HTTP :ref:`akka-http-configuration-java` for +Check out the ``akka.http.host-connection-pool`` section of the Akka HTTP :ref:`akka-http-configuration-java` for more information about which settings are available and what they mean. Note that, if you request pools with different configurations for the same target host you will get *independent* pools. diff --git a/akka-docs/rst/scala/http/client-side/host-level.rst b/akka-docs/rst/scala/http/client-side/host-level.rst index 745f1e3f16..6a5b6ef84b 100644 --- a/akka-docs/rst/scala/http/client-side/host-level.rst +++ b/akka-docs/rst/scala/http/client-side/host-level.rst @@ -32,7 +32,7 @@ Configuring a Host Connection Pool Apart from the connection-level config settings and socket options there are a number of settings that allow you to influence the behavior of the connection pool logic itself. -Check out the ``akka.http.client.host-connection-pool`` section of the Akka HTTP :ref:`akka-http-configuration` for +Check out the ``akka.http.host-connection-pool`` section of the Akka HTTP :ref:`akka-http-configuration` for more information about which settings are available and what they mean. Note that, if you request pools with different configurations for the same target host you will get *independent* pools.