Skip to content

Commit

Permalink
Fix broken links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Jan 6, 2025
1 parent 6b2357f commit 57dddf0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/getting-started/installation/vscode-welcome.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ AdvantageKit is a logging, telemetry, and replay framework developed by Team 632
**The steps below are required to complete a valid installation of AdvantageKit.**

:::tip
Instead of installing AdvantageKit in an existing project, consider using one of AdvantageKit's [template projects](../template-projects/) to get started more quickly. These projects can be downloaded from the [latest release](https://github.com/Mechanical-Advantage/AdvantageKit/releases/latest) and include prebuilt subsystems for **swerve drives**, **vision systems**, the **FIRST KitBot**, and more!
Instead of installing AdvantageKit in an existing project, consider using one of AdvantageKit's [template projects](/category/template-projects) to get started more quickly. These projects can be downloaded from the [latest release](https://github.com/Mechanical-Advantage/AdvantageKit/releases/latest) and include prebuilt subsystems for **swerve drives**, **vision systems**, the **FIRST KitBot**, and more!
:::

1. Add the following blocks to the `build.gradle` file. Note that the lines under `dependencies` should be combined with the existing `dependencies` block.
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/whats-new/full-changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sidebar_position: 1
- Added replay watch feature ([docs](/getting-started/replay-watch), [example](/getting-started/what-is-advantagekit/example-rapid-iteration))
- Added record logging with structs ([docs](/data-flow/supported-types#records))
- Added support for 2D array logging ([docs](/data-flow/supported-types#simple))
- Added support for primitive supplier logging as outputs ([docs](/data-flow/supported-types#supplier-output-only))
- Added support for primitive supplier logging as outputs ([docs](/data-flow/supported-types#suppliers-output-only))
- Added support for recursive input logging
- Added automatic alerts logging ([docs](/data-flow/built-in-logging#alerts))
- Added automatic logging for VH-109 radio ([docs](/data-flow/built-in-logging#radio-status))
Expand Down

0 comments on commit 57dddf0

Please sign in to comment.