Skip to content

Commit

Permalink
Fix AdvantageKit docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Nov 24, 2024
1 parent 3a37938 commit 657bb08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsSite/docs/getting-started/connect-live.md
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit 657bb08

Please sign in to comment.