Docs: Fixing v51 link (#28396)

* Update docker migration link in run.sh

* Fix docker migration link in whats-new-in-v5-1.md
This commit is contained in:
Alvaro [Andor] 2020-10-20 16:09:53 +02:00 committed by GitHub
parent 95056ad518
commit 3aa9a0ec3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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