diff --git a/docs/start/install.md b/docs/start/install.md index f2aa43d..a1922c2 100644 --- a/docs/start/install.md +++ b/docs/start/install.md @@ -20,7 +20,7 @@ Database selection should be determined by your particular installation requirem ### Serving Data -Once a database is setup, you need a way of accessing the data. InvenTree provides a "server" application out of the box, but this may not scale particularly well with multiple users. Instead, InvenTree can be served using a webserver such as [Gunicorn](https://gunicorn.org/). For more information see the [deployment documentation](./deploy). +Once a database is setup, you need a way of accessing the data. InvenTree provides a "server" application out of the box, but this may not scale particularly well with multiple users. Instead, InvenTree can be served using a webserver such as [Gunicorn](https://gunicorn.org/). For more information see the [deployment documentation](../deploy). ## OS Requirements