aboutsummaryrefslogtreecommitdiff
path: root/www/publish.sh
diff options
context:
space:
mode:
Diffstat (limited to 'www/publish.sh')
-rwxr-xr-xwww/publish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/publish.sh b/www/publish.sh
index e79c5adf..4a580787 100755
--- a/www/publish.sh
+++ b/www/publish.sh
@@ -36,7 +36,7 @@ if [ "${FILE}" != "./index" ]; then
fi
echo "" >> temp.md
-echo "[License](/license.md)" >> temp.md
+echo "[License](/license.md) -- [Information about the Libreboot authors](/contrib.md)" >> temp.md
# change out .md -> .html
sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g'