diff --git a/docs/sources/whatsnew/whats-new-in-v5-1.md b/docs/sources/whatsnew/whats-new-in-v5-1.md index 0fa889f58d2..f3118c642fd 100644 --- a/docs/sources/whatsnew/whats-new-in-v5-1.md +++ b/docs/sources/whatsnew/whats-new-in-v5-1.md @@ -42,7 +42,7 @@ Version | User | User ID < 5.1 | grafana | 104 >= 5.1 | grafana | 472 -Please read the [updated documentation](/installation/docker/#migration-from-a-previous-version-of-the-docker-container-to-5-1-or-later) which includes migration instructions and more information. +Please read the [updated documentation](/installation/docker/#migrate-to-v51-or-later) which includes migration instructions and more information. ## Prometheus diff --git a/packaging/docker/run.sh b/packaging/docker/run.sh index 63f20742c96..cad15d19a73 100755 --- a/packaging/docker/run.sh +++ b/packaging/docker/run.sh @@ -18,7 +18,7 @@ if [ ! -r "$GF_PATHS_HOME" ]; then fi if [ $PERMISSIONS_OK -eq 1 ]; then - echo "You may have issues with file permissions, more information here: http://docs.grafana.org/installation/docker/#migration-from-a-previous-version-of-the-docker-container-to-5-1-or-later" + echo "You may have issues with file permissions, more information here: http://docs.grafana.org/installation/docker/#migrate-to-v51-or-later" fi if [ ! -d "$GF_PATHS_PLUGINS" ]; then