aboutsummaryrefslogtreecommitdiff
path: root/www/publish.sh
diff options
context:
space:
mode:
Diffstat (limited to 'www/publish.sh')
-rwxr-xr-xwww/publish.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/publish.sh b/www/publish.sh
index fe193437..eb1cb25f 100755
--- a/www/publish.sh
+++ b/www/publish.sh
@@ -43,6 +43,7 @@ printf "[License](/license.md) --\n" >> temp.md
printf "[Authors](/contrib.md) --\n" >> temp.md
printf "[Conduct Guidelines](/conduct.md) --\n" >> temp.md
printf "[Management Guidelines](/management.md) \n" >> temp.md
+printf "[Peers Community](https://peers.community/) \n" >> temp.md
# change out .md -> .html
sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g'