Skip to content

Commit 345a14f

Browse files
committed
fix broken links
1 parent 560f885 commit 345a14f

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/release/release-team.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ This document introduces the concept of a release team with the following goals
4242

4343
Note that this document is intended to be a starting point for the release team. It is not a complete release process document.
4444

45-
More details on the CAPI release process can be found in the [release cycle](./release-cycle.md) and [release task](./release-tasks.md) documentation.
45+
More details on the CAPI release process can be found in the [release cycle](./release-cycle.md) and the respective [role handbooks](./role-handbooks) documentation.
4646

4747
## Duration of Term
4848

docs/release/role-handbooks/ci-signal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ While we add test coverage for the new release branch we will also drop the test
3737
2. Modify the following at the `release-1.6` branch entry:
3838
* Change intervals (let's use the same as for `release-1.5`).
3939
2. Create a new dashboard for the new branch in: `test-infra/config/testgrids/kubernetes/sig-cluster-lifecycle/config.yaml` (`dashboard_groups` and `dashboards`).
40-
3. Remove old release branches and unused versions from the `cluster-api-prowjob-gen.yaml` file in [test-infra](https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes-sigs/cluster-api/) according to our policy documented in [Support and guarantees](../../CONTRIBUTING.md#support-and-guarantees). For example, let's assume we just added `release-1.6`, then we can now drop test coverage for the `release-1.3` branch.
40+
3. Remove old release branches and unused versions from the `cluster-api-prowjob-gen.yaml` file in [test-infra](https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes-sigs/cluster-api/) according to our policy documented in [Support and guarantees](../../../../CONTRIBUTING.md#support-and-guarantees). For example, let's assume we just added `release-1.6`, then we can now drop test coverage for the `release-1.3` branch.
4141
4. Regenerate the prowjob configuration running `make generate-test-infra-prowjobs` command from cluster-api repository. Before running this command, ensure to export the `TEST_INFRA_DIR` variable, specifying the location of the [test-infra](https://github.com/kubernetes/test-infra/) repository in your environment. For further information, refer to this [link](https://github.com/kubernetes-sigs/cluster-api/pull/9937).
4242

4343
```sh

docs/release/role-handbooks/communications/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ done just remove the hold to merge it.
132132
### Continuously: Communicate key dates to the community
133133

134134
The goal of this task is to ensure all stakeholders are informed about the current release cycle. For example announcing
135-
upcoming code freezes etc based on the [release timeline (1.6 example)](./releases/release-1.6.md).
135+
upcoming code freezes etc based on the [release timeline (1.6 example)](../../releases/release-1.6.md).
136136

137-
Templates for all types of communication can be found in the [release-templates page](./release-templates.md).
137+
Templates for all types of communication can be found in the [release-templates page](../../release-templates.md).
138138

139139
Information can be distributed via:
140140

@@ -182,6 +182,6 @@ We should inform at least the following providers via a new issue on their respe
182182
* Packet: https://github.com/kubernetes-sigs/cluster-api-provider-packet/issues/new
183183
* vSphere: https://github.com/kubernetes-sigs/cluster-api-provider-vsphere/issues/new
184184

185-
To create GitHub issues at the Cluster API providers repositories and inform about a new minor beta release, use ["provider_issues.go"](../../hack/tools/release/internal/update_providers/provider_issues.go) go utility.
186-
- Ensure that the [provider repos pre-requisites](../../hack/tools/release/internal/update_providers/README.md#pre-requisites) are completed.
185+
To create GitHub issues at the Cluster API providers repositories and inform about a new minor beta release, use ["provider_issues.go"](../../../../hack/tools/release/internal/update_providers/provider_issues.go) go utility.
186+
- Ensure that the [provider repos pre-requisites](../../../../hack/tools/release/internal/update_providers/README.md#pre-requisites) are completed.
187187
- From the root of this repository, run `make release-provider-issues-tool` to create git issues at the provider repositories.

docs/release/role-handbooks/release-lead/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535

3636
### Finalize release schedule and team
3737

38-
1. Finalize release schedule and team in the [docs/release/releases](../../docs/release/releases), e.g. [release-1.6.md](../../docs/release/releases/release-1.6.md).
38+
1. Finalize release schedule and team in the [docs/release/releases](../../releases), e.g. [release-1.6.md](../../releases/release-1.6.md).
3939
2. Update @cluster-api-release-team Slack user group and GitHub team accordingly.
4040
<br>Prior art `org`: https://github.com/kubernetes/org/pull/4353
4141
<br>Prior art `community`: https://github.com/kubernetes/community/pull/7423

0 commit comments

Comments
 (0)