From 14de9468ad874cd5b14c14882625b3234faadbb0 Mon Sep 17 00:00:00 2001 From: joehuang Date: Mon, 29 Jul 2024 09:26:41 +0000 Subject: [PATCH] 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 (cherry picked from commit a442749f89b9db2791b6c8eb5010f2b7753efed1) --- docs/reference/master-commandline-reference.md | 3 +-- docs/reference/worker-commandline-reference.md | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/reference/master-commandline-reference.md b/docs/reference/master-commandline-reference.md index a64670e3a..a72dd4d0e 100644 --- a/docs/reference/master-commandline-reference.md +++ b/docs/reference/master-commandline-reference.md @@ -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: diff --git a/docs/reference/worker-commandline-reference.md b/docs/reference/worker-commandline-reference.md index 738eb36ce..60447b739 100644 --- a/docs/reference/worker-commandline-reference.md +++ b/docs/reference/worker-commandline-reference.md @@ -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: