Skip to content

chore(common): fix broken links #2769

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 14, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common-features/adaptive-rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Some of the [supported components](#supported-components) allow custom values, f

* [Live Demo: AutoComplete](https://demos.telerik.com/blazor-ui/autocomplete/adaptive)
* [Live Demo: ComboBox](https://demos.telerik.com/blazor-ui/combobox/adaptive)
* [Live Demo: ColorPicker](https://demos.telerik.com/blazor-ui/colorpicker/adaptive)
* [Live Demo: ColorPicker](https://demos.telerik.com/blazor-ui/colorpicker/appearance)
* [Live Demo: DatePicker](https://demos.telerik.com/blazor-ui/datepicker/adaptive)
* [Live Demo: DateRangePicker](https://demos.telerik.com/blazor-ui/daterangepicker/adaptive)
* [Live Demo: DateTimePicker](https://demos.telerik.com/blazor-ui/datetimepicker/adaptive)
Expand Down
2 changes: 1 addition & 1 deletion components/dockmanager/state.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,6 @@ The example below shows how to restore the previous state of the DockManager on

## See Also

* [Live Demo: DockManager State](https://demos.telerik.com/blazor-ui/dockmanager/persist-state)
* [Live Demo: DockManager](https://demos.telerik.com/blazor-ui/dockmanager/overview)
* [DockManagerState API reference](slug:Telerik.Blazor.Components.TelerikDockManager)
* [Blazor DockManager](slug:dockmanager-overview)
2 changes: 1 addition & 1 deletion components/grid/export/csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ The CSV export has the following specifics:

## See Also

* [Live Demo: Grid CSV Export](https://demos.telerik.com/blazor-ui/grid/export-csv)
* [Live Demo: Grid Export](https://demos.telerik.com/blazor-ui/grid/export)
* [Custom cell formatting of the exported file with RadSpreadProcessing](slug:grid-kb-custom-cell-formatting-with-radspreadprocessing)
* [Custom cell formatting of the exported file with RadSpreadStreamProcessing](slug:grid-kb-custom-cell-formatting-with-radspreadstreamprocessing)
* [Format numbers and dates in the exported CSV file from the Grid](slug:grid-kb-number-formatting-of-the-csv-export)
Expand Down
2 changes: 1 addition & 1 deletion components/grid/export/excel.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ The Excel export has the following specifics:

## See Also

* [Live Demo: Grid Excel Export](https://demos.telerik.com/blazor-ui/grid/export-excel)
* [Live Demo: Grid Export](https://demos.telerik.com/blazor-ui/grid/export)
* [Custom Cell Formatting of the Exported File with RadSpreadProcessing](slug:grid-kb-custom-cell-formatting-with-radspreadprocessing)
* [Custom Cell Formatting of the Exported File with RadSpreadStreamProcessing](slug:grid-kb-custom-cell-formatting-with-radspreadstreamprocessing)
* [Blazor Grid](slug:grid-overview)
2 changes: 1 addition & 1 deletion components/grid/export/pdf.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,4 @@ The following sample projects show two ways to implement a PDF export
## See Also

* [Blazor Grid](slug:grid-overview)
* [Live Demo: Grid PDF Export](https://demos.telerik.com/blazor-ui/grid/export-pdf)
* [Live Demo: Grid Export](https://demos.telerik.com/blazor-ui/grid/export)
Loading