From 030fa60745ec42a2709e6e8d1048104edbf86efd Mon Sep 17 00:00:00 2001 From: Dan Langille Date: Wed, 11 Nov 2015 09:21:58 -0500 Subject: [PATCH] Fix typo in host name: doc -> docs http://docs.librenms.org/Extensions/Authentication/ exists, but http://doc.librenms.org/Extensions/Authentication/) --- doc/Support/Configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Support/Configuration.md b/doc/Support/Configuration.md index 4682988d8..fbfd21fee 100644 --- a/doc/Support/Configuration.md +++ b/doc/Support/Configuration.md @@ -436,7 +436,7 @@ $config['auth_mechanism'] = "mysql"; ``` This is the authentication type to use for the WebUI. MySQL is the default and configured when following the installation instructions. ldap and http-auth are also valid options. For instructions on the different authentication modules please -see [Authentication](http://doc.librenms.org/Extensions/Authentication/). +see [Authentication](http://docs.librenms.org/Extensions/Authentication/). ```php $config['auth_remember'] = '30';