From 5385ce06f699b9e26f53fe7826d201a3a4a7dd42 Mon Sep 17 00:00:00 2001 From: Petar Todorov <109748926+petar-i-todorov@users.noreply.github.com> Date: Mon, 20 Oct 2025 19:29:06 +0300 Subject: [PATCH] chore: update bootstrap theme link --- docs/styles-and-layout/less-themes/less-themes-migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/styles-and-layout/less-themes/less-themes-migration.md b/docs/styles-and-layout/less-themes/less-themes-migration.md index 206d7604278..ada1ae58f9c 100644 --- a/docs/styles-and-layout/less-themes/less-themes-migration.md +++ b/docs/styles-and-layout/less-themes/less-themes-migration.md @@ -85,7 +85,7 @@ The following table contains the name of the Less theme and its Sass counterpart | `Metro Black` | `Classic - Metro Dark` | Available | https://kendo.cdn.telerik.com/themes/{{ site.themesCdnVersion }}/classic/classic-metro-dark.css | | `Moonlight` | `Classic - Moonlight` | Available | https://kendo.cdn.telerik.com/themes/{{ site.themesCdnVersion }}/classic/classic-moonlight.css | | `Uniform` | `Classic - Uniform` | Available | https://kendo.cdn.telerik.com/themes/{{ site.themesCdnVersion }}/classic/classic-uniform.css | -| `Bootstrap 3` | `Bootstrap - Bootstrap 3` | Available | https://kendo.cdn.telerik.com/themes/{{ site.themesCdnVersion }}/bootstrap/bootstrap-3-dark.css | +| `Bootstrap 3` | `Bootstrap - Bootstrap 3` | Available | https://kendo.cdn.telerik.com/themes/{{ site.themesCdnVersion }}/bootstrap/bootstrap-3.css | | `Bootstrap 3 Dark` | `Bootstrap - Bootstrap 3 Dark` | Available | https://kendo.cdn.telerik.com/themes/{{ site.themesCdnVersion }}/bootstrap/bootstrap-3-dark.css | | `Flat` | `Bootstrap - Turquoise` | Available | https://kendo.cdn.telerik.com/themes/{{ site.themesCdnVersion }}/bootstrap/bootstrap-turquoise.css | | `Flat Dark` | `Bootstrap - Turquoise Dark` | Available | https://kendo.cdn.telerik.com/themes/{{ site.themesCdnVersion }}/bootstrap/bootstrap-turquoise-dark.css |