From 68e00aa4f255a15a9f1067a6a10b85a8b1bf9bfe Mon Sep 17 00:00:00 2001 From: tiffany jernigan Date: Thu, 23 Oct 2025 16:36:10 -0700 Subject: [PATCH] Docs: Fix broken link in sources/troubleshoot/debug (#4653) (cherry picked from commit 1aaa7ce2f2e86298bf155190eab219b30fc46680) --- docs/sources/troubleshoot/debug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/troubleshoot/debug.md b/docs/sources/troubleshoot/debug.md index c1cc0a5821..57469af845 100644 --- a/docs/sources/troubleshoot/debug.md +++ b/docs/sources/troubleshoot/debug.md @@ -54,7 +54,7 @@ You can click and drag the components to move them around. To access the graph page of a module, click on the **Graph** button on the module's detail page. -The amount of data that exits a component that supports [live debugging][#live-debugging-page] is shown on the outgoing edges of the component. +The amount of data that exits a component that supports [live debugging](#live-debugging-page) is shown on the outgoing edges of the component. The data is refreshed according to the `window` parameter. ### Component detail page