diff --git a/docker/alpine/init.sh b/docker/alpine/init.sh
index da620b09..209757d8 100755
--- a/docker/alpine/init.sh
+++ b/docker/alpine/init.sh
@@ -12,7 +12,7 @@ if [ -f "/.filebrowser.json" ]; then
echo ""
echo "The volume mount configuration has changed in the latest release."
echo "Please rename .filebrowser.json to settings.json and mount the parent directory to /config".
- echo "Read more on https://github.com/filebrowser/filebrowser/blob/master/docs/installation.md#docker"
+ echo "Read more on https://filebrowser.org/installation.html#docker"
echo ""
echo "This workaround will be removed in a future release."
echo ""
@@ -27,7 +27,7 @@ if [ -f "/database.db" ]; then
echo ""
echo "The volume mount configuration has changed in the latest release."
echo "Please rename database.db to filebrowser.db and mount the parent directory to /database".
- echo "Read more on https://github.com/filebrowser/filebrowser/blob/master/docs/installation.md#docker"
+ echo "Read more on https://filebrowser.org/installation.html#docker"
echo ""
echo "This workaround will be removed in a future release."
echo ""
diff --git a/frontend/src/views/settings/Global.vue b/frontend/src/views/settings/Global.vue
index 6e73a604..e397c6f7 100644
--- a/frontend/src/views/settings/Global.vue
+++ b/frontend/src/views/settings/Global.vue
@@ -65,7 +65,7 @@
{{ t("settings.documentation") }}
@@ -204,7 +204,7 @@
{{ t("settings.documentation") }}