Skip to content

Commit e919ae2

Browse files
ntachevaxristianstefanov
authored andcommitted
chore(common): fix links
1 parent 853a481 commit e919ae2

File tree

15 files changed

+17
-17
lines changed

15 files changed

+17
-17
lines changed

components/button/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The Blazor Button provides various parameters that allow you to configure the co
8080

8181
## Button Reference and Methods
8282

83-
Add a reference to the component instance to use the [Button methods](/blazor-ui/api/Telerik.Blazor.Components.TelerikButton). Be aware of the Blazor life cycle if you want to [focus the component on page load]({%slug inputs-kb-focus%}#notes).
83+
Add a reference to the component instance to use the [Button methods](/blazor-ui/api/Telerik.Blazor.Components.TelerikButton). Be aware of the Blazor life cycle if you want to [focus the component on page load]({%slug inputs-kb-focus%}#focus-on-page-load).
8484

8585
| Method | Description |
8686
| --- | --- |

components/dropdownbutton/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ The following table lists the `DropDownButtonItem` parameters, except those rela
134134

135135
## DropDownButton Reference and Methods
136136

137-
The DropDownButton exposes a `FocusAsync` method that allows you to focus it programmatically. To use it, define a reference to the component instance with the `@ref` attribute. Consider the Blazor life cycle if you want to [focus the component on page load]({%slug inputs-kb-focus%}#notes).
137+
The DropDownButton exposes a `FocusAsync` method that allows you to focus it programmatically. To use it, define a reference to the component instance with the `@ref` attribute. Consider the Blazor life cycle if you want to [focus the component on page load]({%slug inputs-kb-focus%}#focus-on-page-load).
138138

139139
>caption Get a reference to the DropDownButton and execute methods
140140

components/splitbutton/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The following table lists the `SplitButtonItem` parameters, except those related
130130

131131
## SplitButton Reference and Methods
132132

133-
The SplitButton exposes a `FocusAsync` method to focus it programmatically. To use it, define a reference to the component instance with the `@ref` attribute. Be aware of the Blazor life cycle if you want to [focus the component on page load]({%slug inputs-kb-focus%}#notes).
133+
The SplitButton exposes a `FocusAsync` method to focus it programmatically. To use it, define a reference to the component instance with the `@ref` attribute. Be aware of the Blazor life cycle if you want to [focus the component on page load]({%slug inputs-kb-focus%}#focus-on-page-load).
134134

135135
>caption Get a reference to the SplitButton and execute methods
136136

deployment/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ The following articles provide more information on Telerik UI for Blazor deploym
5555

5656
## See Also
5757

58-
* [Removing the Telerik Blazor Trial Message]({%slug upgrade-tutorial%}#i-still-see-the-trial-message)
58+
* [Removing the Telerik Blazor Trial Message]({%slug upgrade-tutorial%}#i-still-see-the-trial-watermark-and-banner)
5959
* [Troubleshooting `TelerikBlazor was undefined`]({%slug troubleshooting-js-errors%}#telerikblazor-was-undefined)

deployment/troubleshooting.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,14 +73,14 @@ At the time of writing, sometimes the following issues have been reported that p
7373

7474
* On Linux (and often Docker), paths are case-sensitive. Make sure you have the correct casing when registering the styles and scripts. See the [CSS Theme and JavaScript Files]({%slug getting-started/what-you-need%}#css-theme-and-javascript-files) section of the documentation.
7575

76-
* Some reports indicate that deploying to a Docker container never copies over the static assets and you may have to either copy the file manually, or use it from [our CDN]({%slug themes-overview%}#cdn). This may be related to the static asset configurations from the previous points, however.
76+
* Some reports indicate that deploying to a Docker container never copies over the static assets and you may have to either copy the file manually, or use it from [our CDN]({%slug common-features-cdn%}). This may be related to the static asset configurations from the previous points, however.
7777

7878
* We have had reports that indicate missing project references do not copy the static assets. For example, in an ASP.NET Core hosted WebAssembly project the server project usually has a project reference to the Blazor project. If that reference is missing, the static assets might not be present in the output.
7979

8080

8181
### Trial Message
8282

83-
`Trial Message` - if the machine that performs the build has access to a trial version of our NuGet package, the framework may get confused and copy a trial assembly to the publish location and you may see the trial messages live. Solutions are available in the [Upgrade Troubleshooting - I Still See the Trial Message]({%slug upgrade-tutorial%}#i-still-see-the-trial-message) article.
83+
`Trial Message` - if the machine that performs the build has access to a trial version of our NuGet package, the framework may get confused and copy a trial assembly to the publish location and you may see the trial messages live. Solutions are available in the [Upgrade Troubleshooting - I Still See the Trial Message]({%slug upgrade-tutorial%}#i-still-see-the-trial-watermark-and-banner) article.
8484

8585
### Could not load file or assembly 'System.Text.Json, ...
8686

@@ -114,5 +114,5 @@ Such errors are related to the local networking security settings and you may ne
114114

115115
## See Also
116116

117-
* [I Still See the Trial Message]({%slug upgrade-tutorial%}#i-still-see-the-trial-message)
117+
* [I Still See the Trial Message]({%slug upgrade-tutorial%}#i-still-see-the-trial-watermark-and-banner)
118118
* [Missing JS Interop File]({%slug troubleshooting-js-errors%}#missing-file)

knowledge-base/cdn-fallback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ res_type: kb
2323

2424
## Description
2525

26-
The [CDN]({%slug themes-overview%}#cdn) is down, or my users have it filtered by a firewall, proxy, admin policy or other problem. This can cause errors or bad looking sites. How do I ensure the necessary resources will be fetched?
26+
The [CDN]({%slug common-features-cdn%}) is down, or my users have it filtered by a firewall, proxy, admin policy or other problem. This can cause errors or bad looking sites. How do I ensure the necessary resources will be fetched?
2727

2828

2929
## Solution

knowledge-base/common-telerik-themes-libman.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Use the following information when creating the `libman.json` file:
7070
7171
> In rare cases the `@latest` version may produce an error similar to `The "@progress/kendo-theme-default@latest" library could not be resolved by the "unpkg" provider`. In such cases, replace the `@latest` moniker with a [specific theme version](https://github.com/telerik/kendo-themes/releases), depending on the [theme version compatibility with Telerik UI for Blazor]({%slug themes-overview%}#compatibility-and-maintenance). For example, use `^8.0.0` to get the latest version of the major release `8`.
7272
73-
The `libman.json` file below adds the **Main** swatches of [all built-in themes]({%slug themes-overview%}#theme-names) and the font icon stylesheet. Remove the theme or font icons entries that you don't need.
73+
The `libman.json` file below adds the **Main** swatches of [all built-in themes]({%slug themes-overview%}#built-in-themes) and the font icon stylesheet. Remove the theme or font icons entries that you don't need.
7474

7575
>caption libman.js
7676

knowledge-base/common-upgrade-breaks-css-theme-styles.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The application is using an outdated CSS theme or swatch.
4040
To resolve the problem, follow the [recommended UI for Blazor upgrade procedure]({%slug upgrade-tutorial%}):
4141

4242
* If using the [Telerik **CDN**]({%slug common-features-cdn%}) - update the [stylesheet file URL]({%slug themes-overview%}#using-a-theme) to the correct version.
43-
* If using a **local** CSS file in `wwwroot` - replace the stylesheet with a compatible one. If the application is using a [**custom theme**, then recreate it]({%slug themes-customize%}#import-custom-theme).
43+
* If using a **local** CSS file in `wwwroot` - replace the stylesheet with a compatible one. If the application is using a [**custom theme**, then recreate it]({%slug themes-customize%}).
4444
* If using **static assets** from the NuGet package - clear the browser cache and [add a cache buster for the Telerik CSS and JavaScript files]({%slug common-kb-browser-cache-buster%}).
4545

4646
A version update might break custom application CSS styles that are outside the Telerik theme. In this case, then check if the component HTML rendering or CSS classes have changed, and adjust the custom CSS code.

knowledge-base/grid-filter-by-selected-items.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To simulate filtering by the selected items:
4141
> [Override the `Equals` method]({%slug grid-selection-row%}#equals-comparison) so that the selection is preserved during filtering.
4242
4343
The data assignment will vary depending on the [data binding type you are using for the Grid]({%slug grid-data-binding%}#basics). See examples below:
44-
* [Data binding through the Data parameter](#data-binding-through-the-`data`-parameter)
44+
* [Data binding through the Data parameter](#data-binding-through-the-data-parameter)
4545
* [Data binding through the OnRead event](#data-binding-through-the-onread-event)
4646

4747
### Data binding through the Data parameter

knowledge-base/grid-select-on-incell-edit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Use the [Grid events]({%slug grid-events%}#cud-events) to update the `SelectedIt
4646

4747
* [How to Select the row that is being edited in InCell edit mode using the OnRowClick event](#how-to-select-the-row-that-is-being-edited-in-incell-edit-mode-using-the-onrowclick-event)
4848

49-
* [How to Select the row that is being edited in InCell edit mode using Cell Tempalte and the onclick event](#how-to-select-the-row-that-is-being-edited-in-incell-edit-mode-using-cell-tempalte-and-the-onclick-event)
49+
* [How to Select the row that is being edited in InCell edit mode using Cell Template and the onclick event](#how-to-select-the-row-that-is-being-edited-in-incell-edit-mode-using-cell-template-and-the-onclick-event)
5050

5151

5252
### How to Select the row that is being edited in InCell edit mode using the OnRowClick event

0 commit comments

Comments
 (0)