diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-02-16 11:23:37 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-16 11:23:37 -0800 |
| commit | 458fd501357aa6deb382aa1679fefc02eaaf07ac (patch) | |
| tree | b22034f14fe25fd3b7c1a6a99971e60312045168 | |
| parent | 21772bfd8af1a8ac96a4eebbd719f60b490eb894 (diff) | |
| parent | 435d8f87a2cf87ca82f9ebcc5efb7c07497e3e8b (diff) | |
Merge pull request #1810 from duglin/patch-1
Escape underscore
| -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 090c0714..82e5c078 100644 --- a/kubernetes-repositories.md +++ b/kubernetes-repositories.md @@ -32,7 +32,7 @@ To provide a place for SIGs to collaborate on projects endorsed by and actively #### Rules - * For now all repos will live in github.com/kubernetes-sigs/\<sig-name\>_\<project-name\>, this may change in the future as we see how things work. + * For now all repos will live in github.com/kubernetes-sigs/\<sig-name\>\_\<project-name\>, this may change in the future as we see how things work. * Must adopt the Kubernetes Code of Conduct * All code projects use the Apache License version 2.0. Documentation repositories must use the Creative Commons License version 4.0. * Must adopt the CNCF CLA bot, merge bot and Kubernetes PR commands/bots. |
