diff options
author | Leah Rowe <info@minifree.org> | 2017-04-28 16:23:25 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-04-28 16:23:25 +0100 |
commit | 494142a4eae4fdc13db559657e2a9a0423e16ee7 (patch) | |
tree | 65082113a31d20bf71162d41927476babd1bd286 | |
parent | d2c9d5fa1dabf95d1dfc719ed2ebbf325bc85cca (diff) | |
download | librebootfr-494142a4eae4fdc13db559657e2a9a0423e16ee7.tar.gz librebootfr-494142a4eae4fdc13db559657e2a9a0423e16ee7.zip |
Fix footer links on website (Alyssa gave me permission to merge it)
-rwxr-xr-x | www/publish.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/publish.sh b/www/publish.sh index eb1cb25f..7b1dacef 100755 --- a/www/publish.sh +++ b/www/publish.sh @@ -42,7 +42,7 @@ echo "" >> temp.md 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 "[Management Guidelines](/management.md) --\n" >> temp.md printf "[Peers Community](https://peers.community/) \n" >> temp.md # change out .md -> .html |