From 58b82d7e0a2d09b16aff0eb644bc006735e2fcb8 Mon Sep 17 00:00:00 2001 From: Joseph Date: Tue, 30 Aug 2016 00:19:10 -0700 Subject: [PATCH] Fixed run validate grammar/fixed hyperlinks at end --- doc/Installation/Installation-CentOS-7-Nginx.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/Installation/Installation-CentOS-7-Nginx.md b/doc/Installation/Installation-CentOS-7-Nginx.md index 58e5d182ab..1e82f373ee 100644 --- a/doc/Installation/Installation-CentOS-7-Nginx.md +++ b/doc/Installation/Installation-CentOS-7-Nginx.md @@ -156,7 +156,7 @@ systemctl enable nginx systemctl enable mariadb ``` -Now run validate your install and make sure everything is ok: +Now run validate.php to validate your install and make sure everything is ok: ```bash cd /opt/librenms @@ -173,10 +173,10 @@ We now suggest that you add localhost as your first device from within the WebUI Now that you've installed LibreNMS, we'd suggest that you have a read of a few other docs to get you going: - - (Performance tuning)[http://docs.librenms.org/Support/Performance] - - (Alerting)[http://docs.librenms.org/Extensions/Alerting/] - - (Device Groups)[http://docs.librenms.org/Extensions/Device-Groups/] - - (Auto discovery)[http://docs.librenms.org/Extensions/Auto-Discovery/] + - [Performance tuning](http://docs.librenms.org/Support/Performance) + - [Alerting](http://docs.librenms.org/Extensions/Alerting/) + - [Device Groups](http://docs.librenms.org/Extensions/Device-Groups/) + - [Auto discovery](http://docs.librenms.org/Extensions/Auto-Discovery/) #### Closing