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
|
STLShopBook mdbook; original source preserved with full git
|
||||||
history under `shop-manual-src/`.
|
history under `shop-manual-src/`.
|
||||||
|
|
||||||
- [Welcome](Welcome)
|
- [Welcome](welcome)
|
||||||
- [Version History](version-history)
|
- [Version History](version-history)
|
||||||
- [Shop Health / Safety / Security information](shss)
|
- [Shop Health / Safety / Security information](shss)
|
||||||
- [First Aid](first-aid)
|
- [First Aid](first-aid)
|
||||||
|
|||||||
+3
-2
@@ -1,3 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# runs repo QA before any push
|
# runs repo QA before any push (gitea pre-push hook)
|
||||||
"$(dirname "$0")/site-qa.sh"
|
cd "$(dirname "$0")/../.." || exit 1
|
||||||
|
exec ./qa/site-qa.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user