From 521d8913a960d14a51b0bc6be42def0903a91169 Mon Sep 17 00:00:00 2001 From: Quinn <39351374+Quinn1876@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:59:07 -0400 Subject: [PATCH 1/2] Update Windows-Install-Binary.rst to include link to releases page Previous Ros2 distros include this link in the install section of their documentation. This allows users to easily find the download page for the windows package Signed-off-by: Quinn <39351374+Quinn1876@users.noreply.github.com> --- source/Installation/Windows-Install-Binary.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Installation/Windows-Install-Binary.rst b/source/Installation/Windows-Install-Binary.rst index 2b8a76b9178..14f302c5444 100644 --- a/source/Installation/Windows-Install-Binary.rst +++ b/source/Installation/Windows-Install-Binary.rst @@ -25,7 +25,7 @@ Only Windows 10 is supported. Install ROS 2 ------------- -* Download the latest package for Windows, e.g., ``ros2-package-windows-AMD64.zip``. +* Download the latest package for Windows, e.g., ``ros2-package-windows-AMD64.zip`` from https://github.com/ros2/ros2/releases. .. note:: From 7e3b428687f8af60da1cd49be69072fc27e0dc37 Mon Sep 17 00:00:00 2001 From: Chris Lalancette Date: Wed, 25 Oct 2023 16:28:14 -0400 Subject: [PATCH 2/2] Update source/Installation/Windows-Install-Binary.rst Signed-off-by: Chris Lalancette --- source/Installation/Windows-Install-Binary.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/Installation/Windows-Install-Binary.rst b/source/Installation/Windows-Install-Binary.rst index 14f302c5444..784020e0e2f 100644 --- a/source/Installation/Windows-Install-Binary.rst +++ b/source/Installation/Windows-Install-Binary.rst @@ -25,7 +25,8 @@ Only Windows 10 is supported. Install ROS 2 ------------- -* Download the latest package for Windows, e.g., ``ros2-package-windows-AMD64.zip`` from https://github.com/ros2/ros2/releases. +* Go to the releases page: https://github.com/ros2/ros2/releases +* Download the latest package for Windows, e.g., ``ros2-package-windows-AMD64.zip`` .. note::