From 012a875241474994ed716fde9ece6981ffe51c7a Mon Sep 17 00:00:00 2001 From: Nadezhda Tacheva Date: Wed, 14 Jul 2021 17:20:14 +0300 Subject: [PATCH] chore(wizard,stepper):fix links to demos --- components/stepper/display-modes.md | 2 +- components/stepper/steps/indicators.md | 2 +- components/wizard/overview.md | 2 +- components/wizard/structure/buttons.md | 2 +- components/wizard/structure/content.md | 2 +- components/wizard/structure/stepper.md | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/components/stepper/display-modes.md b/components/stepper/display-modes.md index fc7c497ffa..2143dd3320 100644 --- a/components/stepper/display-modes.md +++ b/components/stepper/display-modes.md @@ -66,4 +66,4 @@ If you want to display only labels for the steps, set the `StepType` parameter o ## See Also - * [Live Demo: Stepper Template](https://demos.telerik.com/blazor-ui/stepper/configuration) \ No newline at end of file + * [Live Demo: Stepper Configuration](https://demos.telerik.com/blazor-ui/stepper/configuration) \ No newline at end of file diff --git a/components/stepper/steps/indicators.md b/components/stepper/steps/indicators.md index b1d3537c45..2b257a05ea 100644 --- a/components/stepper/steps/indicators.md +++ b/components/stepper/steps/indicators.md @@ -86,4 +86,4 @@ When defining text and icons for the step indicators, you should take into consi ## See Also * [Live Demo: Stepper Overview](https://demos.telerik.com/blazor-ui/stepper/overview) - * [Live Demo: Stepper Icons](https://demos.telerik.com/blazor-ui/stepper/overview) \ No newline at end of file + * [Live Demo: Stepper Icons](https://demos.telerik.com/blazor-ui/stepper/icons) \ No newline at end of file diff --git a/components/wizard/overview.md b/components/wizard/overview.md index 4c04294724..76e07246b0 100644 --- a/components/wizard/overview.md +++ b/components/wizard/overview.md @@ -179,4 +179,4 @@ The Wizard ## See Also - * [Live Demos: Wizard Overview](https://demos.telerik.com/blazor-ui/wizard/index) \ No newline at end of file + * [Live Demos: Wizard Overview](https://demos.telerik.com/blazor-ui/wizard/overview) \ No newline at end of file diff --git a/components/wizard/structure/buttons.md b/components/wizard/structure/buttons.md index 0b7de3b63d..6b1f2e0521 100644 --- a/components/wizard/structure/buttons.md +++ b/components/wizard/structure/buttons.md @@ -126,4 +126,4 @@ This configuration overrides the whole rendering of the bottom right section of ## See Also - * [Live Demos: Wizard Overview](https://demos.telerik.com/blazor-ui/wizard/buttons) \ No newline at end of file + * [Live Demos: Wizard Buttons](https://demos.telerik.com/blazor-ui/wizard/buttons) \ No newline at end of file diff --git a/components/wizard/structure/content.md b/components/wizard/structure/content.md index 2bad642463..152c1215e9 100644 --- a/components/wizard/structure/content.md +++ b/components/wizard/structure/content.md @@ -63,4 +63,4 @@ The `Content` of the Wizard is a `ChildContent` of the `WizardStep`. While it is ## See Also - * [Live Demos: Wizard Overview](https://demos.telerik.com/blazor-ui/wizard/index) \ No newline at end of file + * [Live Demos: Wizard Overview](https://demos.telerik.com/blazor-ui/wizard/overview) \ No newline at end of file diff --git a/components/wizard/structure/stepper.md b/components/wizard/structure/stepper.md index 8a1b61cb8a..7be8d4459d 100644 --- a/components/wizard/structure/stepper.md +++ b/components/wizard/structure/stepper.md @@ -363,4 +363,4 @@ You can toggle the `Valid` parameter value based on your application logic to ac ## See Also - * [Live Demos: Wizard Overview](https://demos.telerik.com/blazor-ui/wizard/configuration) \ No newline at end of file + * [Live Demos: Wizard Configuration](https://demos.telerik.com/blazor-ui/wizard/configuration) \ No newline at end of file