Skip to content

Commit

Permalink
Merge pull request #1821 from ChaoyiHuang/fixlink
Browse files Browse the repository at this point in the history
Docs: Fix the link to feature gates documentation
  • Loading branch information
k8s-ci-robot committed Aug 1, 2024
2 parents 2d24a4b + a442749 commit b2f2888
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions docs/reference/master-commandline-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ Print version and exit.
### -feature-gates

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

Example:

Expand Down
3 changes: 1 addition & 2 deletions docs/reference/worker-commandline-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ Print version and exit.
### -feature-gates

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

Example:

Expand Down

0 comments on commit b2f2888

Please sign in to comment.