aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeah Rowe <info@minifree.org>2017-04-05 13:42:30 +0100
committerLeah Rowe <info@minifree.org>2017-04-05 13:42:30 +0100
commite18ef647a27ba9dce1a75463ff2a9e08f5c4bd54 (patch)
treeda1d33276a41bab344509180d46d0411628b83e6
parent5c5b7d947bd62a2b4bfbcfb856df31271e2b866f (diff)
downloadlibrebootfr-e18ef647a27ba9dce1a75463ff2a9e08f5c4bd54.tar.gz
librebootfr-e18ef647a27ba9dce1a75463ff2a9e08f5c4bd54.zip
fix link to license.html
-rwxr-xr-xwww/publish.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/publish.sh b/www/publish.sh
index a5e3be2a..8a2654f0 100755
--- a/www/publish.sh
+++ b/www/publish.sh
@@ -32,7 +32,7 @@ if [ "${FILE}" != "./index" ]; then
fi
echo "" >> temp.md
-echo "[License](license.md)" >> temp.md
+echo "[License](/license.md)" >> temp.md
# change out .md -> .html
sed temp.md -i -e 's/\.md\(#[a-z\-]*\)*)/.html\1)/g'