aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-04-09 04:12:37 +0100
committerLeah Rowe <info@minifree.org>2017-04-09 04:13:26 +0100
commitf13d26cf3634911da66d514c4d8c2b1cf80e3df2 (patch)
tree1be3f420e0430c0d810880278c0ac0fa77615e2a
parent9d4fd9ae45577d94bb85efc270e15fbfcefdfa72 (diff)
downloadlibrebootfr-f13d26cf3634911da66d514c4d8c2b1cf80e3df2.tar.gz
librebootfr-f13d26cf3634911da66d514c4d8c2b1cf80e3df2.zip
Footer section on webpages: Rename "Code of Conduct" to "Conduct Guidelines"
-rw-r--r--www/git.md3
-rwxr-xr-xwww/publish.sh2
2 files changed, 1 insertions, 4 deletions
diff --git a/www/git.md b/www/git.md
index fca2f400..02dfe072 100644
--- a/www/git.md
+++ b/www/git.md
@@ -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'