diff --git a/_contentTemplates/common/get-started.md b/_contentTemplates/common/get-started.md index 207fbab13..6cde74fb3 100644 --- a/_contentTemplates/common/get-started.md +++ b/_contentTemplates/common/get-started.md @@ -123,7 +123,7 @@ To have the project use the Telerik UI for Blazor components, follow these steps Now you have the Telerik components running in your Blazor app. -Next, you can explore the [live demos](https://demos.telerik.com/blazor-ui) and the rest of the documentation. +Next, you can explore the [live demos](https://demos.telerik.com/blazor-ui/) and the rest of the documentation. #end diff --git a/common-features/font-icons.md b/common-features/font-icons.md index f6ea615b6..ab42264fc 100644 --- a/common-features/font-icons.md +++ b/common-features/font-icons.md @@ -60,4 +60,4 @@ The priority order of the Icon properties, if more than one is defined, is ## See Also * [Kendo UI Web Font Icons Library](https://docs.telerik.com/kendo-ui/styles-and-layout/icons-web) - * [Live Demos](https://demos.telerik.com/blazor-ui) \ No newline at end of file + * [Live Demos](https://demos.telerik.com/blazor-ui/) diff --git a/common-features/input-validation.md b/common-features/input-validation.md index 727d28627..a918a6451 100644 --- a/common-features/input-validation.md +++ b/common-features/input-validation.md @@ -343,5 +343,5 @@ The MultiSelect has a value that is a `List` and the validation attributes must ## See Also * [Data Annotation attributes](https://docs.microsoft.com/en-us/aspnet/core/mvc/models/validation) - * [Live Demos](https://demos.telerik.com/blazor-ui) + * [Live Demos](https://demos.telerik.com/blazor-ui/) * [ValueChanged and Validation]({%slug value-changed-validation-model%}) diff --git a/common-features/observable-data.md b/common-features/observable-data.md index e9b5f56f1..6fe23cb0f 100644 --- a/common-features/observable-data.md +++ b/common-features/observable-data.md @@ -33,4 +33,4 @@ The Scheduler and Menu will receive this feature in a future release. ## See Also * [INotifyCollectionChanged Interface](https://docs.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=netframework-4.8) - * [Live Demos](https://demos.telerik.com/blazor-ui) \ No newline at end of file + * [Live Demos](https://demos.telerik.com/blazor-ui/) diff --git a/getting-started/what-you-need.md b/getting-started/what-you-need.md index ae1db0e9f..4b3519044 100644 --- a/getting-started/what-you-need.md +++ b/getting-started/what-you-need.md @@ -35,9 +35,9 @@ There are four ways to get these packages: * The **[Telerik private NuGet feed]({%slug installation/nuget%})** that requires an Internet connection and credentials. It also provides information about updates and new versions. -* The **[Automated MSI installer]({%slug installation/msi%})**. You can download it from your account once and use without an Internet connection. It does not provide information about new versions. Depending on your setup, it may require elevated privileges to run the install wizard. Also provides an offline version of our [demos](https://demos.telerik.com/blazor-ui) and our [VS extensions]({%slug getting-started-vs-integration-overview%}). +* The **[Automated MSI installer]({%slug installation/msi%})**. You can download it from your account once and use without an Internet connection. It does not provide information about new versions. Depending on your setup, it may require elevated privileges to run the install wizard. Also provides an offline version of our [demos](https://demos.telerik.com/blazor-ui/) and our [VS extensions]({%slug getting-started-vs-integration-overview%}). -* The **[ZIP archive]({%slug installation/zip%})** package. You can download it from your account once and it does not require Internet connection after that. It does not provide information about new versions, and does not require installation. Also provides an offline version of our [demos](https://demos.telerik.com/blazor-ui). +* The **[ZIP archive]({%slug installation/zip%})** package. You can download it from your account once and it does not require Internet connection after that. It does not provide information about new versions, and does not require installation. Also provides an offline version of our [demos](https://demos.telerik.com/blazor-ui/). * The standalone **.nupkg files**. They are the bare minimum that is required. To use them, follow the instructions for using the [ZIP archive]({%slug installation/zip%}), but download the `.nupkg` files instead. diff --git a/installation/msi.md b/installation/msi.md index 01e3962bf..797d76b25 100644 --- a/installation/msi.md +++ b/installation/msi.md @@ -17,9 +17,9 @@ While the most common way to install the Telerik UI for Blazor components is to The `MSI` installer provides the following: * The [necessary `.nupkg` files]({%slug getting-started/what-you-need%}) so you can setup a [local feed in Visual Studio](#set-up-a-local-nuget-feed-in-visual-studio). You can find them in the `packages` folder under the installation folder. -* An offline version of our [demos](https://demos.telerik.com/blazor-ui) that you can run and inspect in your IDE. You can find them in the `demos` folder in the installation. +* An offline version of our [demos](https://demos.telerik.com/blazor-ui/) that you can run and inspect in your IDE. You can find them in the `demos` folder in the installation. * The [document processing]({%slug common-features-dpl%}) `.nupkg` files (in the `dpl` folder). -* A shortcut to our [online demos](https://demos.telerik.com/blazor-ui). +* A shortcut to our [online demos](https://demos.telerik.com/blazor-ui/). * Our [Visual Studio Extensions]({%slug getting-started-vs-integration-overview%}) diff --git a/themes/overview.md b/themes/overview.md index 73e4987a4..04c29c744 100644 --- a/themes/overview.md +++ b/themes/overview.md @@ -131,5 +131,5 @@ The Telerik Bootstrap theme is not the same as the Bootstrap framework (or style * [Custom Themes]({%slug themes-custom%}) * [Style Form Elements]({%slug themes-form-elements%}) - * [Live Demos](https://demos.telerik.com/blazor-ui) + * [Live Demos](https://demos.telerik.com/blazor-ui/) * [Change Theme at Runtime]({%slug change-theme-runtime%})