diff --git a/akka-docs/rst/general/configuration.rst b/akka-docs/rst/general/configuration.rst index ad971ef63a..1fd9624337 100644 --- a/akka-docs/rst/general/configuration.rst +++ b/akka-docs/rst/general/configuration.rst @@ -14,7 +14,7 @@ might amend: * definition of routers * tuning of dispatchers -Akka uses the `Lightbend Config Library +Akka uses the `Typesafe Config Library `_, which might also be a good choice for the configuration of your own application or library built with or without Akka. This library is implemented in Java with no external dependencies; you diff --git a/akka-docs/rst/java/http/configuration.rst b/akka-docs/rst/java/http/configuration.rst index aa3e32645c..1926c7f766 100644 --- a/akka-docs/rst/java/http/configuration.rst +++ b/akka-docs/rst/java/http/configuration.rst @@ -3,7 +3,7 @@ Configuration ============= -Just like any other Akka module Akka HTTP is configured via `Lightbend Config`_. +Just like any other Akka module Akka HTTP is configured via `Typesafe Config`_. Usually this means that you provide an ``application.conf`` which contains all the application-specific settings that differ from the default ones provided by the reference configuration files from the individual Akka modules. @@ -25,4 +25,4 @@ akka-http The other Akka HTTP modules do not offer any configuration via `Typesafe Config`_. -.. _Typesafe Config: https://github.com/typesafehub/config \ No newline at end of file +.. _Typesafe Config: https://github.com/typesafehub/config diff --git a/akka-docs/rst/scala/http/configuration.rst b/akka-docs/rst/scala/http/configuration.rst index e65d48d3b9..8760c0cc54 100644 --- a/akka-docs/rst/scala/http/configuration.rst +++ b/akka-docs/rst/scala/http/configuration.rst @@ -3,7 +3,7 @@ Configuration ============= -Just like any other Akka module Akka HTTP is configured via `Lightbend Config`_. +Just like any other Akka module Akka HTTP is configured via `Typesafe Config`_. Usually this means that you provide an ``application.conf`` which contains all the application-specific settings that differ from the default ones provided by the reference configuration files from the individual Akka modules.