summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Blecker <admin@toph.ca>2017-07-13 18:37:49 -0700
committerGitHub <noreply@github.com>2017-07-13 18:37:49 -0700
commit30a7948bfac8547c504bbfb2b3251fc3710283df (patch)
treef32a0bda836e063c752808680d6ec312bb817818
parent632906d9666311a9f9d964741a822bf91c59d75f (diff)
parentd42114a8957261210d9cc3dab8b84abedccf8b31 (diff)
Merge pull request #810 from jlaswell/patch-1
fix 'submit-queue' markdown link in automation.md
-rw-r--r--contributors/devel/automation.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/contributors/devel/automation.md b/contributors/devel/automation.md
index d16d1fe6..2744ef84 100644
--- a/contributors/devel/automation.md
+++ b/contributors/devel/automation.md
@@ -14,10 +14,9 @@ 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/test-infra/tree/master/mungegithub/submit-queue)
to the
-[github "munger"](https://github.com/kubernetes/contrib/tree/master/mungegithub)
+[github "munger"](https://github.com/kubernetes/test-infra/tree/master/mungegithub)
for kubernetes.
The submit-queue does the following: