Merge pull request #37820 from windsonsea/newfea

Fix a link in new-features.md
pull/37824/head
Kubernetes Prow Robot 2022-11-09 18:48:55 -08:00 committed by GitHub
commit 24cf530529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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
---
<!-- overview -->
@ -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.