From 63f8f73ee650a489b09d05836682043e4cbdbb05 Mon Sep 17 00:00:00 2001 From: kendo-bot Date: Tue, 25 Apr 2023 04:18:40 +0000 Subject: [PATCH] Sync with Kendo UI Professional --- .../installation/adding-client-side-resources/cdn-service.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-aspnet/installation/adding-client-side-resources/cdn-service.md b/docs-aspnet/installation/adding-client-side-resources/cdn-service.md index 159238b88f9..7d6e438ba3d 100644 --- a/docs-aspnet/installation/adding-client-side-resources/cdn-service.md +++ b/docs-aspnet/installation/adding-client-side-resources/cdn-service.md @@ -38,9 +38,9 @@ In the sample URLs above, you must replace `[VERSION]`, [THEMEVERSION] and `[FIL ## Adding the Required CSS Files -Adding the Kendo CSS files allows you to use the [Kendo UI visual themes]({% slug sassbasedthemes_overview %}). The minified versions of the `.css` files are available in the `themes` folder of the Kendo CDN URL—`https://kendo.cdn.telerik.com/themes/[THEMEVERSION]/default/[FILENAME]`. +Adding the Kendo CSS files allows you to use the [Kendo UI visual themes]({% slug sassbasedthemes_overview %}). The minified versions of the `.css` files are available in the `themes` folder of the Kendo CDN URL—`https://kendo.cdn.telerik.com/themes///.css`. -To load version `{{site.cdnVersion}}` of the desired visual theme, replace `[THEMEVERSION]` and `[FILENAME]` with their actual values, for example, `ttps://kendo.cdn.telerik.com/themes/{{ site.themesCdnVersion }}/default/default-main.css`. +To load version `{{site.themesCdnVersion}}` of the desired visual theme, replace `[THEMEVERSION]` and `[FILENAME]` with their actual values, for example, `https://kendo.cdn.telerik.com/themes/{{ site.themesCdnVersion }}/default/default-main.css`. ## Adding the Required JavaScript Files