diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-02-20 10:30:39 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-20 10:30:39 -0800 |
| commit | 82e8b37454a3837deec99381d598c833ad4efebf (patch) | |
| tree | d9ca97c01797d2e8d998a43cdd02824392076fd9 | |
| parent | 94a104dcf3b74f5b3c2ea40eb075aff52fffd754 (diff) | |
| parent | eb80b099537cadc85479ed84420eafba30bea7ce (diff) | |
Merge pull request #1817 from errordeveloper/patch-2
Fix markdown link syntax
| -rw-r--r-- | kubernetes-repositories.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kubernetes-repositories.md b/kubernetes-repositories.md index 82e5c078..fc8c65bf 100644 --- a/kubernetes-repositories.md +++ b/kubernetes-repositories.md @@ -38,7 +38,7 @@ To provide a place for SIGs to collaborate on projects endorsed by and actively * Must adopt the CNCF CLA bot, merge bot and Kubernetes PR commands/bots. * All OWNERS of the project must also be active SIG members. * SIG membership must vote using lazy consensus to create a new repository - * SIG must already have identified all of their existing subprojects and code, with valid OWNERS files, in (sigs.yaml)[https://github.com/kubernetes/community/blob/master/sigs.yaml] + * SIG must already have identified all of their existing subprojects and code, with valid OWNERS files, in [`sigs.yaml`](https://github.com/kubernetes/community/blob/master/sigs.yaml) ### Core Repositories |
