Skip to content

Commit 9312b03

Browse files
authored
Merge pull request #34995 from ayatk/fix-release-versioning-link-ja
[ja] Fix links in release versioning
2 parents 883dcad + ad92908 commit 9312b03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/ja/docs/reference/using-api/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ JSONとProtobufなどのシリアル化スキーマの変更については同
3030
以下の説明は、両方のフォーマットをカバーしています。
3131

3232
APIのバージョニングとソフトウェアのバージョニングは間接的に関係しています。
33-
[API and release versioning proposal](https://git.k8s.io/community/contributors/design-proposals/release/versioning.md)は、APIバージョニングとソフトウェアバージョニングの関係を説明しています。
33+
[API and release versioning proposal](https://git.k8s.io/sig-release/release-engineering/versioning.md)は、APIバージョニングとソフトウェアバージョニングの関係を説明しています。
3434

3535
APIのバージョンが異なると、安定性やサポートのレベルも異なります。
3636
各レベルの基準については、[API Changes documentation](https://git.k8s.io/community/contributors/devel/sig-architecture/api_changes.md#alpha-beta-and-stable-versions)で詳しく説明しています。

content/ja/docs/setup/release/version-skew-policy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ weight: 30
1212

1313
## サポートされるバージョン {#supported-versions}
1414

15-
Kubernetesのバージョンは**x.y.z**の形式で表現され、**x**はメジャーバージョン、**y**はマイナーバージョン、**z**はパッチバージョンを指します。これは[セマンティック バージョニング](https://semver.org/)に従っています。詳細は、[Kubernetesのリリースバージョニング](https://github.com/kubernetes/community/blob/master/contributors/design-proposals/release/versioning.md#kubernetes-release-versioning)を参照してください。
15+
Kubernetesのバージョンは**x.y.z**の形式で表現され、**x**はメジャーバージョン、**y**はマイナーバージョン、**z**はパッチバージョンを指します。これは[セマンティック バージョニング](https://semver.org/)に従っています。詳細は、[Kubernetesのリリースバージョニング](https://git.k8s.io/sig-release/release-engineering/versioning.md#kubernetes-release-versioning)を参照してください。
1616

1717
Kubernetesプロジェクトでは、最新の3つのマイナーリリースについてリリースブランチを管理しています ({{< skew latestVersion >}}, {{< skew prevMinorVersion >}}, {{< skew oldestMinorVersion >}})。
1818

0 commit comments

Comments
 (0)