Fix typo in host name: doc -> docs

http://docs.librenms.org/Extensions/Authentication/ exists, but http://doc.librenms.org/Extensions/Authentication/)
This commit is contained in:
Dan Langille
2015-11-11 09:21:58 -05:00
parent 725fc56f41
commit 030fa60745

View File

@@ -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';