mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 00:47:38 -06:00
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:
parent
95056ad518
commit
3aa9a0ec3f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user