From a86f2a2597dc841732645a2d204cbee644c8bf74 Mon Sep 17 00:00:00 2001 From: Ivan Date: Fri, 19 May 2017 09:59:53 +0200 Subject: [PATCH] Update FAQ.md (#6683) Fixed markdown. --- doc/Support/FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Support/FAQ.md b/doc/Support/FAQ.md index 6bef163be7..8f7b30e3da 100644 --- a/doc/Support/FAQ.md +++ b/doc/Support/FAQ.md @@ -88,7 +88,7 @@ If the page you are trying to load has a substantial amount of data in it then i The easiest way to check if all is well is to run `./validate.php` as root from within your install directory. This should give you info on why things aren't working. One other reason could be a restricted snmpd.conf file or snmp view which limits the data sent back. If you use net-snmp then we suggest using -the (included snmpd.conf)[https://raw.githubusercontent.com/librenms/librenms/master/snmpd.conf.example] file. +the [included snmpd.conf](https://raw.githubusercontent.com/librenms/librenms/master/snmpd.conf.example) file. #### How do I debug pages not loading correctly?