From fdf11d8147750e379af9b17792761a267b49ae53 Mon Sep 17 00:00:00 2001 From: appel_c Date: Fri, 21 Jun 2024 14:44:50 +0200 Subject: [PATCH] docs: fix typo in link --- docs/user/widgets/bec_status_box.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/widgets/bec_status_box.md b/docs/user/widgets/bec_status_box.md index d0666bed..ea7af9d6 100644 --- a/docs/user/widgets/bec_status_box.md +++ b/docs/user/widgets/bec_status_box.md @@ -2,7 +2,7 @@ # BEC Status Box **Purpose:** -The [BECStatusBox]](/api_reference/_autosummary/bec_widgets.cli.client.BECStatusBox) Widget is a widget that allows you to monitor the status/health of the all running BEC processes. The widget generates the view automatically and updates the status of the processes in real-time. The top level indicates the overall state of the BEC core services (DeviceServer, ScanServer, SciHub, ScanBundler and FileWriter), but you can also see the status of each individual process by opening the collapsed view. In the collapsed view, you can double click on each process to get a popup window with live updates of the metrics for each process in real-time. +The [BECStatusBox](/api_reference/_autosummary/bec_widgets.cli.client.BECStatusBox) is a widget that allows you to monitor the status/health of the all running BEC processes. The widget generates the view automatically and updates the status of the processes in real-time. The top level indicates the overall state of the BEC core services (DeviceServer, ScanServer, SciHub, ScanBundler and FileWriter), but you can also see the status of each individual process by opening the collapsed view. In the collapsed view, you can double click on each process to get a popup window with live updates of the metrics for each process in real-time. **Key Features:**