Skip to content

Commit 88374bc

Browse files
authored
Update Choreo links to frc-docs Choreo page (#2839)
1 parent 672bb07 commit 88374bc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

source/docs/software/pathplanning/pathweaver/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# PathWeaver
22

3-
.. note:: Users may find [Choreo](https://sleipnirgroup.github.io/Choreo/) or [PathPlanner](https://github.com/mjansen4857/pathplanner) more useful. They both have an intuitive user interface and swerve support. Users should already have access to Choreo as it is distributed with the WPILib installer.
3+
.. note:: Users may find :doc:`Choreo </docs/software/wpilib-tools/choreo/index>` or [PathPlanner](https://github.com/mjansen4857/pathplanner) more useful. They both have an intuitive user interface and swerve support. Users should already have access to Choreo as it is distributed with the WPILib installer.
44

55

66
.. toctree::

source/docs/software/pathplanning/pathweaver/introduction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Introduction to PathWeaver
22

3-
.. note:: Users may find [Choreo](https://sleipnirgroup.github.io/Choreo/) or [PathPlanner](https://github.com/mjansen4857/pathplanner) more useful. They both have an intuitive user interface and swerve support. Users should already have access to Choreo as it is distributed with the WPILib installer.
3+
.. note:: Users may find :doc:`Choreo </docs/software/wpilib-tools/choreo/index>` or [PathPlanner](https://github.com/mjansen4857/pathplanner) more useful. They both have an intuitive user interface and swerve support. Users should already have access to Choreo as it is distributed with the WPILib installer.
44

55
Autonomous is an important section of the match; it is exciting when robots do impressive things in autonomous. In order to score, the robot usually need to go somewhere. The faster the robot arrives at that location, the sooner it can score points! The traditional method for autonomous is driving in a straight line, turning to a certain angle, and driving in a straight line again. This approach works fine, but the robot spends a non-negligible amount of time stopping and starting again after each straight line and turn.
66

source/docs/yearly-overview/yearly-changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,4 @@ Supported Operating Systems and Architectures:
202202

203203
## Choreo
204204

205-
Choreo is bundled in the installer! Choreo is an application for creating time optimal autonomous trajectories. [Read more here](https://sleipnirgroup.github.io/Choreo/).
205+
Choreo is bundled in the installer! Choreo is an application for creating time optimal autonomous trajectories. :doc:`Read more here </docs/software/wpilib-tools/choreo/index>`.

0 commit comments

Comments
 (0)