Skip to content

Commit 14de946

Browse files
ChaoyiHuangmarquiz
authored andcommitted
Docs: Fix the link to feature gates documentation
The link to feature gates documentation is pointing to the feature-gates.md in master-commandline-reference.html and worker-commandline-reference.html, it should be updated to linking html file. Signed-off-by: joehuang <[email protected]> (cherry picked from commit a442749)
1 parent 9c608e7 commit 14de946

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)