From 315d1f2daff3ce7f075b17e621f84e20729819e9 Mon Sep 17 00:00:00 2001 From: Aaryan Pugarja <85410288+Aaryan-Pugarja@users.noreply.github.com> Date: Thu, 8 May 2025 20:51:15 +0530 Subject: [PATCH] Changed refernce link for bash to bash manual The provided link for bash: https://www.linux.com/training-tutorials/bash-101-working-cli/ Is insufficient and barely any help Replaced with: https://www.gnu.org/software/bash/manual/bash.html Which is the official bash manual Signed-off-by: Aaryan Pugarja <85410288+Aaryan-Pugarja@users.noreply.github.com> --- .../Beginner-CLI-Tools/Configuring-ROS2-Environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.rst b/source/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.rst index eae0fb57d67..5e5548c61f6 100644 --- a/source/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.rst +++ b/source/Tutorials/Beginner-CLI-Tools/Configuring-ROS2-Environment.rst @@ -42,7 +42,7 @@ The commands used in this tutorial assume you followed the binary packages insta You can still follow along if you built from source, but the path to your setup files will likely be different. You also won't be able to use the ``sudo apt install ros--`` command (used frequently in the beginner level tutorials) if you install from source. -If you are using Linux or macOS, but are not already familiar with the shell, `this tutorial `__ will help. +If you are using Linux or macOS, but are not already familiar with the shell, `this tutorial `__ will help. Tasks -----