From 60d462d7ed1f072638cfd36cfdb3557db334bd6e Mon Sep 17 00:00:00 2001 From: John Laswell Date: Thu, 13 Jul 2017 17:21:20 -0400 Subject: [PATCH 1/2] fix 'submit-queue' markdown link --- contributors/devel/automation.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/contributors/devel/automation.md b/contributors/devel/automation.md index d16d1fe63..a5bb364b3 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. From d42114a8957261210d9cc3dab8b84abedccf8b31 Mon Sep 17 00:00:00 2001 From: John Laswell Date: Thu, 13 Jul 2017 18:30:12 -0400 Subject: [PATCH 2/2] correct broken links --- contributors/devel/automation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributors/devel/automation.md b/contributors/devel/automation.md index a5bb364b3..2744ef847 100644 --- a/contributors/devel/automation.md +++ b/contributors/devel/automation.md @@ -14,9 +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: