Skip to content

Commit 0fb40e4

Browse files
committed
chore(common): fix links:
1 parent 9d6d1f8 commit 0fb40e4

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

components/colorgradient/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The <a href = "https://www.telerik.com/blazor-ui/colorgradient" target="_blank">
1616
## Creating Blazor ColorGradient
1717

1818
1. Add the `TelerikColorGradient` tag.
19-
1. Set its `Value` attribute to a [HEX/RGB](#supported-value-formats) `string` variable via [one-way]({%slug colorgradient-events%}#valuechanged) or [two-way](#example) binding.
19+
1. Set its `Value` attribute to a [HEX/RGB](#supported-value-formats) `string` variable via [one-way]({%slug colorgradient-events%}#valuechanged) or two-way binding.
2020
1. (optional) Set the [`ValueFormat` and `Format` attributes](#colorgradient-parameters) to the desired color format.
2121

2222

components/colorpicker/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Practically, the ColorPicker is identical to the [Telerik UI for Blazor FlatColo
1818

1919

2020
1. Add the `TelerikColorPicker` tag.
21-
1. Set its `string` `Value` parameter to any of the [supported HEX or RGB formats](#supported-value-formats). The parameter supports [two-way binding](#example) or [one-way binding with a `ValueChanged` handler]({%slug colorpicker-events%}#valuechanged).
21+
1. Set its `string` `Value` parameter to any of the [supported HEX or RGB formats](#supported-value-formats). The parameter supports two-way binding or [one-way binding with a `ValueChanged` handler]({%slug colorpicker-events%}#valuechanged).
2222
1. (optional) If your app expects a specific color format, set the `ValueFormat` to `ColorFormat.Hex` or `ColorFormat.Rgb`.
2323

2424
>caption A basic ColorPicker with two-way value binding

components/colorpicker/views.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ The ColorPicker popup can display different views. They allow users to select a
1515
* [ColorPickerGradientView](#colorpickergradientview) - allows unlimited color selection from an [HSVA](https://en.wikipedia.org/wiki/HSL_and_HSV) canvas. This view also renders textboxes for typing a color in [RGB or HEX format]({%slug colorpicker-overview%}#supported-value-formats).
1616
* [ColorPickerPaletteView](#colorpickerpaletteview) - allows color selection from a predefined collection of colors.
1717

18-
By default, both views are enabled and the gradient view is displayed first. Both behaviors can be configured via the ColorPicker [`ColorPickerViews` container and `View` attribute]({%slug colorpicker-overview%}#features).
18+
By default, both views are enabled and the gradient view is displayed first. Both behaviors can be configured via the ColorPicker [`ColorPickerViews` container and `View` attribute]({%slug colorpicker-overview%}#colorpicker-parameters).
1919

2020
## ColorPickerGradientView
2121

22-
The GradientView uses a [`TelerikColorGradient` component]({%slug colorgradient-overview%}). The following [ColorGradient attributes]({%slug colorgradient-overview%}#features) are exposed in the `ColorPickerGradientView` tag:
22+
The GradientView uses a [`TelerikColorGradient` component]({%slug colorgradient-overview%}). The following [ColorGradient attributes]({%slug colorgradient-overview%}#colorgradient-parameters) are exposed in the `ColorPickerGradientView` tag:
2323

2424
* `Format`
2525
* `Formats`
2626
* `ShowOpacityEditor`
2727

2828
## ColorPickerPaletteView
2929

30-
The PaletteView uses a [`TelerikColorPalette` component]({%slug colorpalette-overview%}). The following [ColorPalette attributes]({%slug colorpalette-overview%}#features) are exposed in the `ColorPickerPaletteView` tag:
30+
The PaletteView uses a [`TelerikColorPalette` component]({%slug colorpalette-overview%}). The following [ColorPalette attributes]({%slug colorpalette-overview%}#colorpalette-parameters) are exposed in the `ColorPickerPaletteView` tag:
3131

3232
* `Columns`
3333
* `Colors`

components/contextmenu/data-binding/hierarchical-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article explains how to bind the Context Menu for Blazor to hierarchical da
1616

1717
Hierarchical data means that the collection of child items is provided in a field of its parent's model. By default, this is the `Items` field. If there are items for a certain node, it will have an expand icon. The `HasChildren` field can override this, however, but it is not required for hierarchical data binding. Note that all menu item models must be of the same type.
1818

19-
This approach of providing nodes lets you gather separate collections of data for certain sections or areas. Check out the [Know The Target And Adjust Items]({%slug contextmenu-overview%}#know-the-target-and-adjust-items) example to see one way of altering the data (items) in the menu before showing it.
19+
This approach of providing nodes lets you gather separate collections of data for certain sections or areas. Check out the [Know The Target And Adjust Items]({%slug contextmenu-integration%}#know-the-target-and-adjust-items) example to see one way of altering the data (items) in the menu before showing it.
2020

2121
>caption Example of using hierarchical data in a context menu
2222

components/contextmenu/navigation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The Context Menu can be used to navigate between different pages in the applicat
1414

1515
To use the Context Menu for navigating between pages:
1616

17-
* Add the ContextMenu to your application and [choose a target]({%slug contextmenu-overview%}) or [show it with your own code]({%slug contextmenu-overview%}#know-the-target-and-adjust-items).
17+
* Add the ContextMenu to your application and [choose a target]({%slug contextmenu-overview%}) or [show it with your own code]({%slug contextmenu-integration%}#know-the-target-and-adjust-items).
1818
* Provide a collection of models that describe the pages you want the user to navigate to.
1919
* Populate its `UrlField` with the corresponding data from the model or provide a `Url` property in the model.
2020

components/flatcolorpicker/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The image below reveals all FlatColorPicker interface elements:
5555

5656
![FlatColorPicker component](images/flatcolorpicker-overview.png)
5757

58-
## Features
58+
## FlatColorPicker Parameters
5959

6060
The FlatColorPicker tag exposes the following features via its attributes:
6161

components/flatcolorpicker/views.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ The FlatColorPicker can display different views. They allow users to select a co
1515
* [FlatColorPickerGradientView](#flatcolorpickergradientview) - allows unlimited color selection from an [HSVA](https://en.wikipedia.org/wiki/HSL_and_HSV) canvas. This view also renders textboxes for typing a color in [RGB or HEX format]({%slug colorpicker-overview%}#supported-value-formats).
1616
* [FlatColorPickerPaletteView](#flatcolorpickerpaletteview) - allows color selection from a predefined collection of colors.
1717

18-
By default, both views are enabled and the gradient view is displayed first. Both behaviors can be configured via the FlatColorPicker [`FlatColorPickerViews` container and `View` attribute]({%slug flatcolorpicker-overview%}#features).
18+
By default, both views are enabled and the gradient view is displayed first. Both behaviors can be configured via the FlatColorPicker [`FlatColorPickerViews` container and `View` attribute]({%slug flatcolorpicker-overview%}#flatcolorpicker-parameters).
1919

2020
## FlatColorPickerGradientView
2121

22-
The GradientView uses a [`TelerikColorGradient` component]({%slug colorgradient-overview%}). The following [ColorGradient attributes]({%slug colorgradient-overview%}#features) are exposed in the `FlatColorPickerGradientView` tag:
22+
The GradientView uses a [`TelerikColorGradient` component]({%slug colorgradient-overview%}). The following [ColorGradient attributes]({%slug colorgradient-overview%}#colorgradient-parameters) are exposed in the `FlatColorPickerGradientView` tag:
2323

2424
* `Format`
2525
* `Formats`
2626
* `ShowOpacityEditor`
2727

2828
## FlatColorPickerPaletteView
2929

30-
The PaletteView uses a [`TelerikColorPalette` component]({%slug colorpalette-overview%}). The following [ColorPalette attributes]({%slug colorpalette-overview%}#features) are exposed in the `FlatColorPickerPaletteView` tag:
30+
The PaletteView uses a [`TelerikColorPalette` component]({%slug colorpalette-overview%}). The following [ColorPalette attributes]({%slug colorpalette-overview%}#colorpalette-parameters) are exposed in the `FlatColorPickerPaletteView` tag:
3131

3232
* `Columns`
3333
* `Colors`

0 commit comments

Comments
 (0)