Skip to content

Commit 69667e9

Browse files
docs(common): apply seo recommendations (#2272)
1 parent 9830b82 commit 69667e9

File tree

9 files changed

+13
-13
lines changed

9 files changed

+13
-13
lines changed

components/dropdownlist/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ position: 0
1010

1111
# Blazor DropDownList Overview
1212

13-
The <a href="https://www.telerik.com/blazor-ui/dropdownlist" target="_blank">Blazor DropDownList component</a> allows the user to choose an option from a predefined set of choices presented in a dropdown list popup. The developer can control the [data]({%slug components/dropdownlist/databind%}), sizes, and various appearance options like class and [templates]({%slug components/dropdownlist/templates%}).
13+
The <a href="https://demos.telerik.com/blazor-ui/dropdownlist/overview" target="_blank">Blazor DropDownList component</a> allows the user to choose an option from a predefined set of choices presented in a dropdown list popup. The developer can control the [data]({%slug components/dropdownlist/databind%}), sizes, and various appearance options like class and [templates]({%slug components/dropdownlist/templates%}).
1414

1515
## Creating the DropDownList
1616

components/filemanager/views.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,5 +218,5 @@ The List view uses the [Blazor ListView]({%slug listview-overview%}) component.
218218
## See Also
219219

220220
* [Live Demo: FileManager](https://demos.telerik.com/blazor-ui/filemanager/overview)
221-
* [Blazor Grid](https://demos.telerik.com/blazor-ui/grid/overview)
221+
* [Blazor Grid](https://docs.telerik.com/blazor-ui/components/grid/overview)
222222
* [Blazor ListView](https://demos.telerik.com/blazor-ui/listview/overview)

components/form/formitems/buttons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ position: 3
1010

1111
# Form Buttons
1212

13-
The [Blazor Form](https://www.telerik.com/blazor-ui/form) component adds a Submit button at the end of the form by default. You can add your own buttons through the `FormButtons` tag.
13+
The [Blazor Form](https://demos.telerik.com/blazor-ui/form/overview) component adds a Submit button at the end of the form by default. You can add your own buttons through the `FormButtons` tag.
1414

1515
When you add that template, the form will no longer render the built-in submit button so you can choose the buttons and layout you want to achieve. We recommend that you add a Submit button in all cases so the users can save their work and fire the corresponding form [events]({%slug form-events%}).
1616

components/form/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ position: 0
1010

1111
# Blazor Form Overview
1212

13-
The <a href = "https://www.telerik.com/blazor-ui/form" target="_blank">Form for Blazor</a> allows you to generate and customize a form based on your model. You can control the component through various [parameters](#form-parameters), use [default editors](#automatic-generation-of-fields) or [custom ones]({%slug form-formitems%}), set the [orientation]({%slug form-orientation%}) and organize the form fields in [groups]({%slug form-formgroups%}) and [columns]({%slug form-columns%}).
13+
The <a href = "https://demos.telerik.com/blazor-ui/form/overview" target="_blank">Form for Blazor</a> allows you to generate and customize a form based on your model. You can control the component through various [parameters](#form-parameters), use [default editors](#automatic-generation-of-fields) or [custom ones]({%slug form-formitems%}), set the [orientation]({%slug form-orientation%}) and organize the form fields in [groups]({%slug form-formgroups%}) and [columns]({%slug form-columns%}).
1414

1515

1616
## Creating Blazor Form
@@ -199,7 +199,7 @@ You can customize the editors further through the [form items]({%slug form-formi
199199

200200
### Form Layout Customization
201201

202-
The [Blazor Form](https://www.telerik.com/blazor-ui/form) exposes multiple parameters that allow you to customize its layout. Besides the parameters below, the Form component also allows you to [define a completely custom layout with HTML markup and Razor components]({%slug form-formitems-formitemstemplate%}).
202+
The [Blazor Form](https://demos.telerik.com/blazor-ui/form/overview) exposes multiple parameters that allow you to customize its layout. Besides the parameters below, the Form component also allows you to [define a completely custom layout with HTML markup and Razor components]({%slug form-formitems-formitemstemplate%}).
203203

204204
| Parameter | Type and Default value | Description |
205205
|-----------|------------------------|-------------|
@@ -210,7 +210,7 @@ The [Blazor Form](https://www.telerik.com/blazor-ui/form) exposes multiple param
210210

211211
### Styling and Appearance
212212

213-
The following parameters enable you to customize the appearance of the [Blazor Form](https://www.telerik.com/blazor-ui/form):
213+
The following parameters enable you to customize the appearance of the [Blazor Form](https://demos.telerik.com/blazor-ui/form/overview):
214214

215215
| Parameter | Type | Description |
216216
| --- | --- | --- |

components/grid/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ position: 0
1010

1111
# Blazor Grid Component Overview
1212

13-
This article provides a quick introduction to get your first <a href="https://www.telerik.com/blazor-ui/grid" target="_blank">Blazor data grid component</a> up and running in a few seconds. There is a video tutorial and a list of the key features.
13+
This article provides a quick introduction to get your first <a href="https://demos.telerik.com/blazor-ui/grid/overview" target="_blank">Blazor data grid component</a> up and running in a few seconds. There is a video tutorial and a list of the key features.
1414

1515
The Telerik Blazor Data Grid provides a comprehensive set of ready-to-use features. They cover everything from paging, sorting, filtering, editing, and grouping to row virtualization, optimized data reading, keyboard navigation and accessibility support.
1616

components/pdfviewer/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ position: 20
1010

1111
# PdfViewer Events
1212

13-
This article describes the [Blazor PDF Viewer](https://www.telerik.com/blazor-ui/pdf-viewer) events and provides a runnable example with sample event handler implementations.
13+
This article describes the [Blazor PDF Viewer](https://demos.telerik.com/blazor-ui/pdfviewer/overview) events and provides a runnable example with sample event handler implementations.
1414

1515
* [`OnDownload`](#ondownload)
1616
* [`OnError`](#onerror)

components/pdfviewer/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ position: 0
1010

1111
# Blazor PdfViewer Overview
1212

13-
The <a href = "https://www.telerik.com/blazor-ui/pdf-viewer" target="_blank">Pdf Viewer for Blazor</a> allows users to open PDF files directly in the browser. The component provides features such as paging, zooming, printing, text selection and search. In addition, users can upload and display a PDF file from their local device, or download the currently open file.
13+
The <a href = "https://demos.telerik.com/blazor-ui/pdfviewer/overview" target="_blank">Pdf Viewer for Blazor</a> allows users to open PDF files directly in the browser. The component provides features such as paging, zooming, printing, text selection and search. In addition, users can upload and display a PDF file from their local device, or download the currently open file.
1414

1515

1616
## Creating Blazor PdfViewer
1717

18-
To use a Telerik [Blazor PDF Viewer](https://www.telerik.com/blazor-ui/pdf-viewer):
18+
To use a Telerik [Blazor PDF Viewer](https://demos.telerik.com/blazor-ui/pdfviewer/overview):
1919

2020
1. Add the `TelerikPdfViewer` tag.
2121
2. Set the `Data` parameter to a byte array (`byte[]`) that holds the PDF file contents.

components/pdfviewer/toolbar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ position: 10
1010

1111
# PdfViewer Toolbar
1212

13-
The [Blazor PDF Viewer](https://www.telerik.com/blazor-ui/pdf-viewer) toolbar can render built-in and custom tools. This article describes the built-in tools and shows how to add custom tools or customize the toolbar.
13+
The [Blazor PDF Viewer](https://demos.telerik.com/blazor-ui/pdfviewer/overview) toolbar can render built-in and custom tools. This article describes the built-in tools and shows how to add custom tools or customize the toolbar.
1414

1515

1616
## Built-in Tools
1717

18-
By default, the [Blazor PDF Viewer](https://www.telerik.com/blazor-ui/pdf-viewer) displays all its built-in tools in the order below. Use the *tool tag* if you need to define a tool explicitly in a [custom toolbar configuration](#toolbar-configuration).
18+
By default, the [Blazor PDF Viewer](https://demos.telerik.com/blazor-ui/pdfviewer/overview) displays all its built-in tools in the order below. Use the *tool tag* if you need to define a tool explicitly in a [custom toolbar configuration](#toolbar-configuration).
1919

2020
@[template](/_contentTemplates/common/parameters-table-styles.md#table-layout)
2121

knowledge-base/grid-inline-edit-form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This KB answers the following questions:
3535

3636
## Solution
3737

38-
Add an inline [Blazor Form]({%slug form-overview%}) to your Grid rows by following these steps:
38+
Add an inline [Blazor Form](https://demos.telerik.com/blazor-ui/form/overview) to your Grid rows by following these steps:
3939

4040
1. Define a [`DetailTemplate`]({%slug components/grid/features/hierarchy%}).
4141
1. Hide the hierarchy expand column with CSS.

0 commit comments

Comments
 (0)