fix: lowercase Welcome landing link
QA / repo-qa (push) Canceled after 0s
QA / live-qa (push) Canceled after 0s

https://projects.knownelement.com/issues/928
This commit is contained in:
2026-09-07 12:42:51 -05:00
parent 08e5d6de5a
commit 93f7115252
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ Operating manual for the Austin HQ shop. Migrated from the
STLShopBook mdbook; original source preserved with full git
history under `shop-manual-src/`.
- [Welcome](Welcome)
- [Welcome](welcome)
- [Version History](version-history)
- [Shop Health / Safety / Security information](shss)
- [First Aid](first-aid)
+3 -2
View File
@@ -1,3 +1,4 @@
#!/bin/bash
# runs repo QA before any push
"$(dirname "$0")/site-qa.sh"
# runs repo QA before any push (gitea pre-push hook)
cd "$(dirname "$0")/../.." || exit 1
exec ./qa/site-qa.sh