Skip to content

Commit 88b5a8e

Browse files
authored
Merge pull request #6090 from stmcginnis/contrib-docs
📖 Use full URL for contrib source paths
2 parents cefc044 + a9b02ad commit 88b5a8e

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
@@ -435,11 +435,11 @@ Whenever you meet requisites for taking responsibilities in a subarea, the follo
435435
3. Get positive feedback and +1s in the PR and wait one week lazy consensus after agreement.
436436

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

0 commit comments

Comments
 (0)