Skip to content

Commit c1fc119

Browse files
Fix broken link to DataGrid source
DataGrid was removed from the main repository with AvaloniaUI/Avalonia#18401
1 parent 7422cf1 commit c1fc119

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/controls/datagrid/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,9 +210,9 @@ For more information about the different kinds of `DataGridColumn`, see the [nex
210210
:::
211211

212212
:::info
213-
For the complete API documentation about this control, see [here](http://reference.avaloniaui.net/api/Avalonia.Controls/DataGrid/).
213+
For the complete API documentation about this control, see [here](https://reference.avaloniaui.net/api/Avalonia.Controls/DataGrid/).
214214
:::
215215

216216
:::info
217-
View the source code on _GitHub_ [`DataGrid.cs`](https://github.com/AvaloniaUI/Avalonia/blob/master/src/Avalonia.Controls.DataGrid/DataGrid.cs)
217+
View the source code on _GitHub_ [`DataGrid.cs`](https://github.com/AvaloniaUI/Avalonia.Controls.DataGrid/blob/master/src/Avalonia.Controls.DataGrid/DataGrid.cs)
218218
:::

0 commit comments

Comments
 (0)