From 2fde455e4973e87e04feaaf1daaf2a8367581cb8 Mon Sep 17 00:00:00 2001 From: Edgard Mota Date: Tue, 30 Jul 2019 15:46:44 -0300 Subject: [PATCH] Fixing typo on installation index --- docs/installation/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/index.md b/docs/installation/index.md index 54daa62e3..a44d79542 100644 --- a/docs/installation/index.md +++ b/docs/installation/index.md @@ -4,7 +4,7 @@ The following sections detail how to set up a new instance of NetBox: 1. [PostgreSQL database](1-postgresql.md) 2. [NetBox components](2-netbox.md) -3. [HTTP dameon](3-http-daemon.md) +3. [HTTP daemon](3-http-daemon.md) 4. [LDAP authentication](4-ldap.md) (optional) # Upgrading