Skip to content

Commit 28f7210

Browse files
chore(common): fix links that GA breaks
1 parent 54b1ac3 commit 28f7210

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

_contentTemplates/common/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ To have the project use the Telerik UI for Blazor components, follow these steps
123123

124124
Now you have the Telerik components running in your Blazor app.
125125

126-
Next, you can explore the [live demos](https://demos.telerik.com/blazor-ui) and the rest of the documentation.
126+
Next, you can explore the [live demos](https://demos.telerik.com/blazor-ui/) and the rest of the documentation.
127127

128128
#end
129129

common-features/font-icons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,4 @@ The priority order of the Icon properties, if more than one is defined, is
6060
## See Also
6161

6262
* [Kendo UI Web Font Icons Library](https://docs.telerik.com/kendo-ui/styles-and-layout/icons-web)
63-
* [Live Demos](https://demos.telerik.com/blazor-ui)
63+
* [Live Demos](https://demos.telerik.com/blazor-ui/)

common-features/input-validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,5 +343,5 @@ The MultiSelect has a value that is a `List` and the validation attributes must
343343
## See Also
344344

345345
* [Data Annotation attributes](https://docs.microsoft.com/en-us/aspnet/core/mvc/models/validation)
346-
* [Live Demos](https://demos.telerik.com/blazor-ui)
346+
* [Live Demos](https://demos.telerik.com/blazor-ui/)
347347
* [ValueChanged and Validation]({%slug value-changed-validation-model%})

common-features/observable-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ The Scheduler and Menu will receive this feature in a future release.
3333
## See Also
3434

3535
* [INotifyCollectionChanged Interface](https://docs.microsoft.com/en-us/dotnet/api/system.collections.specialized.inotifycollectionchanged?view=netframework-4.8)
36-
* [Live Demos](https://demos.telerik.com/blazor-ui)
36+
* [Live Demos](https://demos.telerik.com/blazor-ui/)

getting-started/what-you-need.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ There are four ways to get these packages:
3535

3636
* The **[Telerik private NuGet feed]({%slug installation/nuget%})** that requires an Internet connection and credentials. It also provides information about updates and new versions.
3737

38-
* 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%}).
38+
* 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%}).
3939

40-
* 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).
40+
* 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/).
4141

4242
* 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.
4343

installation/msi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ While the most common way to install the Telerik UI for Blazor components is to
1717
The `MSI` installer provides the following:
1818

1919
* 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.
20-
* 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.
20+
* 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.
2121
* The [document processing]({%slug common-features-dpl%}) `.nupkg` files (in the `dpl` folder).
22-
* A shortcut to our [online demos](https://demos.telerik.com/blazor-ui).
22+
* A shortcut to our [online demos](https://demos.telerik.com/blazor-ui/).
2323
* Our [Visual Studio Extensions]({%slug getting-started-vs-integration-overview%})
2424

2525

themes/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,5 +131,5 @@ The Telerik Bootstrap theme is not the same as the Bootstrap framework (or style
131131

132132
* [Custom Themes]({%slug themes-custom%})
133133
* [Style Form Elements]({%slug themes-form-elements%})
134-
* [Live Demos](https://demos.telerik.com/blazor-ui)
134+
* [Live Demos](https://demos.telerik.com/blazor-ui/)
135135
* [Change Theme at Runtime]({%slug change-theme-runtime%})

0 commit comments

Comments
 (0)