diff options
-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' |