From 0d7aba5699bd74debf6575c4c7289cd81629c4cb Mon Sep 17 00:00:00 2001 From: laf Date: Mon, 4 May 2015 19:07:18 +0100 Subject: [PATCH] Updated links --- doc/Support/Configuration.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/Support/Configuration.md b/doc/Support/Configuration.md index 38929f10cb..997e2a01f6 100644 --- a/doc/Support/Configuration.md +++ b/doc/Support/Configuration.md @@ -228,11 +228,11 @@ The varying options after that are to support the different transports. #### Alerting -Please see (Alerting)[http://docs.librenms.org/Extensions/Alerting/] section of the docs for configuration options. +Please see [Alerting](http://docs.librenms.org/Extensions/Alerting/) section of the docs for configuration options. #### Billing -Please see (Billing)[http://docs.librenms.org/Extensions/Billing-Module/] section of the docs for setup and configuration options. +Please see [Billing](http://docs.librenms.org/Extensions/Billing-Module/) section of the docs for setup and configuration options. #### Global module support @@ -347,7 +347,7 @@ Mounted storage / mount points to ignore in discovery and polling. #### IRC Bot -Please see (IRC Bot)[http://docs.librenms.org/Extensions/IRC-Bot/] section of the docs for configuration options. +Please see [IRC Bot](http://docs.librenms.org/Extensions/IRC-Bot/) section of the docs for configuration options. #### Authentication @@ -367,7 +367,7 @@ $config['allow_unauth_graphs'] = 0; $config['allow_unauth_graphs_cidr'] = array(); ``` This option will enable unauthenticated access to the graphs from `allow_unauth_graphs_cidr` ranges that you allow. Use - of this option is highly discouraged in favour of the (API)[http://docs.librenms.org/API/API-Docs/] that is now available. + of this option is highly discouraged in favour of the [API](http://docs.librenms.org/API/API-Docs/) that is now available. ```php $config['auth_ldap_version'] = 3; # v2 or v3 @@ -428,4 +428,4 @@ By default, LibreNMS will auto update itself every 24 hours. You can stop this f #### Distributed poller settings -Please see (Distributed Poller)[http://docs.librenms.org/Extensions/Distributed-Poller/] section of the docs for setup and configuration options. \ No newline at end of file +Please see [Distributed Poller](http://docs.librenms.org/Extensions/Distributed-Poller/) section of the docs for setup and configuration options. \ No newline at end of file