docs(fix): broken link (#27067)

This commit is contained in:
Hamish Willee
2026-04-14 07:51:33 +10:00
committed by GitHub
parent beeb168273
commit 28aeb36637
+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 of date. <a href="/en/contribute/dev_call.md">See the latest version</a>.</p>
<p class="custom-block-title">This page may be out of date. <a href="../contribute/dev_call.md">See the latest version</a>.</p>
</div>
</div>