diff options
author | Leah Rowe <info@minifree.org> | 2017-04-09 04:12:37 +0100 |
---|---|---|
committer | Leah Rowe <info@minifree.org> | 2017-04-09 04:13:26 +0100 |
commit | f13d26cf3634911da66d514c4d8c2b1cf80e3df2 (patch) | |
tree | 1be3f420e0430c0d810880278c0ac0fa77615e2a | |
parent | 9d4fd9ae45577d94bb85efc270e15fbfcefdfa72 (diff) | |
download | librebootfr-f13d26cf3634911da66d514c4d8c2b1cf80e3df2.tar.gz librebootfr-f13d26cf3634911da66d514c4d8c2b1cf80e3df2.zip |
Footer section on webpages: Rename "Code of Conduct" to "Conduct Guidelines"
-rw-r--r-- | www/git.md | 3 | ||||
-rwxr-xr-x | www/publish.sh | 2 |
2 files changed, 1 insertions, 4 deletions
@@ -33,9 +33,6 @@ GNU+Linux distributions package it in their repositories). GNU+Linux is generally recommended as the OS of choice, for Libreboot development. -Development discussion, including code review, falls under the Libreboot -project's official [Code of Conduct](conduct.md). - How to download Libreboot from the Git repository ------------------------------------------------- diff --git a/www/publish.sh b/www/publish.sh index a3ae0e53..098df29c 100755 --- a/www/publish.sh +++ b/www/publish.sh @@ -41,7 +41,7 @@ fi echo "" >> temp.md printf "[License](/license.md) --\n" >> temp.md printf "[Information about the Libreboot authors](/contrib.md) --\n" >> temp.md -printf "[Code of conduct](/conduct.md)\n" >> temp.md +printf "[Please read our guidelines for good conduct](/conduct.md)\n" >> temp.md # change out .md -> .html sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g' |