Skip to content

Commit 34523d7

Browse files
Merge pull request #2159 from Nordix/peppi-lotta/change-broken-links
🌱 Change broken links
2 parents ea8302b + 8e302c5 commit 34523d7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -274,14 +274,14 @@ The fields are:
274274
would not be managed by the Metal3DataTemplate controller, if provided by the
275275
user for example, the ownerreference should be set properly to ensure that the
276276
secret belongs to the cluster ownerReference tree (see
277-
[doc](https://cluster-api.sigs.k8s.io/clusterctl/provider-contract.html#ownerreferences-chain)).
277+
[doc](https://cluster-api.sigs.k8s.io/developer/providers/contracts/clusterctl.html#ownerreferences-chain)).
278278

279279
- **networkData** is a reference to a secret containing the network data
280280
rendered from the Metal3DataTemplate metadata template object automatically.
281281
In case this would not be managed by the Metal3DataTemplate controller, if
282282
provided by the user for example, the ownerreference should be set properly to
283283
ensure that the secret belongs to the cluster ownerReference tree (see
284-
[doc](https://cluster-api.sigs.k8s.io/clusterctl/provider-contract.html#ownerreferences-chain)).
284+
[doc](https://cluster-api.sigs.k8s.io/developer/providers/contracts/clusterctl.html#ownerreferences-chain)).
285285
The content of the secret should be a yaml equivalent of a json object that
286286
follows the format definition that can be found
287287
[here](https://docs.openstack.org/nova/latest/_downloads/9119ca7ac90aa2990e762c08baea3a36/network_data.json).

docs/dev-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ following the
7575
By default, the Cluster API components deployed by Tilt have experimental
7676
features turned off. If you would like to enable these features, add
7777
`extra_args` as specified in
78-
[The Cluster API Book](https://cluster-api.sigs.k8s.io/developer/tilt.html#create-a-tilt-settingsjson-file).
78+
[The Cluster API Book](https://cluster-api.sigs.k8s.io/developer/core/tilt#tilt-settings-fields).
7979

8080
Once your kind management cluster is up and running, you can
8181
[deploy an example cluster](#deploy-an-example-cluster).
@@ -102,7 +102,7 @@ command
102102
```
103103

104104
To use [Tilt](https://tilt.dev/) for a simplified development workflow, follow
105-
the [instructions](https://cluster-api.sigs.k8s.io/developer/tilt.html) in the
105+
the [instructions](https://cluster-api.sigs.k8s.io/developer/core/tilt.html) in the
106106
cluster API repo. The instructions will walk you through cloning the Cluster API
107107
(CAPI) repository and configuring Tilt to use `kind` to deploy the cluster api
108108
management components.

docs/e2e-test.md

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

33
This doc gives short instructions how to run e2e tests. For the developing e2e
44
tests, please refer to
5-
[Developing E2E tests](https://cluster-api.sigs.k8s.io/developer/e2e.html).
5+
[Developing E2E tests](https://cluster-api.sigs.k8s.io/developer/core/e2e).
66

77
## Prerequisites
88

0 commit comments

Comments
 (0)