fix: update documentation links

This commit is contained in:
Henrique Dias 2025-06-30 16:25:08 +02:00
parent 4403cd3572
commit 38d0366acf
2 changed files with 4 additions and 4 deletions

View file

@ -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 ""