fix repo url

This commit is contained in:
Ben Harris 2018-09-20 18:41:04 -04:00
parent ecbba01ec3
commit fe28b26923
Signed by: ben
GPG Key ID: 4E0AF802FFF7960C
1 changed files with 2 additions and 2 deletions

4
bb.sh
View File

@ -900,7 +900,7 @@ create_includes() {
protected_mail=${global_email//@/@}
protected_mail=${protected_mail//./.}
echo "<div id=\"footer\">$global_license <a href=\"$global_author_url\">$global_author</a> &mdash; <a href=\"mailto:$protected_mail\">$protected_mail</a><br/>"
echo 'generated with <a href="https://git.tilde.team/meta/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>'
echo 'generated with <a href="https://tildegit.org/team/bashblog">bashblog</a>, a single bash script to easily create blogs like this one</div>'
} >> ".footer.html"
fi
}
@ -1011,7 +1011,7 @@ usage() {
echo " use '-n' to sort list by number of posts"
echo ""
echo "for more information please see https://tilde.team/wiki/?page=tildeblogs"
echo "source here: https://git.tilde.team/meta/bashblog"
echo "source here: https://tildegit.org/team/bashblog"
}
# Delete all generated content, leaving only this script