From 0a6bea3b100c47f792e572782f6ffcb47b2d3156 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Fri, 23 Sep 2016 19:49:58 +0100 Subject: [PATCH] fix: Internal links to some docs were not correct --- doc/Support/Configuration.md | 28 ++++++++++++++-------------- mkdocs.yml | 1 + 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/doc/Support/Configuration.md b/doc/Support/Configuration.md index a949d4d84c..322a18a4a2 100644 --- a/doc/Support/Configuration.md +++ b/doc/Support/Configuration.md @@ -95,11 +95,11 @@ $config['sfdp'] = "/usr/bin/sfdp"; #### Memcached -[Memcached](Extensions/Memcached.md] +[Memcached](../Extensions/Memcached.md] #### RRDCached -[RRDCached](Extensions/RRDCached.md] +[RRDCached](../Extensions/RRDCached.md] #### WebUI Settings @@ -260,7 +260,7 @@ The default v3 snmp details to use, you can expand this array with `[1]`, `[2]`, #### Auto discovery settings -[Auto-Discovery](Extensions/Auto-Discovery.md) +[Auto-Discovery](../Extensions/Auto-Discovery.md) #### Email configuration @@ -284,11 +284,11 @@ The varying options after that are to support the different transports. #### Alerting -[Alerting](Extensions/Alerting.md) +[Alerting](../Extensions/Alerting.md) #### Billing -[Billing](Extensions/Billing-Module.md) +[Billing](../Extensions/Billing-Module.md) #### Global module support @@ -303,7 +303,7 @@ $config['enable_sla'] = 0; # Enable Cisco SLA collection and d #### Port extensions -[Port-Description-Parser](Extensions/Port-Description-Parser.md) +[Port-Description-Parser](../Extensions/Port-Description-Parser.md) ```php $config['enable_ports_etherlike'] = 0; @@ -324,7 +324,7 @@ Setting `rancid_ignorecomments` will disable showing lines that start with # #### Oxidized -[Oxidized](Extensions/Oxidized.md) +[Oxidized](../Extensions/Oxidized.md) #### CollectD ```php @@ -339,11 +339,11 @@ Specify the location of the collectd unix socket. Using a socket allows the coll #### Smokeping -[Smokeping](Extensions/Smokeping.md) +[Smokeping](../Extensions/Smokeping.md) #### NFSen -[NFSen](Extensions/NFSen.md) +[NFSen](../Extensions/NFSen.md) #### Location mapping @@ -425,11 +425,11 @@ Mounted storage / mount points to ignore in discovery and polling. #### IRC Bot -[IRC Bot](Extensions/IRC-Bot.md) +[IRC Bot](../Extensions/IRC-Bot.md) #### Authentication -[Authentication](Extensions/Authentication.md) +[Authentication](../Extensions/Authentication.md) #### Cleanup options @@ -451,7 +451,7 @@ the rrd directory automatically - only enable this if you are comfortable with t #### Syslog options -[Syslog](Extensions/Syslog.md) +[Syslog](../Extensions/Syslog.md) #### Virtualization @@ -484,7 +484,7 @@ You can use this array to rewrite the description of ASes that you have discover #### Auto updates -[Updating](General/Updating.md) +[Updating](../General/Updating.md) #### IPMI Setup the types of IPMI protocols to test a host for and it what order. @@ -499,4 +499,4 @@ $config['ipmi']['type'][] = "open"; #### Distributed poller settings -[Distributed Poller](Extensions/Distributed-Poller.md) +[Distributed Poller](../Extensions/Distributed-Poller.md) diff --git a/mkdocs.yml b/mkdocs.yml index 32d486973a..2e649cf00b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -55,6 +55,7 @@ pages: - Extensions/MIB-based-polling.md - Extensions/Memcached.md - Extensions/Network-Map.md + - Extensions/NFSen.md - Extensions/Oxidized.md - Extensions/Plugin-System.md - Extensions/Poller-Service.md