From c858aa33cccc46ead82d62a6104990848487a81b Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 17 Apr 2024 08:37:38 -0400 Subject: [PATCH] Fix broken link in installation guide --- 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 6ad4aa79e..76160068a 100644 --- a/docs/installation/index.md +++ b/docs/installation/index.md @@ -12,7 +12,7 @@ The following sections detail how to set up a new instance of NetBox: 1. [PostgreSQL database](1-postgresql.md) 1. [Redis](2-redis.md) 3. [NetBox components](3-netbox.md) -4. [Gunicorn](4-gunicorn.md) +4. [Gunicorn](4a-gunicorn.md) or [uWSGI](4b-uwsgi.md) 5. [HTTP server](5-http-server.md) 6. [LDAP authentication](6-ldap.md) (optional)