diff --git a/source/docs/software/pathplanning/trajectory-tutorial/trajectory-tutorial-overview.rst b/source/docs/software/pathplanning/trajectory-tutorial/trajectory-tutorial-overview.rst index 7ba2ecfb6f..310ed40822 100644 --- a/source/docs/software/pathplanning/trajectory-tutorial/trajectory-tutorial-overview.rst +++ b/source/docs/software/pathplanning/trajectory-tutorial/trajectory-tutorial-overview.rst @@ -18,7 +18,7 @@ The goal of this tutorial is to provide "end-to-end" instruction on implementing This tutorial is intended to be approachable for teams without a great deal of programming expertise. While the WPILib library offers significant flexibility in the manner in which its trajectory-following features are implemented, closely following the implementation outlined in this tutorial should provide teams with a relatively-simple, clean, and repeatable solution for autonomous movement. -The full robot code for this tutorial can be found in the RamseteCommand Example Project (`Java `__, `C++ `__). +The full robot code for this tutorial can be found in the RamseteCommand Example Project (`Java `__, `C++ `__). Why Trajectory Following? -------------------------