Skip to content

Commit 6c85014

Browse files
committed
[dev] fix broken link in grid docs
1 parent edfc203 commit 6c85014

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker/redirects.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/suite/window/index/ /suite/window/;
2+
/suite/usage_rangeselection/ /suite/grid/usage_rangeselection/;
23

34
/window__usage.html /suite/window/usage/;
45
/window__migration.html /suite/migration/;

docs/grid/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2810,7 +2810,7 @@ The `blockSelection` property can be set in two ways:
28102810
</tr>
28112811
<tr>
28122812
<td><b>mode</b></td>
2813-
<td>(<i>string</i>) the operating mode of the module:<ul><li><i>"range"</i> - managed through the <a href="../../usage_rangeselection/">`RangeSelection` module</a></li><li><i>"manual"</i> - managed through the manual control</li></ul></td>
2813+
<td>(<i>string</i>) the operating mode of the module:<ul><li><i>"range"</i> - managed through the <a href="../usage_rangeselection/">`RangeSelection` module</a></li><li><i>"manual"</i> - managed through the manual control</li></ul></td>
28142814
</tr>
28152815
<tr>
28162816
<td><b>handle</b></td>

0 commit comments

Comments
 (0)