From 7456f3da1dabc7a7b88840ad145fc58904f69602 Mon Sep 17 00:00:00 2001 From: Raymond Lo <1720147+raymondlo84@users.noreply.github.com> Date: Tue, 20 Jan 2026 11:01:16 -0800 Subject: [PATCH] Fix Isaac Sim links to use HTTPS Updated links to Isaac Sim in the README file to use HTTPS. Or it will redirect to github. --- nvidia/isaac/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nvidia/isaac/README.md b/nvidia/isaac/README.md index 14a4643..2e051db 100644 --- a/nvidia/isaac/README.md +++ b/nvidia/isaac/README.md @@ -122,7 +122,7 @@ ${ISAACSIM_PATH}/isaac-sim.sh ## Run Isaac Lab ## Step 1. Install Isaac Sim -If you haven't already done so, install [Isaac Sim](build.nvidia.com/spark/isaac/isaac-sim) first. +If you haven't already done so, install [Isaac Sim](https://build.nvidia.com/spark/isaac/isaac-sim) first. ## Step 2. Clone the Isaac Lab repository into your workspace @@ -135,7 +135,7 @@ cd IsaacLab ## Step 3. Create a symbolic link to the Isaac Sim installation -Be sure that you have already installed Isaac Sim from [Isaac Sim](build.nvidia.com/spark/isaac/isaac-sim) before running the following command. +Be sure that you have already installed Isaac Sim from [Isaac Sim](https://build.nvidia.com/spark/isaac/isaac-sim) before running the following command. ```bash echo "ISAACSIM_PATH=$ISAACSIM_PATH"