From 7170af23e45816ea7c7329533407344d8efd9fac Mon Sep 17 00:00:00 2001 From: Blottiere Paul Date: Tue, 24 Sep 2024 14:50:16 +0200 Subject: [PATCH] Fix docker pull for v1.1.0 and invalid link --- docs/src/qsa-api/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/qsa-api/installation.md b/docs/src/qsa-api/installation.md index 24a94a2..6ff7058 100644 --- a/docs/src/qsa-api/installation.md +++ b/docs/src/qsa-api/installation.md @@ -15,9 +15,9 @@ $ . venv/bin/activate A prebuilt image can be found on `ghcr.io/pblottiere/qsa`: ```` shell -$ docker pull ghcr.io/pblottiere/qsa:1.0.0 +$ docker pull ghcr.io/pblottiere/qsa:1.1.0 ```` Otherwise the image can manually be built using: -`docker build -t my-custom-qsa-image .`. See [Sandbox](sandbox/) for details -how to use it. +`docker build -t my-custom-qsa-image .`. See [Sandbox](../sandbox/index.html) +for details how to use it.