Skip to content

Commit 7ee7564

Browse files
committed
Fix Grid/TreeList slugs
1 parent 5c89fb3 commit 7ee7564

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/grid/columns/resize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The Grid takes into account the `MinResizableWidth` and `MaxResizableWidth` for
4141

4242
The component also exposes methods to programmatically resize columns to fit their contents:
4343

44-
* `AutoFitColumnAsync(string id)`—Autofits the column with the specified [`Id` attribute](slug:components/treelist/columns/bound#identification).
44+
* `AutoFitColumnAsync(string id)`—Autofits the column with the specified [`Id` attribute](slug:components/grid/columns/bound#identification).
4545
* `AutoFitColumnsAsync(IEnumerable<string> ids)`—Autofits multiple columns at once.
4646
* `AutoFitAllColumnsAsync()`—Autofits all applicable columns. For example, this method does not affect the hierarchy expand/collapse columns.
4747

components/treelist/columns/resize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The TreeList takes into account the `MinResizableWidth` and `MaxResizableWidth`
4141

4242
The component also exposes methods to programmatically resize columns to fit their contents:
4343

44-
* `AutoFitColumnAsync(string id)`—Autofits the column with the specified [`Id` attribute](slug:components/grid/columns/bound#identification).
44+
* `AutoFitColumnAsync(string id)`—Autofits the column with the specified [`Id` attribute](slug:treelist-columns-bound#identification).
4545
* `AutoFitColumnsAsync(IEnumerable<string> ids)`—Autofits multiple columns at once.
4646
* `AutoFitAllColumnsAsync()`—Autofits all applicable columns. For example, this method does not affect the hierarchy expand/collapse columns.
4747

0 commit comments

Comments
 (0)