Commit 3aa9a0ec by Alvaro [Andor] Committed by GitHub

Docs: Fixing v51 link (#28396)

* Update docker migration link in run.sh

* Fix docker migration link in whats-new-in-v5-1.md
parent 95056ad5
......@@ -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
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment