Skip to content

Commit a442749

Browse files
committed
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]>
1 parent efd2bac commit a442749

File tree

4 files changed

+2
-13
lines changed

4 files changed

+2
-13
lines changed

docs/Gemfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,3 @@ gem "wdm", "~> 0.1.1", :install_if => Gem.win_platform?
2929
#gem "kramdown-parser-gfm"
3030

3131
gem "webrick", "~> 1.8"
32-
33-
# render realtive link by plugin
34-
# https://github.blog/news-insights/product-news/relative-links-for-github-pages/
35-
gem 'jekyll-relative-links'

docs/_config.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,6 @@ kramdown:
2929
remote_theme: rundocs/[email protected]
3030
plugins:
3131
- jekyll-remote-theme
32-
- jekyll-relative-links
33-
34-
relative_links:
35-
enabled: true
36-
collections: true
3732

3833
# Exclude from processing.
3934
# The following items will not be processed, by default. Create a custom list

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)