From 03da3f9436a31a51aee5b1494df29b7985420e34 Mon Sep 17 00:00:00 2001 From: Jan Kiszka Date: Fri, 19 Mar 2021 16:24:25 +0100 Subject: [PATCH] docs: Improve link to container images We were linking version 2.2 here. Reported-by: Vivien Didelot Signed-off-by: Jan Kiszka --- docs/userguide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/userguide.rst b/docs/userguide.rst index c35f616..e996245 100644 --- a/docs/userguide.rst +++ b/docs/userguide.rst @@ -28,8 +28,8 @@ There are (at least) four options for using kas: - Use the container image in CI. Specify ``ghcr.io/siemens/kas/kas[-isar][:]`` in your CI script that requests a container image as runtime environment. See - https://github.com/orgs/siemens/packages/container/kas%2Fkas/31765 and - https://github.com/orgs/siemens/packages/container/kas%2Fkas-isar/31794 for + https://github.com/orgs/siemens/packages/container/kas%2Fkas/versions and + https://github.com/orgs/siemens/packages/container/kas%2Fkas-isar/versions for all available images. - Use the **run-kas** wrapper from this directory. In this case, replace ``kas`` in the examples below with ``path/to/run-kas``.