fix: lowercase Welcome landing link
https://projects.knownelement.com/issues/928
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user