diff options
Diffstat (limited to 'www/publish.sh')
-rwxr-xr-x | www/publish.sh | 2 |
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' |