=doc typesafe config is still named typesafe

This commit is contained in:
Konrad Malawski 2016-02-26 11:36:38 +01:00 committed by Konrad Malawski
parent 889e0a670e
commit fc8dd46014
3 changed files with 4 additions and 4 deletions

View file

@ -14,7 +14,7 @@ might amend:
* definition of routers
* tuning of dispatchers
Akka uses the `Lightbend Config Library
Akka uses the `Typesafe Config Library
<https://github.com/typesafehub/config>`_, 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

View file

@ -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
.. _Typesafe Config: https://github.com/typesafehub/config

View file

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