From 217ba213dcdf24b1233e12542495a23b9d5ce60a Mon Sep 17 00:00:00 2001 From: Tsvetomir Hristov <106250052+Tsvetomir-Hr@users.noreply.github.com> Date: Mon, 11 Nov 2024 10:42:51 +0200 Subject: [PATCH] chore(TabStrip): update invalid demo urls --- components/tabstrip/overview.md | 2 +- components/tabstrip/tabs-alignment.md | 2 +- components/tabstrip/tabs-position.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/tabstrip/overview.md b/components/tabstrip/overview.md index e0f502cc4a..0914f03989 100644 --- a/components/tabstrip/overview.md +++ b/components/tabstrip/overview.md @@ -143,6 +143,6 @@ The `TabStrip` methods are accessible through its reference. ## See Also * [Live Demo: TabStrip](https://demos.telerik.com/blazor-ui/tabstrip/overview) -* [Live Demo: Tabs Position and Alignment](https://demos.telerik.com/blazor-ui/tabstrip/position-and-alignment) +* [Live Demo: Tabs Position and Alignment](https://demos.telerik.com/blazor-ui/tabstrip/tab-positions) * [Events]({%slug tabstrip-events%}) * [TabStrip API Reference](/blazor-ui/api/Telerik.Blazor.Components.TelerikTabStrip) diff --git a/components/tabstrip/tabs-alignment.md b/components/tabstrip/tabs-alignment.md index db6de666b6..56d5c82a49 100644 --- a/components/tabstrip/tabs-alignment.md +++ b/components/tabstrip/tabs-alignment.md @@ -38,4 +38,4 @@ You can customize their alignment through the `TabAlignment` parameter. It takes ## See Also - * [Live Demo: TabStrip - Tabs Position and Alignment](https://demos.telerik.com/blazor-ui/tabstrip/position-and-alignment) \ No newline at end of file + * [Live Demo: TabStrip - Tabs Position and Alignment](https://demos.telerik.com/blazor-ui/tabstrip/tab-positions) \ No newline at end of file diff --git a/components/tabstrip/tabs-position.md b/components/tabstrip/tabs-position.md index 00c0cf8520..070b5416c1 100644 --- a/components/tabstrip/tabs-position.md +++ b/components/tabstrip/tabs-position.md @@ -37,4 +37,4 @@ You can customize their position through the optional `TabPosition` attribute of ## See Also - * [Live Demo: TabStrip - Tabs Position and Alignment](https://demos.telerik.com/blazor-ui/tabstrip/position-and-alignment) \ No newline at end of file + * [Live Demo: TabStrip - Tabs Position and Alignment](https://demos.telerik.com/blazor-ui/tabstrip/tab-positions) \ No newline at end of file