Skip to content

Commit 0e85bf9

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

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

common-features/icons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Some components provide icon-related parameters, which can rely on the above pac
7373
<TelerikButton Icon="@FontIcon.Save">Button with font icon</TelerikButton>
7474
7575
<GridCommandButton Icon="@SvgIcon.Save">Command Button with SVG icon</GridCommandButton>
76-
```
76+
````
7777

7878
### Font Icon Stylesheet
7979

components/aiprompt/toolbar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The `AIPromptToolBarButton` tag exposes parameters that allow you to customize t
3434
| Parameter | Type and Default Value | Description |
3535
| ----------- | ----------- | ----------- |
3636
| `Class` | `string` | The CSS class that will be rendered on the main wrapping element of the AIPromptToolBarButton. You could use that class to cascade styles. |
37-
| `Icon` | `object` | Adds a font icon to the button. You can find more information on adding a font icon to a Telerik Component in [Telerik Font and Svg Icons article]({%slug common-features-icons%}#icon-in-telerik-component). |
37+
| `Icon` | `object` | Adds a font icon to the button. You can find more information on adding a font icon to a Telerik Component in [Telerik Font and Svg Icons article]({%slug common-features-icons%}#icon-namespaces). |
3838
| `OnClick` | `EventCallback<MouseEventArgs>` | The onclick event handler. |
3939
| `ChildContent` | `RenderFragment` | The child content rendered within the button. |
4040

components/colorpicker/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The ColorPicker tag exposes the following features through its attributes:
8383
| `Enabled` | `bool` <br /> (`true`) | Determines if the user can open the popup and change the value. |
8484
| `ShowButtons` | `bool` <br /> (`true`) | Controls the visibility of the **Apply** and **Cancel** buttons. |
8585
| `ShowClearButton` | `bool` <br /> (`true`) | Sets the visibility of the **Clear** button. |
86-
| `Icon` | `object` | Adds a font icon inside the [main component button](#interface). You can find more information on adding a font icon to a Telerik Component in the [Telerik Font and Svg Icons article]({%slug common-features-icons%}#icon-in-telerik-component). |
86+
| `Icon` | `object` | Adds a font icon inside the [main component button](#interface). You can find more information on adding a font icon to a Telerik Component in the [Telerik Font and Svg Icons article]({%slug common-features-icons%}#iicon-namespaces). |
8787

8888
### Styling and Appearance
8989

components/notification/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The `NotificationModel` class is used to add new notifications to the page. You
8686
| `Closable` | `bool` <br /> `true` | If set to `true` a close button will appear which will enable the user to close the Notification. If you want the Notification to not close automatically you should set the `Closable` parameter to `true` and the `CloseAfter` to `0`. |
8787
| `CloseAfter` | `int` <br /> `5000` | Allows you to configure after how much time the Notification component will close automatically. Set it to `0` to prevent it from closing automatically. |
8888
| `ShowIcon` | `bool` <br /> `true` | Allows you to specify whether an icon should appear in the component. |
89-
| `Icon` | `string` | Specifies the icon that will render in the component if the `ShowIcon` parameter is set to `true`. You can find more information on adding an icon to a Telerik Component in [Telerik Font Icons article]({%slug common-features-icons%}#icon-in-telerik-component). |
89+
| `Icon` | `string` | Specifies the icon that will render in the component if the `ShowIcon` parameter is set to `true`. You can find more information on adding an icon to a Telerik Component in [Telerik Font Icons article]({%slug common-features-icons%}#icon-namespaces). |
9090
| `Text` | `string` | The text that will be rendered in the Notification component. |
9191

9292
### Styling and Appearance

components/toolbar/built-in-tools.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The nested `ToolBarButton` tag exposes parameters that allow you to customize th
3232
| ----------- | ----------- | ----------- |
3333
| `Class` | `string` | The CSS class that will be rendered on the main wrapping element of the ToolbarButton. You could use that class to cascade styles. |
3434
| `Enabled` | `bool` <br /> `true` | Specifies if the button is clickable. |
35-
| `Icon` | `object` | Adds a font icon to the button. You can find more information on adding a font icon to a Telerik Component in [Telerik Font and Svg Icons article]({%slug common-features-icons%}#icon-in-telerik-component). |
35+
| `Icon` | `object` | Adds a font icon to the button. You can find more information on adding a font icon to a Telerik Component in [Telerik Font and Svg Icons article]({%slug common-features-icons%}#icon-namespaces). |
3636
| `Overflow` | `ToolBarItemOverflow` enum <br /> (`Auto`) | Specifies whether the item will be hidden when the ToolBar is resized. |
3737
| `OverflowText` | `string` | Defines the button text that will be shown only in the overflow popup. If not specified, it will get the default text of the item. |
3838
| `Title` | `string` | Maps to the `title` HTML attribute for the `<button>`. |
@@ -83,7 +83,7 @@ The nested `ToolBarToggleButton` tag exposes parameters that allow you to custom
8383
| ----------- | ----------- | ----------- |
8484
| `Class` | `string` | The CSS class that will be rendered on the main wrapping element of the ToolbarButton. You could use that class to cascade styles. |
8585
| `Enabled` | `bool` <br /> `true` | Specifies if the button is clickable. |
86-
| `Icon` | `object` | Adds a font icon to the button. You can find more information on adding a font icon to a Telerik Component in [Telerik Font and Svg Icons article]({%slug common-features-icons%}#icon-in-telerik-component). |
86+
| `Icon` | `object` | Adds a font icon to the button. You can find more information on adding a font icon to a Telerik Component in [Telerik Font and Svg Icons article]({%slug common-features-icons%}#icon-namespaces). |
8787
| `Selected` | `bool` | Specifies whether the button is in selected state. You can use it with one and two-way data binding with the `SelectedChanged` event. For more information on how to handle the `SelectedChanged` event see the [Events]({%slug toolbar-events%}) article. |
8888
| `SpriteClass` | `string` | Add a sprite class image to the button. Set this attribute to `k-icon MySpriteClass` where `MySpriteClass` defines the CSS rules for the sprite. |
8989
| `Overflow` | `ToolBarItemOverflow` enum <br /> (`Auto`) | Specifies whether the item will be hidden when the ToolBar is resized. |

upgrade/rendering-changes/3-6-0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ position: 995
1515
* [Grid](#grid)
1616
* [Menu](#menu)
1717
* [Pager](#pager)
18-
* [PanelBar](#panelber)
18+
* [PanelBar](#panelbar)
1919
* [RadioGroup](#radiogroup)
2020
* [Scheduler](#scheduler)
2121
* [TabStrip](#tabstrip)

0 commit comments

Comments
 (0)