summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Laswell <john.n.laswell@gmail.com>2017-07-13 17:21:20 -0400
committerGitHub <noreply@github.com>2017-07-13 17:21:20 -0400
commit60d462d7ed1f072638cfd36cfdb3557db334bd6e (patch)
tree82490516938e6f0dc1d1c6e3facf80dd2ba2844a
parent632906d9666311a9f9d964741a822bf91c59d75f (diff)
fix 'submit-queue' markdown link
-rw-r--r--contributors/devel/automation.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/contributors/devel/automation.md b/contributors/devel/automation.md
index d16d1fe6..a5bb364b 100644
--- a/contributors/devel/automation.md
+++ b/contributors/devel/automation.md
@@ -14,8 +14,7 @@ In an effort to
* maintain e2e stability
* load test github's label feature
-We have added an automated [submit-queue]
-(https://github.com/kubernetes/contrib/blob/master/mungegithub/mungers/submit-queue.go)
+We have added an automated [submit-queue](https://github.com/kubernetes/contrib/blob/master/mungegithub/mungers/submit-queue.go)
to the
[github "munger"](https://github.com/kubernetes/contrib/tree/master/mungegithub)
for kubernetes.