Skip to content

Commit

Permalink
doc: update readme.md
Browse files Browse the repository at this point in the history
set correct ncs version in readme.md

Signed-off-by: Robert Gałat <[email protected]>
  • Loading branch information
RobertGalatNordic committed Mar 22, 2024
1 parent bcea7d7 commit ac934a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac934a8

Please sign in to comment.