Skip to content

Commit d2c325e

Browse files
authored
Merge pull request #12428 from Nordix/fix-markdown-link-main/adil
🌱 Fixing broken links
2 parents cb05ce9 + 75a199a commit d2c325e

32 files changed

+61
-64
lines changed

CHANGELOG/v1.6.0-beta.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## Deprecation Warning
1010

1111
- The API version `v1alpha4` is no longer served in this release.
12-
- [Version migration guide](https://main.cluster-api.sigs.k8s.io/developer/providers/version-migration.html)
12+
- [Version migration guide](https://cluster-api.sigs.k8s.io/developer/providers/migrations/overview.html)
1313
- [GitHub issue #8038](https://github.com/kubernetes-sigs/cluster-api/issues/8038)
1414
- [API deprecation details](https://main.cluster-api.sigs.k8s.io/contributing#removal-of-v1alpha3--v1alpha4-apiversions)
1515
- The API version `v1alpha3` has been completely removed in this release.

CHANGELOG/v1.6.0-beta.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## Deprecation Warning
1010

1111
- The API version `v1alpha4` is no longer served in this release.
12-
- [Version migration guide](https://main.cluster-api.sigs.k8s.io/developer/providers/version-migration.html)
12+
- [Version migration guide](https://cluster-api.sigs.k8s.io/developer/providers/migrations/overview.html)
1313
- [GitHub issue #8038](https://github.com/kubernetes-sigs/cluster-api/issues/8038)
1414
- [API deprecation details](https://main.cluster-api.sigs.k8s.io/contributing#removal-of-v1alpha3--v1alpha4-apiversions)
1515
- The API version `v1alpha3` has been completely removed in this release.

CHANGELOG/v1.6.0-rc.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## Deprecation Warning
1010

1111
- The API version `v1alpha4` is no longer served in this release.
12-
- [Version migration guide](https://main.cluster-api.sigs.k8s.io/developer/providers/version-migration.html)
12+
- [Version migration guide](https://cluster-api.sigs.k8s.io/developer/providers/migrations/overview.html)
1313
- [GitHub issue #8038](https://github.com/kubernetes-sigs/cluster-api/issues/8038)
1414
- [API deprecation details](https://main.cluster-api.sigs.k8s.io/contributing#removal-of-v1alpha3--v1alpha4-apiversions)
1515
- The API version `v1alpha3` has been completely removed in this release.

CHANGELOG/v1.6.0-rc.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
## Deprecation Warning
1010

1111
- The API version `v1alpha4` is no longer served in this release.
12-
- [Version migration guide](https://main.cluster-api.sigs.k8s.io/developer/providers/version-migration.html)
12+
- [Version migration guide](https://cluster-api.sigs.k8s.io/developer/providers/migrations/overview.html)
1313
- [GitHub issue #8038](https://github.com/kubernetes-sigs/cluster-api/issues/8038)
1414
- [API deprecation details](https://main.cluster-api.sigs.k8s.io/contributing#removal-of-v1alpha3--v1alpha4-apiversions)
1515
- The API version `v1alpha3` has been completely removed in this release.

CHANGELOG/v1.6.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
## Deprecation Warning
1515

1616
- The API version `v1alpha4` is no longer served in this release.
17-
- [Version migration guide](https://main.cluster-api.sigs.k8s.io/developer/providers/version-migration.html)
17+
- [Version migration guide](https://cluster-api.sigs.k8s.io/developer/providers/migrations/overview.html)
1818
- [GitHub issue #8038](https://github.com/kubernetes-sigs/cluster-api/issues/8038)
1919
- [API deprecation details](https://main.cluster-api.sigs.k8s.io/contributing#removal-of-v1alpha3--v1alpha4-apiversions)
2020
- The API version `v1alpha3` has been completely removed in this release.

CHANGELOG/v1.9.0-beta.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- Improvements to status fields: (#11105)
1212
- Proposal: [Improving status in CAPI resources](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md)
1313
- Just a few highlights:
14-
- Overhaul of our contract documentation: [Provider contracts](https://cluster-api.sigs.k8s.io/developer/providers/contracts)
14+
- Overhaul of our contract documentation: [Provider contracts](https://cluster-api.sigs.k8s.io/developer/providers/contracts/overview)
1515
- Implemented v1beta2 conditions for core Cluster API objects
1616
- Huge improvements to `Deleting` conditions of Cluster, KCP, MD, MS and Machines
1717
- Added `Available` conditions to Cluster, KCP and MD

CHANGELOG/v1.9.0-rc.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- Improvements to status fields: (#11105)
1212
- Proposal: [Improving status in CAPI resources](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md)
1313
- Just a few highlights:
14-
- Overhaul of our contract documentation: [Provider contracts](https://cluster-api.sigs.k8s.io/developer/providers/contracts)
14+
- Overhaul of our contract documentation: [Provider contracts](https://cluster-api.sigs.k8s.io/developer/providers/contracts/overview)
1515
- Implemented v1beta2 conditions for core Cluster API objects
1616
- Huge improvements to `Deleting` conditions of Cluster, KCP, MD, MS and Machines
1717
- Added `Available` conditions to Cluster, KCP and MD

CHANGELOG/v1.9.0-rc.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- Improvements to status fields: (#11105)
1111
- Proposal: [Improving status in CAPI resources](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md)
1212
- Just a few highlights:
13-
- Overhaul of our contract documentation: [Provider contracts](https://cluster-api.sigs.k8s.io/developer/providers/contracts)
13+
- Overhaul of our contract documentation: [Provider contracts](https://cluster-api.sigs.k8s.io/developer/providers/contracts/overview)
1414
- Implemented v1beta2 conditions for core Cluster API objects
1515
- Huge improvements to `Deleting` conditions of Cluster, KCP, MD, MS and Machines
1616
- Added `Available` conditions to Cluster, KCP and MD

CHANGELOG/v1.9.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
- Improvements to status fields: (#11105)
1111
- Proposal: [Improving status in CAPI resources](https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md)
1212
- Just a few highlights:
13-
- Overhaul of our contract documentation: [Provider contracts](https://cluster-api.sigs.k8s.io/developer/providers/contracts)
13+
- Overhaul of our contract documentation: [Provider contracts](https://cluster-api.sigs.k8s.io/developer/providers/contracts/overview)
1414
- Implemented v1beta2 conditions for core Cluster API objects
1515
- Huge improvements to `Deleting` conditions of Cluster, KCP, MD, MS and Machines
1616
- Added `Available` conditions to Cluster, KCP and MD

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ and instructions for signing it [can be found here](https://git.k8s.io/community
5353
If you're new to the project and want to help, but don't know where to start, we have a semi-curated list of issues that
5454
should not need deep knowledge of the system. [Have a look and see if anything sounds
5555
interesting](https://github.com/kubernetes-sigs/cluster-api/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22).
56-
Before starting to work on the issue, make sure that it doesn't have a [lifecycle/active](https://github.com/kubernetes-sigs/cluster-api/labels/lifecycle%2Factive) label. If the issue has been assigned, reach out to the assignee.
56+
Before starting to work on the issue, make sure that it doesn't have a `lifecycle/active` label. If the issue has been assigned, reach out to the assignee.
5757
Alternatively, read some docs on other controllers and try to write your own, file and fix any/all issues that
5858
come up, including gaps in documentation!
5959

@@ -375,7 +375,7 @@ breaking change might be a fix for a behavioral bug that was released in an init
375375

376376
## Dependency Licence Management
377377

378-
Cluster API follows the [license policy of the CNCF](https://github.com/cncf/foundation/blob/main/allowed-third-party-license-policy.md). This sets limits on which
378+
Cluster API follows the [license policy of the CNCF](https://github.com/cncf/foundation/blob/main/policies-guidance/allowed-third-party-license-policy.md). This sets limits on which
379379
licenses dependencies and other artifacts use. For go dependencies only dependencies listed in the `go.mod` are considered dependencies. This is in line with [how dependencies are reviewed in Kubernetes](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-architecture/vendor.md#reviewing-and-approving-dependency-changes).
380380

381381
## API conventions

0 commit comments

Comments
 (0)