Skip to content

Commit

Permalink
Merge pull request #959 from telerik/kerpecheva/update-broken-links
Browse files Browse the repository at this point in the history
Updated broken links in docs
  • Loading branch information
kerpecheva authored Oct 15, 2024
2 parents 1012560 + 03e5a6c commit 3bd38a3
Show file tree
Hide file tree
Showing 16 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion controls/autocomplete/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ In `RadAutoComplete`, you can localize the following string:

## See Also

[Localization and Globalization]({slug % globalization-localization %})
[Localization and Globalization]({%slug globalization-localization %})
2 changes: 1 addition & 1 deletion controls/chat/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ The localization key refers to the watermark message that appears in the input f

## See Also

[Localization and Globalization]({slug % globalization-localization %})
[Localization and Globalization]({%slug globalization-localization %})
2 changes: 1 addition & 1 deletion controls/chat/visual-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ The Telerik UI for .NET MAUI Chat exposes a set of properties that allow you to
## Legend

- `Author`—Represents the current user who sends messages using the Chat UI. This instance determines the alignment of the messages—incoming messages are placed on the left, outgoing messages—on the right.
- `Items`—Contains all the chat items included in the conversation, such text messages, picker items, and so on. For more details on the available Chat items, see the [Chat Items](slug %%) topic.
- `Items`—Contains all the chat items included in the conversation, such text messages, picker items, and so on. For more details on the available Chat items, see the [Chat Items]({%slug chat-items-overview %}) topic.
- `Message`—Defines the current message typed into the input field.
- `Send Button`—Defines the button used to send messages.
- `Picker`—Defines the Chat Picker that is shown either as overlay over the messages’ view or inline as part of the conversation and could display different pickers to provide the end user with a selection of choices. See the [Chat Picker topic]({% slug chat-picker-overview %}) for more details.
Expand Down
2 changes: 1 addition & 1 deletion controls/collectionview/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ In `RadCollectionView`, you can localize the following string:

## See Also

[Localization and Globalization]({slug % globalization-localization %})
[Localization and Globalization]({%slug globalization-localization %})
2 changes: 1 addition & 1 deletion controls/combobox/localization.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ In `RadComboBox`, you can localize the following string:

## See Also

[Localization and Globalization]({slug % globalization-localization %})
[Localization and Globalization]({%slug globalization-localization %})
10 changes: 5 additions & 5 deletions controls/datagrid/columns/column-types/date-column.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ slug: datagrid-columns-date-column

# .NET MAUI DataGrid DateColumn

The `DataGridDateColumn` is used to represent `DateTime` objects. It uses the Telerik UI for .NET MAUI [DatePicker control](%slug datepicker-overview%) to pick a value in `EditMode`.
The `DataGridDateColumn` is used to represent `DateTime` objects. It uses the Telerik UI for .NET MAUI [DatePicker control]({%slug datepicker-overview%}) to pick a value in `EditMode`.

## Important Properties

Expand All @@ -33,12 +33,12 @@ The `DataGridDateColumn` is used to represent `DateTime` objects. It uses the Te
```XAML
<telerik:DataGridDateColumn PropertyName="Established"
HeaderText="Date Established"
CellContentFormat="{}{0: ddd-d-MMM-yyyy}">
HeaderText="Date Established"
CellContentFormat="{}{0: ddd-d-MMM-yyyy}">
<telerik:DataGridDateColumn.CellContentStyle>
<telerik:DataGridTextCellStyle TextColor="LightBlue"
FontSize="18"
SelectedTextColor="Blue" />
FontSize="18"
SelectedTextColor="Blue" />
</telerik:DataGridDateColumn.CellContentStyle>
</telerik:DataGridDateColumn>
```
Expand Down
2 changes: 1 addition & 1 deletion controls/progressbar/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The Telerik .NET MAUI ProgressBar is designed to display progress information to
* [Segments support]({%slug progressbar-configuration%}#segments)&mdash;The ProgressBar can be divided in segments.
* [Custom text]({%slug progressbar-configuration%})&mdash;ProgressBar gives you the option to display a custom text when `ValueDisplayMode` is set to `Text`.
* [Indeterminate mode support]({%slug progressbar-indeterminate-mode%})&mdash;A mode that displays an animation indicating an unspecified amount of waiting time.
* [Different animations]([%slug progressbar-animations%])&mdash;Apply different animation easing and animation duration while changing the value of the ProgressBar.
* [Different animations]({%slug progressbar-animations%})&mdash;Apply different animation easing and animation duration while changing the value of the ProgressBar.
* [Text alignment]({%slug progressbar-configuration%}#label-alignment)&mdash;Horizontally align the text that displays the progress.
* [Corner radius for progress indicator]({%slug progressbar-configuration%}#corners)&mdash;Apply corners of the progress indicator by setting the `ProgressCornerRadius` property.
* [Events]({%slug progressbar-events%})&mdash;For tracking changes in the progress.
Expand Down
8 changes: 4 additions & 4 deletions controls/scheduler/recurrence/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ appointment.RecurrenceRule = new RecurrenceRule(pattern);

If you want to dive deeper into the recurrence feature of the .NET MAUI Scheduler, check out the following topics:

* [Recurrence Pattern](% slug recurrence-pattern %})
* [Recurrence Rule](% slug recurrence-rule %})
* [Recurrence Pattern]({%slug scheduler-recurrence-pattern %})
* [Recurrence Rule]({%slug scheduler-recurrence-rule %})

## See Also

- [Appointments]({% slug appointments-overview %})
- [Recurrence Pattern](% slug recurrence-pattern %})
- [Recurrence Rule](% slug recurrence-rule %})
- [Recurrence Pattern]({%slug scheduler-recurrence-pattern %})
- [Recurrence Rule]({%slug scheduler-recurrence-rule %})
4 changes: 2 additions & 2 deletions controls/scheduler/recurrence/recurrence-rule.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ slug: scheduler-recurrence-rule

The Scheduler supports repeating appointments through the `RecurrenceRule` property of the `Appointment` class. In order to create a recurrence rule, you have to define a recurrence pattern, such as frequency, days of week, max occurrences, and other.

The `RecurrenceRule` property has a mandatory `Pattern` property of type `RecurrencePattern` which describes how the appointment occurrences will be created through various recurrence settings. For detailed information on how to create the recurrence pattern go to [Recurrence Pattern](% slug recurrence-pattern %}) topic.
The `RecurrenceRule` property has a mandatory `Pattern` property of type `RecurrencePattern` which describes how the appointment occurrences will be created through various recurrence settings. For detailed information on how to create the recurrence pattern go to [Recurrence Pattern]({%slug scheduler-recurrence-pattern%}) topic.


The main methods exposed by the `RecurrenceRule` class:
Expand All @@ -28,4 +28,4 @@ The `RecurrenceRule` class exposes an exceptions method, which allows you to get

- [Appointments]({% slug appointments-overview %})
- [Recurrence Overview]({%slug scheduler-recurrence-overview%})
- [Recurrence Pattern](% slug recurrence-pattern %})
- [Recurrence Pattern]({%slug scheduler-recurrence-pattern %})
2 changes: 1 addition & 1 deletion knowledge-base/autocomplete-cursor-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,5 +119,5 @@ If either of those situations change, then these limitations may be outdated and

## See Also

-[Entry Styling]({%slug entry-styling%}})
-[Entry Styling]({%slug entry-styling%})

4 changes: 2 additions & 2 deletions knowledge-base/chart-pieseries-customization.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Customize PieChart Series Text, Color and FontSize
description:
description: This article described how to customize the text, color, font size of the chart PieSeries. Learn more!
type: how-to
page_title: Label Customization for Chart Pie Series
slug: chart-pieseries-customization
Expand Down Expand Up @@ -144,4 +144,4 @@ private void UpdateChart()
</ResourceDictionary>
</maui:MauiWinUIApplication.Resources>
</maui:MauiWinUIApplication>
```
```
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ private void TapGestureRecognizer_Tapped(object sender, TappedEventArgs e)

## See Also

- [ComboBox for .NET MAUI Documentation](https://docs.telerik.com/devtools/maui/controls/combo-box/overview)
- [ComboBox for .NET MAUI Documentation](https://docs.telerik.com/devtools/maui/controls/combobox/overview)
Original file line number Diff line number Diff line change
Expand Up @@ -225,5 +225,5 @@ Both approaches allow for handling row detail expansion and collapse states in a

## See Also

- [DataGrid Commands Overview]({%slug datagrid-commands-overview%}})
- [DataGrid Row Details Documentation]({%slug datagrid-row-details-overview%}})
- [DataGrid Commands Overview]({%slug datagrid-commands-overview%})
- [DataGrid Row Details Documentation]({%slug datagrid-row-details-overview%})
2 changes: 1 addition & 1 deletion knowledge-base/entry-cursor-customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ If either of those situations change, then these limitations may be outdated and

## See Also

-[Entry Styling]({%slug entry-styling%}})
-[Entry Styling]({%slug entry-styling%})
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ Note: Make sure to adjust the property values according to your specific impleme

## See Also

- [AutoComplete for .NET MAUI Documentation](https://docs.telerik.com/devtools/maui/controls/autocomplete/autocomplete-overview)
- [AutoComplete for .NET MAUI Documentation](https://docs.telerik.com/devtools/maui/controls/autocomplete/overview)
2 changes: 1 addition & 1 deletion knowledge-base/listview-gridlayout-spancount-binding.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Change ListView GridLayout SpanCount
description:
description: This article explains how to use the SpanCount property of the RadListView GridLayoutDefinition with Binding.
type: how-to
page_title: Binding in the ListView GridLayour SpanCount
slug: listview-gridlayout-spancount-binding
Expand Down

0 comments on commit 3bd38a3

Please sign in to comment.