From 59e945abb4e2f67b77d528e252bceb49de16fda6 Mon Sep 17 00:00:00 2001 From: Chris Gerth Date: Sun, 22 Sep 2024 07:23:41 -0500 Subject: [PATCH] Fix broken links --- docs/source/docs/examples/poseest.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/docs/examples/poseest.md b/docs/source/docs/examples/poseest.md index 3d10e6c87..ffa971059 100644 --- a/docs/source/docs/examples/poseest.md +++ b/docs/source/docs/examples/poseest.md @@ -1,8 +1,8 @@ # Using WPILib Pose Estimation, Simulation, and PhotonVision Together -The following example comes from the PhotonLib example repository ([Java](https://github.com/gerth2/photonvision/tree/master/photonlib-java-examples/poseest)/[C++](https://github.com/gerth2/photonvision/tree/master/photonlib-cpp-examples/poseest)/[Python](https://github.com/gerth2/photonvision/tree/master/photonlib-python-examples/poseest)). Full code is available at that links. +The following example comes from the PhotonLib example repository ([Java](https://github.com/PhotonVision/photonvision/tree/master/photonlib-java-examples/poseest)/[C++](https://github.com/PhotonVision/photonvision/tree/master/photonlib-cpp-examples/poseest)/[Python](https://github.com/PhotonVision/photonvision/tree/master/photonlib-python-examples/poseest)). Full code is available at that links. -## Knowledge and Equipment Needed +## Knowledge and Equipment Needed - Everything required in {ref}`Combining Aiming and Getting in Range `, plus some familiarity with WPILib pose estimation functionality.