From 640464a6543b2111bdb58d0174f2ce86c5836cbe Mon Sep 17 00:00:00 2001 From: wyzula-jan Date: Wed, 21 Aug 2024 21:46:44 +0200 Subject: [PATCH] fix(docs): changed link to scan gui config in main docs --- docs/user/widgets/scan_control/scan_control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/widgets/scan_control/scan_control.md b/docs/user/widgets/scan_control/scan_control.md index cdfac949..a11dc9e4 100644 --- a/docs/user/widgets/scan_control/scan_control.md +++ b/docs/user/widgets/scan_control/scan_control.md @@ -20,7 +20,7 @@ By default, this widget supports scans that are derived from the following base ``` ```{hint} -The full procedure how to design `gui_config` for your custom scan class is described in the [Scan GUI Configuration](https://beamline-experiment-control.readthedocs.io/en/latest/developer/scans/scans.html) tutorial. +The full procedure how to design `gui_config` for your custom scan class is described in the [Scan GUI Configuration](https://bec.readthedocs.io/en/latest/developer/scans/scan_gui_config.html) tutorial. ``` ````