From 354f11a6d61511beee8d6b2362e79f3d2b01600c Mon Sep 17 00:00:00 2001 From: Chris Gerth Date: Tue, 24 Sep 2024 18:19:49 -0500 Subject: [PATCH] Fix broken links (#1430) --- 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.