Skip to content

Commit b2f2888

Browse files
authored
Merge pull request #1821 from ChaoyiHuang/fixlink
Docs: Fix the link to feature gates documentation
2 parents 2d24a4b + a442749 commit b2f2888

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/reference/master-commandline-reference.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ Print version and exit.
3333
### -feature-gates
3434

3535
The `-feature-gates` flag is used to enable or disable non GA features.
36-
The list of available feature gates can be found in the [feature gates
37-
documentation](feature-gates.md).
36+
The list of available feature gates can be found in the [feature gates documentation](feature-gates.md).
3837

3938
Example:
4039

docs/reference/worker-commandline-reference.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ Print version and exit.
3333
### -feature-gates
3434

3535
The `-feature-gates` flag is used to enable or disable non GA features.
36-
The list of available feature gates can be found in the [feature gates
37-
documentation](../feature-gates.md).
36+
The list of available feature gates can be found in the [feature gates documentation](feature-gates.md).
3837

3938
Example:
4039

0 commit comments

Comments
 (0)