Docs: Fix description for cdn_url describe (#31747)

after practice cdn sourece will from don't have `v` version url to get
This commit is contained in:
Fizz
2021-03-08 23:17:25 +08:00
committed by GitHub
parent f029e84565
commit 6a7e8646aa

View File

@@ -266,7 +266,7 @@ Path where the socket should be created when `protocol=socket`. Make sure that G
Specify a full HTTP URL address to the root of your Grafana CDN assets. Grafana will add edition and version paths.
For example, given a cdn url like `https://cdn.myserver.com` grafana will try to load a javascript file from
`http://cdn.myserver.com/grafana-oss/v7.4.0/public/build/app.<hash>.js`.
`http://cdn.myserver.com/grafana-oss/7.4.0/public/build/app.<hash>.js`.
<hr />