From 6def8fa9dfbafbc0d484885f9d71463e1f1be993 Mon Sep 17 00:00:00 2001 From: Andrea Colombo Date: Fri, 16 Apr 2021 16:25:13 +0200 Subject: [PATCH] Fix docker link not working --- docs/start/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start/docker.md b/docs/start/docker.md index 7520594..275a37c 100644 --- a/docs/start/docker.md +++ b/docs/start/docker.md @@ -4,7 +4,7 @@ title: Docker Setup ## Docker Image -The most convenient method of installing and running InvenTree is to use the official [docker image](https://hub.docker.com/inventree/inventree). +The most convenient method of installing and running InvenTree is to use the official [docker image](https://hub.docker.com/r/inventree/inventree). The InvenTree docker image contains all the required system packages, python modules, and configuration files for running InvenTree.