From d7ceef3bae0f3eab1421e49e44d34c8e1fec3416 Mon Sep 17 00:00:00 2001 From: windsonsea Date: Thu, 10 Nov 2022 09:15:15 +0800 Subject: [PATCH] Fix a link in new-features.md --- content/en/docs/contribute/new-content/new-features.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/en/docs/contribute/new-content/new-features.md b/content/en/docs/contribute/new-content/new-features.md index c13aefa53c..3b71e2d531 100644 --- a/content/en/docs/contribute/new-content/new-features.md +++ b/content/en/docs/contribute/new-content/new-features.md @@ -1,5 +1,5 @@ --- -title: Documenting a feature for a release +title: Documenting a feature for a release linktitle: Documenting for a release content_type: concept main_menu: true @@ -7,7 +7,7 @@ weight: 20 card: name: contribute weight: 45 - title: Documenting a feature for a release + title: Documenting a feature for a release --- @@ -128,7 +128,7 @@ make sure you add it to [Alpha/Beta Feature gates](/docs/reference/command-line- table as part of your pull request. With new feature gates, a description of the feature gate is also required. If your feature is GA'ed or deprecated, make sure to move it from the -[Feature gates for Alpha/Feature](docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-alpha-or-beta-features) table +[Feature gates for Alpha/Feature](/docs/reference/command-line-tools-reference/feature-gates/#feature-gates-for-alpha-or-beta-features) table to [Feature gates for graduated or deprecated features](/docs/reference/command-line-tools-reference/feature-gates-removed/#feature-gates-that-are-removed) table with Alpha and Beta history intact.