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