From 657bb0857470dbc8ca19f759f631f1d9a733f390 Mon Sep 17 00:00:00 2001 From: Jonah <47046556+jwbonner@users.noreply.github.com> Date: Sun, 24 Nov 2024 12:50:39 -0500 Subject: [PATCH] Fix AdvantageKit docs link --- docsSite/docs/getting-started/connect-live.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsSite/docs/getting-started/connect-live.md b/docsSite/docs/getting-started/connect-live.md index 09a1d312..ce1136a2 100644 --- a/docsSite/docs/getting-started/connect-live.md +++ b/docsSite/docs/getting-started/connect-live.md @@ -79,7 +79,7 @@ This feature is not intended for controlling the robot on the field. Dashboard-s Fields published by AdvantageKit to the `AdvantageKit` subtable are output-only and cannot be edited. However, users can publish fields from user code that are tunable from AdvantageScope. **Any fields published to the "/Tuning" table on NetworkTables will appear under the "Tuning" table when when using the "NetworkTables 4 (AdvantageKit)" live source.** -For example, a tunable number can be published using the [`LoggedNetworkNumber`](https://docs.advantagekit.org/recording-inputs/dashboard-inputs) class: +For example, a tunable number can be published using the [`LoggedNetworkNumber`](https://docs.advantagekit.org/data-flow/recording-inputs/dashboard-inputs) class: ```java LoggedNetworkNumber tunableNumber = new LoggedNetworkNumber("/Tuning/MyTunableNumber");