diff options
| author | Christoph Blecker <admin@toph.ca> | 2017-07-13 18:37:49 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-13 18:37:49 -0700 |
| commit | 30a7948bfac8547c504bbfb2b3251fc3710283df (patch) | |
| tree | f32a0bda836e063c752808680d6ec312bb817818 | |
| parent | 632906d9666311a9f9d964741a822bf91c59d75f (diff) | |
| parent | d42114a8957261210d9cc3dab8b84abedccf8b31 (diff) | |
Merge pull request #810 from jlaswell/patch-1
fix 'submit-queue' markdown link in automation.md
| -rw-r--r-- | contributors/devel/automation.md | 5 |
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: |
