Skip to content

Commit a0a4198

Browse files
committed
[zh-cn] fix 404 errors in release.md
1 parent 158e386 commit a0a4198

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

content/zh-cn/releases/release.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ The general labeling process should be consistent across artifact types.
219219
referring to a release MAJOR.MINOR `vX.Y` version.
220220
221221
See also
222-
[release versioning](/contributors/design-proposals/release/versioning.md).
222+
[release versioning](https://git.k8s.io/sig-release/release-engineering/versioning.md).
223223
224224
- *release branch*: Git branch `release-X.Y` created for the `vX.Y` milestone.
225225
@@ -233,7 +233,7 @@ The general labeling process should be consistent across artifact types.
233233
[GitHub 里程碑](https://help.github.com/en/github/managing-your-work-on-github/associating-milestones-with-issues-and-pull-requests)
234234
指的是发布 主.次 `vX.Y` 版本。
235235

236-
另请参阅[发布版本控制](/contributors/design-proposals/release/versioning.md)
236+
另请参阅[发布版本控制](https://git.k8s.io/sig-release/release-engineering/versioning.md)
237237

238238
- **发布分支**:为 `vX.Y` 里程碑创建的 Git 分支 `release-X.Y`
239239

@@ -504,14 +504,14 @@ Issues are marked as targeting a milestone via the Prow "/milestone" command.
504504
The Release Team's [Bug Triage Lead](https://git.k8s.io/sig-release/release-team/role-handbooks/bug-triage/README.md)
505505
and overall community watch incoming issues and triage them, as described in
506506
the contributor guide section on
507-
[issue triage](/contributors/guide/issue-triage.md).
507+
[issue triage](https://k8s.dev/docs/guide/issue-triage/).
508508
-->
509509
### 问题补充 {#issue-additions}
510510

511511
通过 Prow “/milestone” 命令标记问题并指向里程碑。
512512

513513
发布团队的[错误分类负责人](https://git.k8s.io/sig-release/release-team/role-handbooks/bug-triage/README.md)和整个社区观察新出现的问题并对其进行分类,
514-
在贡献者指南部分中描述[问题分类](/contributors/guide/issue-triage.md)
514+
在贡献者指南部分中描述[问题分类](https://k8s.dev/docs/guide/issue-triage/)
515515

516516
<!--
517517
Marking issues with the milestone provides the community better visibility
@@ -546,11 +546,11 @@ PR 通过 Prow “/milestone” 命令标记并指向里程碑。
546546
<!--
547547
## Other Required Labels
548548
549-
[Here is the list of labels and their use and purpose.](https://git.k8s.io/test-infra/label*sync/labels.md#labels-that-apply-to-all-repos-for-both-issues-and-prs)
549+
[Here is the list of labels and their use and purpose.](https://git.k8s.io/test-infra/label_sync/labels.md#labels-that-apply-to-all-repos-for-both-issues-and-prs)
550550
-->
551551
## 其他必需的标签 {#other-required-labels}
552552

553-
[这里是标签列表及其用途和目的](https://git.k8s.io/test-infra/label*sync/labels.md#labels-that-apply-to-all-repos-for-both-issues-and-prs)
553+
[这里是标签列表及其用途和目的](https://git.k8s.io/test-infra/label_sync/labels.md#labels-that-apply-to-all-repos-for-both-issues-and-prs)
554554

555555
<!--
556556
### SIG Owner Label
@@ -650,11 +650,11 @@ Issue 类型用于帮助识别随着时间的推移进入版本的更改类型
650650
- `kind/feature`:新功能
651651
- `kind/flake`:CI 测试用例显示间歇性故障
652652

653-
[cherry-picks]: /contributors/devel/sig-release/cherry-picks.md
653+
[cherry-picks]: https://git.k8s.io/community/contributors/devel/sig-release/cherry-picks.md
654654
[code-freeze]: https://git.k8s.io/sig-release/releases/release_phases.md#code-freeze
655655
[enhancements-freeze]: https://git.k8s.io/sig-release/releases/release_phases.md#enhancements-freeze
656656
[exceptions]: https://git.k8s.io/sig-release/releases/release_phases.md#exceptions
657657
[keps]: https://git.k8s.io/enhancements/keps
658-
[release-managers]: https://kubernetes.io/releases/release-managers/
658+
[release-managers]: /releases/release-managers/
659659
[release-team]: https://git.k8s.io/sig-release/release-team
660-
[sig-list]: /sig-list.md
660+
[sig-list]: https://k8s.dev/sigs

0 commit comments

Comments
 (0)