docs: Link fixes such as 301 redirects (#26586)

This commit is contained in:
Hamish Willee
2026-02-26 18:33:37 +11:00
committed by GitHub
parent 444897081e
commit c0af8b9952
49 changed files with 238 additions and 98 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const { site } = useData();
<div v-if="site.title !== 'PX4 Guide (main)'">
<div class="custom-block danger">
<p class="custom-block-title">This page may be out out of date. <a href="https://docs.px4.io/main/en/test_and_ci/test_flights.html">See the latest version</a>.</p>
<p class="custom-block-title">This page may be out out of date. <a href="https://docs.px4.io/main/en/test_and_ci/test_flights">See the latest version</a>.</p>
</div>
</div>