Skip to content

Commit a9b02ad

Browse files
committed
Use full URL for contrib source paths
In the CONTRIBUTING file, there is a section on the *Contributors Ladder* that lists the sub areas with the cluster-api project. These link out to the source for each area. When viewing the CONTRIBUTING.md file via GitHub, these links work great because they are relative to that file. But this file also gets pulled in to the published Cluster-API book [0]. When viewed from this location, these links will try to go to relative paths within the book, which do not exist. To address this, this changes the link targets to the full GitHub URL to the source code so that it works as expected in both the GitHub and book rendering of the content. [0] https://cluster-api.sigs.k8s.io/contributing#contributors-ladder Signed-off-by: Sean McGinnis <[email protected]>
1 parent 03d6487 commit a9b02ad

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -434,11 +434,11 @@ Whenever you meet requisites for taking responsibilities in a subarea, the follo
434434
3. Get positive feedback and +1s in the PR and wait one week lazy consensus after agreement.
435435

436436
As of today there are following OWNERS files/Owner groups defining sub areas:
437-
- [Clusterctl](cmd/clusterctl)
438-
- [kubeadm Bootstrap Provider (CABPK)](bootstrap/kubeadm)
439-
- [kubeadm Control Plane Provider (KCP)](controlplane/kubeadm)
440-
- [Cluster Managed topologies, ClusterClass](internal/controllers/topology)
441-
- [Infrastructure Provider Docker (CAPD)](test/infrastructure/docker)
442-
- [Test](test)
443-
- [Test Framework](test/framework)
444-
- [Docs](docs)
437+
- [Clusterctl](https://github.com/kubernetes-sigs/cluster-api/tree/main/cmd/clusterctl)
438+
- [kubeadm Bootstrap Provider (CABPK)](https://github.com/kubernetes-sigs/cluster-api/tree/main/bootstrap/kubeadm)
439+
- [kubeadm Control Plane Provider (KCP)](https://github.com/kubernetes-sigs/cluster-api/tree/main/controlplane/kubeadm)
440+
- [Cluster Managed topologies, ClusterClass](https://github.com/kubernetes-sigs/cluster-api/tree/main/internal/controllers/topology)
441+
- [Infrastructure Provider Docker (CAPD)](https://github.com/kubernetes-sigs/cluster-api/tree/main/test/infrastructure/docker)
442+
- [Test](https://github.com/kubernetes-sigs/cluster-api/tree/main/test)
443+
- [Test Framework](https://github.com/kubernetes-sigs/cluster-api/tree/main/test/framework)
444+
- [Docs](https://github.com/kubernetes-sigs/cluster-api/tree/main/docs)

0 commit comments

Comments
 (0)