Skip to content

Commit

Permalink
Fix http 301 redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
cmacfarl committed Dec 10, 2024
1 parent 2d4287f commit 5184a57
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Introduction
------------

In the 2023-2024 season, `FIRST Tech Challenge has introduced
AprilTags <https://ftc-docs.firstinspires.org/apriltag-intro>`__ into
AprilTags <https://ftc-docs.firstinspires.org/en/latest/apriltag/vision_portal/apriltag_intro/apriltag-intro.html>`__ into
the season-unique competition. AprilTags were developed by the April
Robotics Laboratory at the University of Michigan and are a visual
fiducial tagging system, built on a similar concept as QR codes, useful
Expand Down Expand Up @@ -75,7 +75,7 @@ to verify that the page printed properly.
For more in-depth information about AprilTag detection values, and
better understanding what they mean, please visit the following website:

- https://ftc-docs.firstinspires.org/apriltag-detection-values
- `Understanding AprilTag Detection Values <https://ftc-docs.firstinspires.org/en/latest/apriltag/understanding_apriltag_detection_values/understanding-apriltag-detection-values.html>`__
- :download:`Download and print the official PDF <files/FTCAprilTagSDK82SamplesExtended.pdf>`


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ previous run’s results.
Mac OSX users may need special software for Android file transfer.

Next, read and follow the calibration instructions posted at
`ftc-docs <https://ftc-docs.firstinspires.org/camera-calibration>`__.
`ftc-docs <https://ftc-docs.firstinspires.org/en/latest/programming_resources/vision/camera_calibration/camera-calibration.html>`__.
Other calibration programs are widely available online.

Existing Warnings
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -512,7 +512,7 @@ Info* page when you navigate to address "192.168.43.1:8080":

2. Verify that the PATH environment variable for your Windows
computer includes the path to the adb.exe executable file. The
`Android Developer website <https://developer.android.com/studio/command-line/adb>`__
`Android Developer website <https://developer.android.com/tools/adb>`__
tells you where in your Android SDK installation you can find the
adb.exe file. This
`post <https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/>`__
Expand Down

0 comments on commit 5184a57

Please sign in to comment.