aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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'