From 82e55d3a98f45b4f9c8fe051e79af0e722dd3f3f Mon Sep 17 00:00:00 2001
From: Madelen Andersson <madelen.andersson@axis.com>
Date: Thu, 25 Apr 2024 12:58:51 +0200
Subject: [PATCH 1/2] Don't refer to a release until it is done

Co-authored-by: madelen-at-work <madelen-at-work@users.noreply.github.com>
---
 README.md | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 63dcb96..ff312ca 100644
--- a/README.md
+++ b/README.md
@@ -7,11 +7,11 @@ Docker on a compatible Axis device. In addition it bundles the Docker CLI and th
 <!-- omit in toc -->
 ## Notable Releases
 <!-- markdownlint-disable MD013 -->
-| Release                 | AXIS OS min. version | Dockerd version | Type     | Comment                         |
-| ----------------------: | -------------------: | --------------: |----------|---------------------------------|
-| [3.0.0][latest-release] | 11.10                | 26.0.0          | rootless | Latest release                  |
-| [2.0.0][2.0.0-release]  | 11.9                 | 26.0.0          | rootful  | Legacy release AXIS OS 2024 LTS |
-| [1.5.0][1.5.0-release]  | 10.12                | 20.10.9         | rootful  | Legacy release AXIS OS 2022 LTS |
+| Release                  | AXIS OS min. version | Dockerd version | Type     | Comment                         |
+| -----------------------: | -------------------: | --------------: |----------|---------------------------------|
+| [3.0.0-rc.3][3.0.0-rc.3] | 11.10                | 26.0.0          | rootless | Release candidate               |
+| [2.0.0][2.0.0-release]   | 11.9                 | 26.0.0          | rootful  | Legacy release AXIS OS 2024 LTS |
+| [1.5.0][1.5.0-release]   | 10.12                | 20.10.9         | rootful  | Legacy release AXIS OS 2022 LTS |
 
 <!-- markdownlint-enable MD013 -->
 > [!IMPORTANT]
@@ -446,9 +446,9 @@ Take a look at the [CONTRIBUTING.md](CONTRIBUTING.md) file.
 
 <!-- Links to external references -->
 <!-- markdownlint-disable MD034 -->
-[1.5.0-release]: https://github.com/AxisCommunications/docker-compose-acap/releases/tag/1.5.0
-[2.0.0-release]: https://github.com/AxisCommunications/docker-compose-acap/releases/tag/2.0.0
-[acap-native-container-example]: https://github.com/AxisCommunications/acap-native-sdk-examples/tree/main/container-example
+[1.5.0-release]: https://github.com/AxisCommunications/docker-acap/releases/tag/1.5.0
+[2.0.0-release]: https://github.com/AxisCommunications/docker-acap/releases/tag/2.0.0
+[3.0.0-rc.3]: https://github.com/AxisCommunications/docker-acap/releases/tag/3.0.0-rc.3
 [buildx]: https://docs.docker.com/build/install-buildx/
 [devices]: https://axiscommunications.github.io/acap-documentation/docs/axis-devices-and-compatibility#sdk-and-device-compatibility
 [dockerDesktop]: https://docs.docker.com/desktop/

From 4d84eb23608041053a20224c68372f06ba53b278 Mon Sep 17 00:00:00 2001
From: Madelen Andersson <madelen.andersson@axis.com>
Date: Thu, 25 Apr 2024 13:00:47 +0200
Subject: [PATCH 2/2] fixed links to correct repo

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index ff312ca..a642dbf 100644
--- a/README.md
+++ b/README.md
@@ -446,9 +446,9 @@ Take a look at the [CONTRIBUTING.md](CONTRIBUTING.md) file.
 
 <!-- Links to external references -->
 <!-- markdownlint-disable MD034 -->
-[1.5.0-release]: https://github.com/AxisCommunications/docker-acap/releases/tag/1.5.0
-[2.0.0-release]: https://github.com/AxisCommunications/docker-acap/releases/tag/2.0.0
-[3.0.0-rc.3]: https://github.com/AxisCommunications/docker-acap/releases/tag/3.0.0-rc.3
+[1.5.0-release]: https://github.com/AxisCommunications/docker-compose-acap/releases/tag/1.5.0
+[2.0.0-release]: https://github.com/AxisCommunications/docker-compose-acap/releases/tag/2.0.0
+[3.0.0-rc.3]: https://github.com/AxisCommunications/docker-compose-acap/releases/tag/3.0.0-rc.3
 [buildx]: https://docs.docker.com/build/install-buildx/
 [devices]: https://axiscommunications.github.io/acap-documentation/docs/axis-devices-and-compatibility#sdk-and-device-compatibility
 [dockerDesktop]: https://docs.docker.com/desktop/