From 02740cead7353e874cc423962204d91f28e69a58 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Sat, 6 Aug 2022 09:31:14 +1000 Subject: [PATCH] Revert change in deploy.md --- deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.md b/deploy.md index bb25dd56..73a50866 100644 --- a/deploy.md +++ b/deploy.md @@ -22,4 +22,4 @@ A [bare metal installation guide](https://inventree.readthedocs.io/en/latest/sta ### Other Options -The core InvenTree server is built using the widely used python-based framework [Django](https://djangoproject.com/). Therefore there are deployment methods for nearly all plattforms and architectures. \ No newline at end of file +The core InvenTree server is built using the widely used python-based framework [Django](https://djangoproject.com/). Therefore there are deployment methods for nearly all plattforms and architectures. If you want to read more about InvenTree's structure and a typical installation read the [architecture overview](../contribute/code/architecture).