From 964d4121bbceed1ab19e19d2a90bdd77cb2dce33 Mon Sep 17 00:00:00 2001 From: rj-taylor <57951629+rj-taylor@users.noreply.github.com> Date: Tue, 19 Nov 2019 11:14:15 -0500 Subject: [PATCH] documentation link fixes (#10848) * fixes broken link to Contributing doc --- CONTRIBUTING.md | 2 +- doc/Extensions/Syslog.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 805a338041..d34837563d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,2 +1,2 @@ -Please read [the contributing documentation](https://docs.librenms.org/#Developing/ +Please read [the contributing documentation](https://docs.librenms.org/Developing/ "Contributing to LibreNMS") before you work on code or submit a pull request. Thanks! diff --git a/doc/Extensions/Syslog.md b/doc/Extensions/Syslog.md index f1210094d6..d9ae80d2fd 100644 --- a/doc/Extensions/Syslog.md +++ b/doc/Extensions/Syslog.md @@ -221,7 +221,7 @@ $config['syslog_purge'] = 30; The cleanup is run by daily.sh and any entries over X days old are automatically purged. Values are in days. See here for more Clean Up Options -[Link](https://docs.librenms.org/#Support/Configuration/#cleanup-options) +[Link](https://docs.librenms.org/Support/Cleanup-options/) # Client configuration