From 9b595e93df0518a124a3c7ff9470008872556be7 Mon Sep 17 00:00:00 2001 From: Jiwen Cai Date: Mon, 27 Jul 2026 22:00:18 +0000 Subject: [PATCH] docs: fix broken Isaac Lab documentation links The Isaac Lab docs removed source/deployment/index.html; the cloud deployment content now lives in the "Cloud workstations" section of source/features/docker_cloud.html. The same reorg renamed the installation page's #general-requirements anchor to #system-requirements, which the Isaac Lab system requirements footnote pointed at. Signed-off-by: Jiwen Cai --- docs/source/references/requirements.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/references/requirements.rst b/docs/source/references/requirements.rst index dbafe09a7..9e001c7f3 100644 --- a/docs/source/references/requirements.rst +++ b/docs/source/references/requirements.rst @@ -67,7 +67,7 @@ The recommended workstation configuration for Sim-based Teleop is: - 580.95.05 or newer If you are only using XR headsets for teleoperation, you can host the workstation in the cloud. -See `Isaac Lab Cloud Deployment `_ +See `Isaac Lab Cloud Deployment `_ for more details. Human-centric Data Collection @@ -108,5 +108,5 @@ to device peripherals. The minimum requirements for the laptop/workstation are: .. [#isaacsim-req] Please refer to `Isaac Sim System Requirements `_ for more details. -.. [#isaaclab-req] Please refer to `Isaac Lab System Requirements `_ +.. [#isaaclab-req] Please refer to `Isaac Lab System Requirements `_ for more details.