From 6a7e8646aa161a79763fd2adc2e11828fe93eaef Mon Sep 17 00:00:00 2001 From: Fizz <13631686641@sina.cn> Date: Mon, 8 Mar 2021 23:17:25 +0800 Subject: [PATCH] Docs: Fix description for cdn_url describe (#31747) after practice cdn sourece will from don't have `v` version url to get --- docs/sources/administration/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/administration/configuration.md b/docs/sources/administration/configuration.md index 2559a01dfca..8e9e631ae5f 100644 --- a/docs/sources/administration/configuration.md +++ b/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..js`. +`http://cdn.myserver.com/grafana-oss/7.4.0/public/build/app..js`.