Skip to content

Commit 9d6d1f8

Browse files
committed
chore(common): fix broken links
1 parent 3600e1d commit 9d6d1f8

File tree

10 files changed

+12
-13
lines changed

10 files changed

+12
-13
lines changed

_contentTemplates/common/inputs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Consider setting `DebounceDelay="0"` to the component inside the editor template
1313

1414
The component allows you to add custom elements as prefixes and suffixes. [Read more about how to render custom adornments before and after the input element...]({%slug common-features/input-adornments%})
1515
#end
16-
16+
1717
#floating-label-and-preffix
18-
When using the [`PrefixTemplate`]({%slug common-features/input-adornments%}#adding-prefix-in-ui-for-blazor-components) for a component wrapped in a [FloatingLabel]({%slug floatinglabel-overview%}), the label will overlap the prefix.
18+
When using the [`PrefixTemplate`]({%slug common-features/input-adornments%}#adding-a-prefix-adornment) for a component wrapped in a [FloatingLabel]({%slug floatinglabel-overview%}), the label will overlap the prefix.
1919

2020
To ensure both the FloatingLabel and the prefix content are properly displayed, move the label with CSS:
2121

components/autocomplete/filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To control when the filter list appears, set the `MinLength` parameter. This can
2424

2525
## Performance
2626

27-
By default, the filtering is debounced with 150ms. Configure that with the [`DebounceDelay`]({%slug autocomplete-overview%}#parameters) parameter of the component.
27+
By default, the filtering is debounced with 150ms. Configure that with the [`DebounceDelay`]({%slug autocomplete-overview%}#autocomplete-parameters) parameter of the component.
2828

2929
## Filtering Example
3030

components/autocomplete/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The <a href="https://www.telerik.com/blazor-ui/autocomplete" target="_blank">Bla
1717
1. Use the `TelerikAutoComplete` tag to add the component to your razor page.
1818
1. Populate the `Data` property with the collection of items that you want to appear in the dropdown.
1919
1. [Bind the value of the component]({%slug get-started-value-vs-data-binding %}#value-binding) to the same type as the member of the `ValueField` parameter.
20-
1. (Optional) Enable features like placeholder text and [clear button](#clear-button).
20+
1. (Optional) Enable features like placeholder text and clear button.
2121

2222
>caption AutoComplete with two-way value binding and data binding to collection of strings
2323

components/breadcrumb/data-binding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This article has the following sections:
1818

1919
* The available (bindable) [features of a breadcrumb item](#breadcrumb-item-features).
2020
* How to map fields in the model to the Breadcrumb items [data bindings](#data-bindings).
21-
* [Example](#example---data-binding-to-non-default-field-names) of using non-default field names for data binding.
21+
* [Example](#example-data-binding-to-non-default-field-names) of using non-default field names for data binding.
2222

2323
>tip In some cases you might prefer to dynamically generate the Breadcrumb items based on the current application `Url`. Read more how to achieve that in the [Navigation article]({%slug breadcrumb-navigation%}).
2424

components/chart/multiple-axes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article contains the following sections:
2121
* [Numerical Charts](#numerical-charts)
2222
* [Choose Axis Position](#choose-axis-position)
2323
* [Examples](#examples)
24-
* [Categorical Chart - Value Axes Examples](#categorical-chart---value-axes-examples)
24+
* [Categorical Chart - Value Axes Examples](#categorical-chart-value-axes-examples)
2525
* [Category Axes](#category-axes)
2626
* [Behavior with Bar and Column Charts](#behavior-with-bar-and-column-charts)
2727
* [Numerical Chart Examples](#numerical-chart-examples)
@@ -66,7 +66,7 @@ You can set a very large or a very small value to make a certain axis appear at
6666
In this section you can find code examples, explanations on the behavior and screenshots of the expected behavior so you can understand the behavior of the chart and use it to your advantage.
6767

6868

69-
* [Categorical Chart - Value Axes Examples](#categorical-chart---value-axes-examples)
69+
* [Categorical Chart - Value Axes Examples](#categorical-chart-value-axes-examples)
7070
* [Category Axes](#category-axes)
7171
* [Behavior with Bar and Column Charts](#behavior-with-bar-and-column-charts)
7272
* [Numerical Chart Examples](#numerical-chart-examples)

components/chart/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ You can add a short description of the Chart's purpose by using the `ChartTitle`
8888

8989
## Chart Subtitle
9090

91-
You can add a descriptive text that enriches the [Title](#title) by adding the `ChartSubtitle` and assigning a value for the `Text` parameter.
91+
You can add a descriptive text that enriches the [Title](#chart-title) by adding the `ChartSubtitle` and assigning a value for the `Text` parameter.
9292

9393
## Chart Size
9494

components/chart/types/donut.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The following sections explain specific configuration options to the donut chart
8282
* [Visible In Legend](#visible-in-legend)
8383
* [Hole Size](#hole-size)
8484
* [Multiple Series](#multiple-series)
85-
* [Customize Chart Elements - Nested Tags Settings](#customize-chart-elements---nested-tags-settings)
85+
* [Customize Chart Elements - Nested Tags Settings](#customize-chart-elements-nested-tags-settings)
8686

8787
### Rotation
8888

components/chart/types/heatmap.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,12 @@ The <a href="https://www.telerik.com/blazor-ui/heatmap" target="_blank">Blazor H
1616

1717
#### In this article:
1818

19-
* [Basics](#basics)
2019
* [Data Binding Notes](#data-binding-notes)
2120
* [Heatmap Chart Specific Appearance Settings](#heatmap-chart-specific-appearance-settings)
2221
* [Setting the Marker Type](#setting-the-marker-type)
2322
* [Color](#color)
2423
* [ColorField](#colorfield)
25-
* [Customize Chart Elements - Nested Tags Settings](#customize-chart-elements--nested-tags-settings)
24+
* [Customize Chart Elements - Nested Tags Settings](#customize-chart-elements-nested-tags-settings)
2625

2726
@[template](/_contentTemplates/chart/link-to-basics.md#understand-basics-and-databinding-first)
2827

components/chiplist/events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The `OnRemove` event fires when the user clicks the remove icon on any chip in t
2121

2222
## SelectedItemsChanged
2323

24-
The `SelectedItemsChanged` fires when the user selects a chip from the ChipList. [Read the Selection article for more information on the SelectedItemsChanged event...]({%slug chiplist-selection%}#one---way-binding)
24+
The `SelectedItemsChanged` fires when the user selects a chip from the ChipList. [Read the Selection article for more information on the SelectedItemsChanged event...]({%slug chiplist-selection%}#one-way-binding)
2525

2626
## Example
2727

components/chunkprogressbar/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ When the `Max` and `ChunkCount` parameters match in value, the `Value` parameter
4949
5050
![Blazor Chunkprogressbar Matching Values Example](images/chunkprogressbar-matching-values-example.png)
5151

52-
### Non-matching Value
52+
### Non-matching Values
5353

5454
Each chunk (section) represents an equal part of the maximum value (`Max/ChunkCount`). So, when the `Max` and `ChunkCount` parameters do not match in value, the `Value` parameter highlights the number of chunks that is less than or equal (`<=`) to the full fractions that it represents.
5555

0 commit comments

Comments
 (0)