Docs: Fix description for cdn_url describe (#31747)

after practice cdn sourece will from don't have `v` version url to get
pull/31711/head^2
Fizz 5 years ago committed by GitHub
parent f029e84565
commit 6a7e8646aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/administration/configuration.md

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

Loading…
Cancel
Save