Skip to content

Commit a0ef54f

Browse files
committed
release-managers: Link cleanup
Signed-off-by: Stephen Augustus <[email protected]>
1 parent 5da03f2 commit a0ef54f

File tree

1 file changed

+19
-11
lines changed

1 file changed

+19
-11
lines changed

content/en/releases/release-managers.md

Lines changed: 19 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ The responsibilities of each role are described below.
3030

3131
## Handbooks
3232

33-
**NOTE: The Patch Release Team and Branch Manager handbooks will be deduplicated at a later date.**
33+
**NOTE: The Patch Release Team and Branch Manager handbooks will be de-duplicated at a later date.**
3434

35-
- [Patch Release Team](/release-engineering/role-handbooks/patch-release-team.md)
36-
- [Branch Managers](/release-engineering/role-handbooks/branch-manager.md)
37-
- [Build Admins](/release-engineering/packaging.md)
35+
- [Patch Release Team][handbook-patch-release]
36+
- [Branch Managers][handbook-branch-mgmt]
37+
- [Build Admins][handbook-packaging]
3838

3939
## Release Managers
4040

@@ -49,17 +49,17 @@ Minimum requirements for Release Managers and Release Manager Associates are:
4949
`git` command line invocations.
5050
- General knowledge of Google Cloud (Cloud Build and Cloud Storage).
5151
- Open to seeking help and communicating clearly.
52-
- [Kubernetes Community Membership](https://github.com/kubernetes/community/blob/master/community-membership.md#member)
52+
- Kubernetes Community [membership][community-membership]
5353

5454
Release Managers are responsible for:
5555

5656
- Coordinating and cutting Kubernetes releases:
5757
- Patch releases (`x.y.z`, where `z` > 0)
5858
- Minor releases (`x.y.z`, where `z` = 0)
5959
- Pre-releases (alpha, beta, and release candidates)
60-
- Working with the [Release Team](/release-team/README.md) through each
60+
- Working with the [Release Team][release-team] through each
6161
release cycle
62-
- Setting the [schedule and cadence for patch releases](/releases/patch-releases.md)
62+
- Setting the [schedule and cadence for patch releases][patches]
6363
- Maintaining the release branches:
6464
- Reviewing cherry picks
6565
- Ensuring the release branch stays healthy and that no unintended patch
@@ -120,7 +120,7 @@ referred to as Release Manager shadows. They are responsible for:
120120
- Seeking opportunities to help with prioritization and communication
121121
- Sending out pre-announcements and updates about patch releases
122122
- Updating the calendar, helping with the release dates and milestones from
123-
the [release cycle Timeline](https://github.com/kubernetes/sig-release/tree/master/releases)
123+
the [release cycle timeline][k-sig-release-releases]
124124
- Through the Buddy program, onboarding new contributors and pairing up with
125125
them on tasks
126126

@@ -197,9 +197,17 @@ GitHub team: [@kubernetes/sig-release-leads](https://github.com/orgs/kubernetes/
197197

198198
---
199199

200-
Past Branch Managers, can be found in the [releases directory](/releases)
201-
within `release-x.y/release_team.md`.
202-
Example: [1.15 Release Team](/releases/release-1.15/release_team.md)
200+
Past Branch Managers, can be found in the [releases directory][k-sig-release-releases]
201+
of the kubernetes/sig-release repository within `release-x.y/release_team.md`.
203202

203+
Example: [1.15 Release Team](https://git.k8s.io/sig-release/releases/release-1.15/release_team.md)
204+
205+
[community-membership]: https://git.k8s.io/community/community-membership.md#member
206+
[handbook-branch-mgmt]: https://git.k8s.io/sig-release/release-engineering/role-handbooks/branch-manager.md
207+
[handbook-packaging]: https://git.k8s.io/sig-release/release-engineering/packaging.md
208+
[handbook-patch-release]: https://git.k8s.io/sig-release/release-engineering/role-handbooks/patch-release-team.md
209+
[k-sig-release-releases]: https://git.k8s.io/sig-release/releases
210+
[patches]: /patch-releases.md
204211
[psc]: https://git.k8s.io/community/committee-product-security/README.md
212+
[release-team]: https://git.k8s.io/sig-release/release-team/README.md
205213
[security-release-process]: https://git.k8s.io/security/security-release-process.md

0 commit comments

Comments
 (0)