From ac934a86a8e91efcd43232f145d1fa1dc6a2d0d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Ga=C5=82at?= Date: Fri, 22 Mar 2024 07:31:49 +0000 Subject: [PATCH] doc: update readme.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit set correct ncs version in readme.md Signed-off-by: Robert Gałat --- .github/docker/Dockerfile | 4 ++-- README.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/docker/Dockerfile b/.github/docker/Dockerfile index f14bbeac71..bdd53526e2 100644 --- a/.github/docker/Dockerfile +++ b/.github/docker/Dockerfile @@ -3,8 +3,8 @@ LABEL org.opencontainers.image.source="https://github.com/nrfconnect/sdk-sidewal ARG DEBIAN_FRONTEND=noninteractive ARG tools_version_major=10 -ARG tools_version_minor=23 -ARG tools_version_patch=2 +ARG tools_version_minor=24 +ARG tools_version_patch=0 ARG command_line_tools_name=nrf-command-line-tools_${tools_version_major}.${tools_version_minor}.${tools_version_patch}_amd64.deb ARG command_line_tools_url=https://nsscprodmedia.blob.core.windows.net/prod/software-and-other-downloads/desktop-software/nrf-command-line-tools/sw/versions-${tools_version_major}-x-x/${tools_version_major}-${tools_version_minor}-${tools_version_patch}/${command_line_tools_name} diff --git a/README.rst b/README.rst index 5483e43d64..fefbcac574 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ Browse the official Sidewalk documentation: * Amazon Sidewalk: https://docs.sidewalk.amazon -To see the official nRF Connect SDK documentation, go to https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.0/nrf/index.html. +To see the official nRF Connect SDK documentation, go to https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.6.0/nrf/index.html. Support