Skip to content

Commit 856bbb5

Browse files
committed
[fix] broken links to treegrid docs
1 parent 82e00dc commit 856bbb5

File tree

4 files changed

+68
-68
lines changed

4 files changed

+68
-68
lines changed

docker/redirects.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1799,7 +1799,7 @@
17991799
/treegrid/api/treegrid_removespan_method/ /suite/grid/api/grid_removespan_method/;
18001800
/treegrid/api/treegrid_scroll_method/ /suite/grid/api/grid_scroll_method/;
18011801
/treegrid/api/treegrid_scrollto_method/ /suite/grid/api/grid_scrollto_method/;
1802-
/treegrid/api/treegrid_setcolumns_method/ /suite/grid/api/grid_setcolumns_method/;
1802+
/treegrid/api/treegrid_setcolumns_method/ /suite/grid/api/grid_setcolumns_method/;
18031803
/treegrid/api/treegrid_showcolumn_method/ /suite/grid/api/grid_showcolumn_method/;
18041804
/treegrid/api/treegrid_showrow_method/ /suite/grid/api/grid_showrow_method/;
18051805
/treegrid/api/treegrid_ungroup_method/ /suite/migration/#data-grouping;

docs/pagination/init.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Add two containers:
8585

8686
## Initialize a related widget
8787

88-
{{note DHTMLX Pagination can be used in conjunction with data components like [List](list.md), [DataView](dataview.md), [Tree](tree.md), [Grid](grid.md), or [TreeGrid](/treegrid/).}}
88+
{{note DHTMLX Pagination can be used in conjunction with data components like [List](list.md), [DataView](dataview.md), [Tree](tree.md), [Grid](grid.md), or [TreeGrid](/grid/treegrid_mode/).}}
8989

9090
Choose the widget you want to link to the Pagination component, for example, DHTMLX List.
9191

docs/selection/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ See the full lists of the methods of the Selection object you can use to manage
4242

4343
- [Grid. Selection methods](grid/api/api_overview.md#selection-methods)
4444

45-
- [TreeGrid. Selection methods](treegrid/api/api_overview.md#selection-methods)
45+
- [TreeGrid. Selection methods](grid/api/api_overview.md#selection-methods)
4646

4747
### Events
4848

4949
See the full lists of the events of the Selection object you can use while working with the selection of cells in **Grid**, **TreeGrid**:
5050

5151
- [Grid. Selection events](grid/api/api_overview.md#selection-events)
5252

53-
- [TreeGrid. Selection events](treegrid/api/api_overview.md#selection-events)
53+
- [TreeGrid. Selection events](grid/api/api_overview.md#selection-events)

0 commit comments

Comments
 (0)