Skip to content

Commit ee2ac4d

Browse files
committed
docs(installing): update slugs and links related to installers
1 parent 6cf8311 commit ee2ac4d

26 files changed

+61
-61
lines changed

controls/ajaxmanager/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ After the completion of this guide and as demonstrated in the following image, y
2525

2626
Before you add the AjaxManager to your application, ensure that you have a running ASP.NET project. The prerequisites to accomplish the installation of Telerik UI for ASP.NET are always the same, regardless of the Telerik AJAX control you want to use, and are fully described in the respective sections of the Getting Started guides:
2727

28-
* [First Steps with Telerik AJAX by Installing with an MSI File]({% slug introduction/installation/installing-the-telerik-controls-from-msi-file %})
29-
* [First Steps with Telerik AJAX by Installing with a ZIP File]({% slug introduction/installation/installing-the-telerik-controls-from-zip-file %}#prerequisites)
30-
* [First Steps with Telerik AJAX by Installing from a NuGet Package]({% slug introduction/installation/installing-the-telerik-controls-from-a-nuget-package %}#prerequisites)
28+
* [Installing Telerik UI for ASP.NET AJAX using MSI installer]({% slug getting-started/installation/install-using-msi %})
29+
* [Installing Telerik UI for ASP.NET AJAX from ZIP File]({% slug getting-started/installation/install-from-zip %}#prerequisites)
30+
* [Installing Telerik UI for ASP.NET AJAX from NuGet feed]({% slug getting-started/installation/install-from-nuget %}#prerequisites)
3131

3232
## Create an AJAX-Enabled Scenario
3333

controls/asyncupload/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This article gives a quick overview of the **RadAsyncUpload** control and shows
3030
<telerik:RadAsyncUpload RenderMode="Lightweight" ID="RadAsyncUpload1" TargetFolder="Uploads" AllowedFileExtensions=".jpeg,.jpg,.png,.doc,.docx,.xls,.xlsx" runat="server"></telerik:RadAsyncUpload>
3131
````
3232

33-
For more information on setting up the environment see the [First Steps]({%slug introduction/installation/installing-the-telerik-controls-from-msi-file%}) article.
33+
For more information on setting up the environment see the [Install Telerik UI for ASP.NET AJAX using MSI installer]({%slug getting-started/installation/install-using-msi%}) article.
3434

3535
## Temporary Files
3636

@@ -60,7 +60,7 @@ One of the benefits of RadAsyncUpload is that it allows you to upload files bigg
6060

6161
# See Also
6262

63-
* [First Steps]({%slug introduction/installation/installing-the-telerik-controls-from-msi-file%})
63+
* [Install Telerik UI for ASP.NET AJAX using MSI installer]({%slug getting-started/installation/install-using-msi%})
6464

6565
* [Getting Started]({%slug asyncupload/getting-started%})
6666

controls/breadcrumb/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Here is the ASPX declaration to achieve the Breadcrumb shown in Figure 1:
6565

6666
# See Also
6767
* [Server-side Programming]({%slug breadcrumb/server-side-programming/overview%})
68-
* [First Steps with UI for ASP.NET AJAX]({%slug introduction/installation/installing-the-telerik-controls-from-msi-file%})
68+
* [Install Telerik UI for ASP.NET AJAX with MSI installer]({%slug getting-started/installation/install-using-msi%})
6969
* [RadBreadrumb online demos](https://demos.telerik.com/aspnet-ajax/breadcrumb/examples/overview/defaultcs.aspx)
7070

7171

controls/breadcrumb/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Go ahead with the [Getting Started]({%slug breadcrumb/getting-started%}) article
6969

7070
* [Getting Started]({%slug breadcrumb/getting-started%})
7171
* [RadBreadrumb online demos](https://demos.telerik.com/aspnet-ajax/breadcrumb/overview/defaultcs.aspx)
72-
* [First Steps with UI for ASP.NET AJAX]({%slug introduction/installation/installing-the-telerik-controls-from-msi-file%})
72+
* [Install Telerik UI for ASP.NET AJAX with MSI installer]({%slug getting-started/installation/install-using-msi%})
7373
* [ASP.NET AJAX Breadcrumb](https://www.telerik.com/products/aspnet-ajax/breadcrumb.aspx)
7474

7575

controls/daterangepicker/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ As a next step, you can check out the [Functionality]({%slug daterangepicker/fun
8585

8686
# See Also
8787
* [Server-side Programming]({%slug daterangepicker/server-side-programming/overview%})
88-
* [First Steps with UI for ASP.NET AJAX]({%slug introduction/installation/installing-the-telerik-controls-from-msi-file%})
88+
* [Install Telerik UI for ASP.NET AJAX with MSI installer]({%slug getting-started/installation/install-using-msi%})
8989
* [RadDateRangePicker online demos](https://demos.telerik.com/aspnet-ajax/daterangepicker/examples/overview/defaultcs.aspx)
9090

9191

controls/daterangepicker/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ For more information on how you can customize the appearance, please refer to th
4949

5050
* [Getting Started]({%slug daterangepicker/getting-started%})
5151
* [DateRangePicker online demos](https://demos.telerik.com/aspnet-ajax/daterangepicker/examples/overview/defaultcs.aspx)
52-
* [First Steps with UI for ASP.NET AJAX]({%slug introduction/installation/installing-the-telerik-controls-from-msi-file%})
52+
* [Install Telerik UI for ASP.NET AJAX with MSI installer]({%slug getting-started/installation/install-using-msi%})
5353
* [ASP.NET AJAX DateRangePicker](https://www.telerik.com/products/aspnet-ajax/daterangepicker.aspx)

controls/floatingactionbutton/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ Go ahead with the [Getting Started]({%slug floatingactionbutton/getting-started%
4242
* [Getting Started]({%slug floatingactionbutton/getting-started%})
4343
* [RadFloatingActionButton online demos](https://demos.telerik.com/aspnet-ajax/floatingactionbutton/examples/overview/defaultcs.aspx)
4444
* [ASP.NET AJAX Floating Action Button](https://www.telerik.com/products/aspnet-ajax/floating-action-button.aspx)
45-
* [First Steps with UI for ASP.NET AJAX]({%slug introduction/installation/installing-the-telerik-controls-from-msi-file%})
45+
* [Install Telerik UI for ASP.NET AJAX with MSI installer]({%slug getting-started/installation/install-using-msi%})
4646

controls/grid/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In this article, you will find links that will help you get started to work with
1414

1515
## Setting up the environment
1616

17-
If the `Telerik Web UI for ASP.NET AJAX` is not installed yet, you can start off by installing it following the [First Steps]({%slug introduction/installation/installing-the-telerik-controls-from-msi-file%}) article.
17+
If the `Telerik Web UI for ASP.NET AJAX` is not installed yet, you can start off by installing it following the [Install Telerik UI for ASP.NET AJAX using MSI installer]({%slug getting-started/installation/install-using-msi%}) article.
1818

1919
## Creating a RadGrid
2020

@@ -76,7 +76,7 @@ Accessing objects inside the Grid will require a specific approach for both Clie
7676

7777
# See Also
7878

79-
* [Install Telerik Web UI for ASP.NET AJAX]({%slug introduction/installation/installing-the-telerik-controls-from-msi-file%})
79+
* [Install Telerik Web UI for ASP.NET AJAX]({%slug getting-started/installation/install-using-msi%})
8080
* [Getting Started with RadGrid for ASP.NET AJAX]({%slug grid/design-time/getting-started-with-radgrid-for-asp.net-ajax%})
8181
* [Key Features]({%slug grid/key-features%})
8282

controls/signature/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ The Signature UI Control for ASP.NET AJAX is available as of R1 2023 and it is a
2828
* [Getting Started]({%slug signature/getting-started%})
2929
* [RadSignature online demos](https://demos.telerik.com/aspnet-ajax/signature/overview/defaultcs.aspx)
3030
* [ASP.NET AJAX Signature](https://www.telerik.com/products/aspnet-ajax/signature.aspx)
31-
* [First Steps with UI for ASP.NET AJAX]({%slug introduction/installation/installing-the-telerik-controls-from-msi-file%})
31+
* [Install Telerik UI for ASP.NET AJAX with MSI installer]({%slug getting-started/installation/install-using-msi%})
3232

controls/splitbutton/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,6 @@ As a next step, you can check out the [Functionality]({%slug splitbutton/functio
4949
## See Also
5050

5151
* [Server-side Programming]({%slug splitbutton/server-side-programming/overview%})
52-
* [First Steps with UI for ASP.NET AJAX]({%slug introduction/installation/installing-the-telerik-controls-from-msi-file%})
52+
* [Install Telerik UI for ASP.NET AJAX with MSI installer]({%slug getting-started/installation/install-using-msi%})
5353
* [RadSplitButton online demos](https://demos.telerik.com/aspnet-ajax/splitbutton/overview/defaultcs.aspx)
5454

0 commit comments

Comments
 (0)