Skip to content

Commit ead3994

Browse files
author
dmihaylo
committed
docs: fix links
1 parent 8b3d934 commit ead3994

14 files changed

+73
-64
lines changed

docs-aspnet-mvc/tutorials/quickstart/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ However, the UI for ASP.NET MVC wrappers provide additional capabilities for use
3939
### Important Resources
4040

4141
- [Documentation - UI for ASP.NET MVC]({% slug overview_aspnetmvc %})
42-
- [API References - UI for ASP.NET MVC](/api/Kendo.Mvc/AggregateFunction)
42+
- [API References - UI for ASP.NET MVC](../../../kendo-ui/api/Kendo.Mvc/AggregateFunction)
4343
- [Support](http://www.telerik.com/account/support-tickets/my-support-tickets.aspx)
4444

4545
## Next Steps

docs-aspnet-mvc/tutorials/quickstart/team-efficiency.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ In this chapter you will learn about the Kendo UI ListView control and client-si
474474

475475
#### Overview
476476

477-
The purpose of [Kendo UI ListView](http://docs.telerik.com/kendo-ui/controls/data-management/listview/overview) is to display a custom layout of data-bound items through templates. The ListView is ideally suited for scenarios where you wish to display a list of items in a consistent manner.
477+
The purpose of [Kendo UI ListView](../../../kendo-ui/controls/data-management/listview/overview) is to display a custom layout of data-bound items through templates. The ListView is ideally suited for scenarios where you wish to display a list of items in a consistent manner.
478478

479479
The ListView is designed to put you back in control when it comes to displaying data. It does not provide a default rendering of data-bound items, but, instead, relies entirely on templates to define how a list of items—including alternating items and items being edited—is displayed.
480480

@@ -588,7 +588,7 @@ The ListView is almost complete. However, the ListView still needs a template to
588588

589589
### Overview
590590

591-
The [Kendo UI Templates](http://docs.telerik.com/kendo-ui/framework/templates/overview) provide a simple-to-use, high-performance JavaScript templating engine within the Kendo UI framework. Templates offer a way to create HTML chunks that can be automatically merged with JavaScript data. They are a substitute for traditional HTML string building in JavaScript.
591+
The [Kendo UI Templates](../../../kendo-ui/framework/templates/overview) provide a simple-to-use, high-performance JavaScript templating engine within the Kendo UI framework. Templates offer a way to create HTML chunks that can be automatically merged with JavaScript data. They are a substitute for traditional HTML string building in JavaScript.
592592

593593
Kendo UI Templates use a simple templating syntax called hash templates. With this syntax, the `#` (hash) sign is used to mark areas in a template that should be replaced by data when the template is executed. The `#` character is also used to signify the beginning and end of custom JavaScript code inside the template.
594594

@@ -844,15 +844,15 @@ The [Kendo UI DataSource component](http://demos.telerik.com/kendo-ui/datasource
844844

845845
The Kendo UI DataSource has many abilities and responsibilities, among which to:
846846

847-
- [Retrieve data from a remote endpoint](http://docs.telerik.com/kendo-ui/framework/datasource/cors).
848-
- Maintain the [structure and type of the data (schema)](http://docs.telerik.com/kendo-ui/framework/datasource/crud#schema).
847+
- [Retrieve data from a remote endpoint](../../../kendo-ui/framework/datasource/cors).
848+
- Maintain the [structure and type of the data (schema)](../../../kendo-ui/framework/datasource/crud#schema).
849849
- Process serialization formats to and from a remote endpoint.
850-
- [Synchronize updates, create, update, delete](http://docs.telerik.com/kendo-ui/framework/datasource/crud) to and from a remote endpoint.
851-
- [Maintain an in-memory cache of data, including changes](http://docs.telerik.com/kendo-ui/framework/datasource/offline) for updating to a remote endpoint.
852-
- Calculate and maintain [aggregates](http://docs.telerik.com/kendo-ui/api/javascript/data/datasource#methods-aggregate), [sorting order](http://docs.telerik.com/kendo-ui/api/javascript/data/datasource#methods-sort) and [paging](http://docs.telerik.com/kendo-ui/api/javascript/data/datasource#methods-page).
853-
- Provide a query mechanism via [filter expressions](http://docs.telerik.com/kendo-ui/api/javascript/data/datasource#methods-filter).
850+
- [Synchronize updates, create, update, delete](../../../kendo-ui/framework/datasource/crud) to and from a remote endpoint.
851+
- [Maintain an in-memory cache of data, including changes](../../../kendo-ui/framework/datasource/offline) for updating to a remote endpoint.
852+
- Calculate and maintain [aggregates](../../../kendo-ui/api/javascript/data/datasource#methods-aggregate), [sorting order](../../../kendo-ui/api/javascript/data/datasource#methods-sort) and [paging](../../../kendo-ui/api/javascript/data/datasource#methods-page).
853+
- Provide a query mechanism via [filter expressions](../../../kendo-ui/api/javascript/data/datasource#methods-filter).
854854

855-
For detailed information on the capabilities of the [DataSource](http://docs.telerik.com/kendo-ui/framework/datasource/overview), refer to its [configuration API methods, and events](http://docs.telerik.com/kendo-ui/api/javascript/data/datasource), and [demos](http://demos.telerik.com/kendo-ui/datasource/index).
855+
For detailed information on the capabilities of the [DataSource](../../../kendo-ui/framework/datasource/overview), refer to its [configuration API methods, and events](../../../kendo-ui/api/javascript/data/datasource), and [demos](http://demos.telerik.com/kendo-ui/datasource/index).
856856

857857
At this point the dashboard is showing all invoice data. Let's use the `EmployeeList` list view and `StatsFrom`/`StatsTo` date pickers to filter the invoice grid by invoking the grid's datasource.
858858

docs-aspnet-mvc/tutorials/tutorial-kendo-music-store/music-store-web/kendo-music-store-web-management-charts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Each series is defined by an object that contains the properties listed below:
117117
* The `name` property is the display name that will be shown in the legend of the chart, if the legend is displayed.
118118
* The `field` property is the name of the property on the data that contains the values you want to render on the chart.
119119
* The `color` property is the color used representing the series on the chart and in the legend.
120-
* The `tooltip` property defines what will be displayed if the user hovers over a data point or column. The format string follows the parameters for the [`kendo.format`](http:///api/framework/kendo#format) function.
120+
* The `tooltip` property defines what will be displayed if the user hovers over a data point or column. The format string follows the parameters for the [`kendo.format`](../../../kendo-ui/api/framework/kendo#format) function.
121121

122122
### Define the Axis
123123

docs-aspnet-mvc/tutorials/tutorial-kendo-music-store/music-store-web/kendo-music-store-web-management-grid.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Most of the properties defined for each column are optional. The ones used here
206206
* The `template` property defines a custom template for the data displayed in the column. The examples use a custom template for the **Album Art** column to add an image tag and show the art.
207207
* The `editor` property defines a function to be used as a custom editor, displayed when the cell enters `edit` mode. This is discussed in details below.
208208
* The `filterable`, `sortable`, and `groupable` properties override the properties set on the grid. This can be used to mark individual columns as filterable, sortable, and groupable.
209-
* The `format` property defines a custom formatter to be used to display the cell data. This example uses `"{0:c}"` to format the **Price** column as currency. The format takes the same values as the [`kendo.format()` function](http:///api/framework/kendo#format).
209+
* The `format` property defines a custom formatter to be used to display the cell data. This example uses `"{0:c}"` to format the **Price** column as currency. The format takes the same values as the [`kendo.format()`](../../../kendo-ui/api/framework/kendo#format) function.
210210
* The `values` property sets a collection of key-value pair objects that are used as a foreign key to look up cell values. This is discussed in details below.
211211

212212
## Customization

docs-aspnet-mvc/tutorials/tutorial-kendo-music-store/music-store-web/kendo-music-store-web-search.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ In the `_Layout.cshtml` file, this template is included with the line, demonstra
134134
<!--_-->
135135
If you are not using ASP.NET MVC, you can write some additional code to load templates from external files.
136136

137-
For more information on remote template loading, refer to the [article on external template loading](http://docs.telerik.com/kendo-ui/framework/templates/load-remote).
137+
For more information on remote template loading, refer to the [article on external template loading](../../../kendo-ui/framework/templates/load-remote).
138138

139139
Now that the template is included in the body of the page, the application code is using a jQuery selector to fetch this `<script>` element by its `id` and get the contents. It then calls `kendo.template()` to process the template.
140140

@@ -182,7 +182,7 @@ The following example demonstrates a quick breakdown of the code to do this.
182182

183183
The `schema.data` and `schema.total` functions overcome a JSON formatting difference between Kendo UI and the WCF Data Services oData.
184184

185-
For more information on each field set on the DataSource, refer to the [DataSource documentation](http://docs.telerik.com/kendo-ui/framework/datasource/overview).
185+
For more information on each field set on the DataSource, refer to the [DataSource documentation](../../../kendo-ui/framework/datasource/overview).
186186

187187
### Handle Search Results Selections
188188

docs-aspnet-mvc/tutorials/tutorial-kendo-music-store/music-store-web/kendo-music-store-web-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To set up the project, three steps must be applied:
1818

1919
## Add Kendo UI to Project
2020

21-
Start by adding Kendo UI to the project. The Kendo UI distribution can be downloaded from [telerik.com](http://www.telerik.com/download/kendo-ui-complete), [referenced from the CDN](http://docs.telerik.com/kendo-ui/intro/installation/cdn-service), or fetched with NuGet.
21+
Start by adding Kendo UI to the project. The Kendo UI distribution can be downloaded from [telerik.com](http://www.telerik.com/download/kendo-ui-complete), [referenced from the CDN](../../../kendo-ui/intro/installation/cdn-service), or fetched with NuGet.
2222

2323
### Download Kendo UI
2424

@@ -32,7 +32,7 @@ The `\js` and `\styles` folders in the root of the `.zip` file contain the minif
3232

3333
### Fetch from CDN
3434

35-
Kendo UI enables you to fetch it from a CDN instead of downloading its files. For more information and the CDN URLs, see [Use Kendo UI CDN Services](http://docs.telerik.com/kendo-ui/intro/installation/cdn-service).
35+
Kendo UI enables you to fetch it from a CDN instead of downloading its files. For more information and the CDN URLs, see [Use Kendo UI CDN Services](../../../kendo-ui/intro/installation/cdn-service).
3636

3737
### Fetch from NuGet
3838

@@ -46,7 +46,7 @@ Kendo UI is also available using the NuGet package manager in Visual Studio. Sea
4646

4747
In the Music Store project, the `kendo.all.min.js` file and the `Default` Kendo UI theme are referenced, because the project intends to use the Kendo UI widgets rendering data visualization together with other Kendo UI widgets. If the project was intended to use a few selected portions of Kendo UI, it would have taken individual JavaScript files and make a separate bundle for them, reducing the download size for the end user.
4848

49-
For more information on this topic, refer to the [article on how to get started with Kendo UI](http://docs.telerik.com/kendo-ui/intro/installation/getting-started).
49+
For more information on this topic, refer to the [article on how to get started with Kendo UI](../../../kendo-ui/intro/installation/getting-started).
5050

5151
## Create MVC Bundles
5252

docs-aspnet-mvc/vs-integration/configure-project-wizard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Configure Projects
3-
page_title: Configure Projects | UI for ASP.NET MVC Visual Studio Integration
2+
title: Configuring Projects
3+
page_title: Configuring Projects | UI for ASP.NET MVC Visual Studio Integration
44
description: "Learn how to configure a Progress&reg; Telerik&reg; UI for ASP.NET MVC application."
55
slug: projectwizardconfig_visualstudio_aspnetmvc
66
position: 6
77
---
88

9-
# Configure Projects
9+
# Configuring Projects
1010

1111
This article demonstrates how to configure a Progress&reg; Telerik&reg; UI for ASP.NET MVC application.
1212

docs-aspnet-mvc/vs-integration/convert-project-wizard.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Convert Projects
3-
page_title: Convert Projects | UI for ASP.NET MVC Visual Studio Integration
2+
title: Converting Projects
3+
page_title: Converting Projects | UI for ASP.NET MVC Visual Studio Integration
44
description: "Learn how to convert an existing ASP.NET MVC application to a Progress&reg; Telerik&reg; UI for ASP.NET MVC application."
55
slug: projectwizardcoversion_visualstudio_aspnetmvc
66
position: 5
77
---
88

9-
# Convert Projects
9+
# Converting Projects
1010

1111
This article demonstrates how to convert an existing ASP.NET MVC application to a Progress&reg; Telerik&reg; UI for ASP.NET MVC application.
1212

docs-aspnet-mvc/vs-integration/create-kendo-professional-project.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Create Kendo UI Professional Projects
3-
page_title: Create Kendo UI Professional Projects | UI for ASP.NET MVC Visual Studio Integration
2+
title: Creating Kendo UI Professional Projects
3+
page_title: Creating Kendo UI Professional Projects | UI for ASP.NET MVC Visual Studio Integration
44
description: "Learn how to create a new Progress&reg; Kendo UI&reg; Professional application."
55
slug: newprojectwizard_visualstudio_kendoui
66
position: 3
77
---
88

9-
# Create Kendo UI Professional Projects
9+
# Creating Kendo UI Professional Projects
1010

1111
This article demonstrates how to create a new Progress&reg; Kendo UI&reg; Professional application.
1212

docs-aspnet-mvc/vs-integration/latest-version-retrieval.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
title: Download New Versions
3-
page_title: Download New Versions | UI for ASP.NET MVC Visual Studio Integration
2+
title: Downloading New Versions
3+
page_title: Downloading New Versions | UI for ASP.NET MVC Visual Studio Integration
44
description: "Learn how to keep your projects updated when using Progress&reg; Telerik&reg; UI for ASP.NET MVC."
55
slug: latestversionretrieval_visualstudio_aspnetmvc
66
position: 10
77
---
88

9-
# Download New Versions
9+
# Downloading New Versions
1010

1111
With the Telerik UI for ASP.NET MVC Visual Studio Extensions you keep your projects in an up-to-date state. The Latest Version Acquirer tool automatically retrieves the latest Progress&reg; Telerik&reg; UI for ASP.NET MVC distribution available on the Telerik website.
1212

0 commit comments

Comments
 (0)