Merge pull request #3006 from bobapple/fix/docs-broken-links

Fix broken links in docs of monitoring and translation module
This commit is contained in:
Michael Friedrich 2017-10-13 14:01:24 +02:00 committed by GitHub
commit bbf95497d0
3 changed files with 7 additions and 7 deletions

View File

@ -6,9 +6,9 @@ The module specific configuration is stored in `/etc/icingaweb2/modules/monitori
File/Directory | Description
----------------------------------------------------------------------|---------------------------------
[config.ini](01-Configuration.md#monitoring-module-configuration-general) | Security settings (e.g. protected custom vars) for the `monitoring` module |
[backends.ini](02-Backends.md#monitoring-module-backends) | Data backend (e.g. the IDO database [resource](../../../doc/04-Resources.md#resources-configuration-database) name).
[commandtransports.ini](03-Command-Transports.md#commandtransports) | Command transports for specific Icinga instances
config.ini | Security settings (e.g. protected custom vars) for the `monitoring` module |
[backends.ini](04-Backends.md#monitoring-module-backends) | Data backend (e.g. the IDO database [resource](../../../doc/04-Resources.md#resources-configuration-database) name).
[commandtransports.ini](05-Command-Transports.md) | Command transports for specific Icinga instances
## General Configuration <a id="monitoring-module-configuration-general"></a>

View File

@ -13,7 +13,7 @@ You can define multiple command transports in the `commandtransports.ini` file.
containing its name, followed by the config directives for this transport in the standard INI-format.
Icinga Web 2 will try one transport after another to send a command until the command is successfully sent.
If [configured](02-Command-Transports.md#commandtransports-multiple-instances), Icinga Web 2 will take different instances into account.
If [configured](05-Command-Transports.md#commandtransports-multiple-instances), Icinga Web 2 will take different instances into account.
The order in which Icinga Web 2 processes the configured transports is defined by the order of sections in
`commandtransports.ini`.

View File

@ -3,9 +3,9 @@
Icinga Web 2 provides localization out of the box - for the core application and the modules, that means
that you can with a lightness use existent localizations, update or even create you own localizations.
The chapters [Translation for Developers](03-Translations.md#module-translation-developers),
[Translation for Translators](03-Translations.md#module-translation-translators) and
[Testing Translations](03-Translations.md#module-translation-tests) will introduce and explain you, how to take
The chapters [Translation for Developers](03-Translation.md#module-translation-developers),
[Translation for Translators](03-Translation.md#module-translation-translators) and
[Testing Translations](03-Translation.md#module-translation-tests) will introduce and explain you, how to take
part on localizing Icinga Web 2 for different languages and how to use the
`translation module` to make your life much easier.