diff --git a/src/calng/scenes.py b/src/calng/scenes.py index 884ae1c8f700f088be936c6d15e456013e3dbf79..6a8894815db3f1411f6feb4dac669e1bacac4502 100644 --- a/src/calng/scenes.py +++ b/src/calng/scenes.py @@ -144,7 +144,7 @@ class ManagerDeviceStatus(VerticalLayout): text="Documentation", width=7 * BASE_INC, height=BASE_INC, - target=f"{docs_url}/devices/#calibration-manager", + target=f"{docs_url}/devices/middlelayer/#calibration-manager", ) self.children.extend( [ @@ -989,7 +989,7 @@ def manager_device_overview( text="Documentation", width=6 * BASE_INC, height=BASE_INC, - target=f"{docs_url}/devices/#correction-devices", + target=f"{docs_url}/devices/correction-devices", ), padding=0, )