diff --git a/docs/snippets/current-build-links-main.md b/docs/snippets/current-build-links-main.md
index 7ba5eb808..c9f5ecba1 100644
--- a/docs/snippets/current-build-links-main.md
+++ b/docs/snippets/current-build-links-main.md
@@ -1,9 +1,9 @@
-| OS | Download link/command | Verification |
-|---------------------|---------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------|
-| Universal Linux | https://repo.nano.org/live/binaries/nano-node-V26.1-Linux.tar.bz2 | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V26.1-Linux.tar.bz2.sha256) |
-| Debian | https://repo.nano.org/live/binaries/nano-node-V26.1-Linux.deb | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V26.1-Linux.deb.sha256) |
-| macOS | https://repo.nano.org/live/binaries/nano-node-V26.1-Darwin.dmg | [SHA256 Checksum](https://s3.us-east-2.amazonaws.com/repo.nano.org/live/binaries/nano-node-V26.1-Darwin.dmg.sha256) |
-| Windows (exe) | V26.1 is not available yet. | |
-| Windows (zip) | V26.1 is not available yet. | |
-| Docker | `docker pull nanocurrency/nano:V26.1`
See [Pulling the Docker Image](/running-a-node/node-setup/#pulling-the-docker-image) for more details. | |
-| RHEL/RockyLinux rpm | V26.1 is not available yet. | |
+| OS | Download link/command | Verification |
+|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------|
+| Universal Linux | https://repo.nano.org/live/binaries/nano-node-V26.1-Linux.tar.bz2 | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V26.1-Linux.tar.bz2.sha256) |
+| Debian | https://repo.nano.org/live/binaries/nano-node-V26.1-Linux.deb | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V26.1-Linux.deb.sha256) |
+| macOS | https://repo.nano.org/live/binaries/nano-node-V26.1-Darwin.dmg | [SHA256 Checksum](https://s3.us-east-2.amazonaws.com/repo.nano.org/live/binaries/nano-node-V26.1-Darwin.dmg.sha256) |
+| Windows (exe) | https://repo.nano.org/live/binaries/nano-node-V26.1-win64.exe | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V26.1-win64.exe.sha256) |
+| Windows (zip) | https://repo.nano.org/live/binaries/nano-node-V26.1-win64.zip | [SHA256 Checksum](https://repo.nano.org/live/binaries/nano-node-V26.1-win64.zip.sha256) |
+| Docker | `docker pull nanocurrency/nano:V26.1`
See [Pulling the Docker Image](/running-a-node/node-setup/#pulling-the-docker-image) for more details. | |
+| RHEL/RockyLinux rpm | Not available anymore. Please check [Build Options](#build-options) for build instructions. | |
diff --git a/docs/snippets/current-build-links-test.md b/docs/snippets/current-build-links-test.md
index 55887c10c..2df2405da 100644
--- a/docs/snippets/current-build-links-test.md
+++ b/docs/snippets/current-build-links-test.md
@@ -1,9 +1,9 @@
-| OS | Download link/command |
-|---------------------|-------------------------------------------------------------------|
+| OS | Download link/command |
+|---------------------|------------------------------------------------------------------|
| Universal Linux | https://repo.nano.org/test/binaries/nano-node-V26.1-Linux.tar.bz2 |
-| Debian | https://repo.nano.org/test/binaries/nano-node-V26.1-Linux.deb |
-| macOS | https://repo.nano.org/test/binaries/nano-node-V26.1-Darwin.dmg |
-| Windows (exe) | V26.1 is not available yet. |
-| Windows (zip) | V26.1 is not available yet. |
-| Docker | `docker pull nanocurrency/nano-test:V26.1` |
-| RHEL/RockyLinux rpm | Not available for the test network |
+| Debian | https://repo.nano.org/test/binaries/nano-node-V26.1-Linux.deb |
+| macOS | https://repo.nano.org/test/binaries/nano-node-V26.1-Darwin.dmg |
+| Windows (exe) | https://repo.nano.org/test/binaries/nano-node-V26.1-win64.exe |
+| Windows (zip) | https://repo.nano.org/test/binaries/nano-node-V26.1-win64.zip |
+| Docker | `docker pull nanocurrency/nano-test:V26.1` |
+| RHEL/RockyLinux rpm | Not available anymore. Please check [Build Options](#build-options) for build instructions. |