diff options
author | Alyssa Rosenzweig <alyssa@rosenzweig.io> | 2017-04-28 15:21:29 +0000 |
---|---|---|
committer | Gogs <gogitservice@gmail.com> | 2017-04-28 15:21:29 +0000 |
commit | d2c9d5fa1dabf95d1dfc719ed2ebbf325bc85cca (patch) | |
tree | d0345482400e8eee8d5281047440501b78aaacf9 /www/publish.sh | |
parent | a96520fe90fcc34fb8bb4dde55fb7a34635998f5 (diff) | |
parent | 000796aa5edc66caf30c845ed4609b05ea0f15ad (diff) | |
download | librebootfr-d2c9d5fa1dabf95d1dfc719ed2ebbf325bc85cca.tar.gz librebootfr-d2c9d5fa1dabf95d1dfc719ed2ebbf325bc85cca.zip |
Merge branch 'peers/move-link-to-footer' of libreboot/libreboot into master
Diffstat (limited to 'www/publish.sh')
-rwxr-xr-x | www/publish.sh | 1 |
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' |