M README.md => README.md +1 -1
@@ 93,7 93,7 @@ Detailed features
Plugins
------------
-Simply drop your plugins into a directory called plugins. If you want them available system wide, put them in /usr/share/bashtml/plugins. This is a work in progress, so more documentation is coming soon. Until then, check the bashtml.sh code for details. A plugin repository is available at [https://gitlab.com/stormdragon2976/bashtml-plugins](https://gitlab.com/stormdragon2976/bashtml-plugins).
+Simply drop your plugins into a directory called plugins. If you want them available system wide, put them in /usr/share/bashtml/plugins. This is a work in progress, so more documentation is coming soon. Until then, check the bashtml.sh code for details. A plugin repository is available at [https://git.2mb.codes/~stormdragon2976/bashtml-plugins](https://git.2mb.codes/~stormdragon2976/bashtml-plugins).
*Features*
M bashtml.sh => bashtml.sh +1 -1
@@ 879,7 879,7 @@ create_includes() {
echo "<b>$protected_mail</b><br />"
echo "$global_license <a href=\"$global_author_url\">$global_author</a> — <b>email protected</b><br/>"
echo "</noscript>"
- echo 'Generated with <a href="https://gitlab.com/stormdragon2976/bashtml">BasHTML</a>, a bash script to easily create blogs like this one</div>'
+ echo 'Generated with <a href="https://git.2mb.codes/~stormdragon2976/bashtml">BasHTML</a>, a bash script to easily create blogs like this one</div>'
} >> ".footer.html"
fi
}