Lots of links related to Isaac sim are broken, including top Google results for things like “isaac install” and “isaac sim requirements”
The broken links look like:
https://docs.omniverse.nvidia.com/app_isaacsim/app_isaacsim/requirements.html
I reported this to the atlassian email address, but thought I’d put it here too so others could track it.
Please fix, thanks!
Still broken – example:
https://docs.omniverse.nvidia.com/isaacsim/latest/install_workstation.html
Click on “Install Omniverse Launcher”
You get a 404. This kind of thing makes it very difficult to get started with Isaac Sim.
Hi @dan.sandberg
While the broken URLs are being fixed, you can manually modify them according to the following pattern:
From
https://docs.omniverse.nvidia.com/isaacsim/latest/<MAIN:PAGE>`
to
https://docs.omniverse.nvidia.com/MAIN/latest/PAGE
Example:
https://docs.omniverse.nvidia.com/isaacsim/latest/<launcher:installing_launcher.html>`
with MAIN=launcher
and PAGE=installing_launcher.html
, then the fixed URL is:
https://docs.omniverse.nvidia.com/launcher/latest/installing_launcher.html
1 Like
Thank you @toni.sm for your help.
@dan.sandberg - Apologies for any inconvenience with the docs. As I have mentioned in other thread, the docs platform was transitioning to new one caused the broken link issue.
The issue is now fixed but if you find any broken link then feel free to reach out us and we will try to fix them ASAP.
@dan.sandberg good catch, this should be the link to the “Custom Node Tutorial” you are looking for.
@rthaker i believe another broken link on that page is “Omnigraph Node Library” which should be pointed to OmniGraph Node Library — extensions latest documentation
Click here:
https://docs.omniverse.nvidia.com/isaacsim/latest/advanced_tutorials/tutorial_extension_templates.html#isaac-sim-app-tutorial-extension-templates
Then go to “API Documentation” on the bottom.
Isn’t there a better way to find these dead links than waiting for users to complain about them? For example, can’t you get access to the server logs that happen when a 404 error occurs?
Cheers,
-Dan
Here’s a separate issue. If you search for “pycodelet” on Google, because you see it referenced in the Isaac Sim docs and you want to know what it is, you get this:
https://www.google.com/search?channel=fs&client=ubuntu-sn&q=pycodelet
The first link is a 404.
-Dan
Thanks for reporting the first link with the 404 errors.
For the second one, I am able to open the first link without any issues.
Great, I guess NVidia or Google fixed it!
rthaker
September 28, 2023, 9:36pm
15
Thanks for reporting this as always @dan.sandberg . Really appreciate it. I have forwarded this issue to right team who will fix it.