chore(common): fix links that GA breaks

This commit is contained in:
Marin Bratanov 2020-01-29 16:23:18 +02:00
Родитель 54b1ac3424
Коммит 28f7210baa
7 изменённых файлов: 9 добавлений и 9 удалений

Просмотреть файл

@ -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

Просмотреть файл

@ -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)
* [Live Demos](https://demos.telerik.com/blazor-ui/)

Просмотреть файл

@ -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%})

Просмотреть файл

@ -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)
* [Live Demos](https://demos.telerik.com/blazor-ui/)

Просмотреть файл

@ -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.

Просмотреть файл

@ -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%})

Просмотреть файл

@ -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%})