From a56291d07a28548784f46aed16a4b219c9b57e39 Mon Sep 17 00:00:00 2001 From: Dorsa Rohani Date: Wed, 23 Oct 2024 07:51:48 -0400 Subject: [PATCH] Fixes broken URLs in markdown files (#1272) # Description Fixes the broken URLs in README.md and CONTRIBUTING.md ## Type of change - [x] Bug fix (non-breaking change which fixes an issue) ## Screenshots Not applicable for this change ## Checklist - [x] I have made corresponding changes to the documentation - [x] My changes generate no new warnings - [x] I have added tests that prove my fix is effective or that my feature works - [x] I have added my name to the `CONTRIBUTORS.md` or my name already exists there --------- Co-authored-by: Kelly Guo --- CONTRIBUTING.md | 2 +- CONTRIBUTORS.md | 1 + README.md | 4 ++-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b75e4e5bc1..b837c0df92 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,4 +5,4 @@ the framework more mature and useful for everyone. These may happen in forms of design proposals and more. For general information on how to contribute see -. +. diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index a47a1ab8a8..a0e671618c 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -42,6 +42,7 @@ Guidelines for modifications: * Calvin Yu * Chenyu Yang * David Yang +* Dorsa Rohani * Gary Lvov * Giulio Romualdi * HoJin Jeon diff --git a/README.md b/README.md index 590fd5aeb7..04f5106105 100644 --- a/README.md +++ b/README.md @@ -25,11 +25,11 @@ installation steps, features, tutorials, and how to set up your project with Isa We wholeheartedly welcome contributions from the community to make this framework mature and useful for everyone. These may happen as bug reports, feature requests, or code contributions. For details, please check our -[contribution guidelines](https://isaac-sim.github.io/IsaacLab/source/refs/contributing.html). +[contribution guidelines](https://isaac-sim.github.io/IsaacLab/main/source/refs/contributing.html). ## Troubleshooting -Please see the [troubleshooting](https://isaac-sim.github.io/IsaacLab/source/refs/troubleshooting.html) section for +Please see the [troubleshooting](https://isaac-sim.github.io/IsaacLab/main/source/refs/troubleshooting.html) section for common fixes or [submit an issue](https://github.com/isaac-sim/IsaacLab/issues). For issues related to Isaac Sim, we recommend checking its [documentation](https://docs.omniverse.nvidia.com/app_isaacsim/app_isaacsim/overview.html)