aboutsummaryrefslogtreecommitdiff
path: root/www/publish.sh
diff options
context:
space:
mode:
Diffstat (limited to 'www/publish.sh')
-rwxr-xr-xwww/publish.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/publish.sh b/www/publish.sh
index 098df29c..c51f65c7 100755
--- a/www/publish.sh
+++ b/www/publish.sh
@@ -41,7 +41,8 @@ fi
echo "" >> temp.md
printf "[License](/license.md) --\n" >> temp.md
printf "[Information about the Libreboot authors](/contrib.md) --\n" >> temp.md
-printf "[Please read our guidelines for good conduct](/conduct.md)\n" >> temp.md
+printf "[Guidelines for good conduct](/conduct.md) --\n" >> temp.md
+printf "[Project Management Guidelines, plus leadership information](/management.md) \n" >> temp.md
# change out .md -> .html
sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g'