Updates linkchecker and fixes up the doc contribution sections (#24660)

* Update yarn linkchecker

* Fix edit page links. Fix contribution pages
This commit is contained in:
Hamish Willee
2025-04-03 12:41:56 +11:00
committed by GitHub
parent db97dd471d
commit 27ff547e07
5 changed files with 56 additions and 27 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ jobs:
- name: Run link checker
id: link-check
run: |
npm -g install markdown_link_checker_sc@0.0.137
npm -g install markdown_link_checker_sc@0.0.138
markdown_link_checker_sc -r ${{ github.workspace }} -d docs -e en -f ./logs/prFiles.json -i assets -u docs.px4.io/main/ > ./logs/errorsFilteredByPrPages.md
mkdir -p ./pr
cp ./logs/errorsFilteredByPrPages.md ./pr/errorsFilteredByPrPages.md