mirror of https://github.com/k3s-io/k3s
Merge pull request #49997 from BenTheElder/update_readme_submit_queue_url
Automatic merge from submit-queue Update submit-queue URL in README.md **What this PR does / why we need it**: - Updates the submit-queue URL in README.md from `e2e` to `ci` to match upstream changes. - NOTE: The existing URL works for now because submit-queue is a single page app and we route to the same tab for both URLs client-side, but this is the correct URL now. **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: - N/A **Special notes for your reviewer**: - [kubernetes-dev update](https://groups.google.com/forum/#!topic/kubernetes-dev/z3S47Zsq53Y) - [test-infra PR with changes to submit-queue]( https://github.com/kubernetes/test-infra/pull/3765) **Release note**: ```release-note NONE ```pull/6/head
commit
508ccc4032
|
@ -79,7 +79,7 @@ That said, if you have questions, reach out to us
|
|||
[interactive tutorial]: http://kubernetes.io/docs/tutorials/kubernetes-basics
|
||||
[kubernetes.io]: http://kubernetes.io
|
||||
[Scalable Microservices with Kubernetes]: https://www.udacity.com/course/scalable-microservices-with-kubernetes--ud615
|
||||
[Submit Queue]: http://submit-queue.k8s.io/#/e2e
|
||||
[Submit Queue]: http://submit-queue.k8s.io/#/ci
|
||||
[Submit Queue Widget]: http://submit-queue.k8s.io/health.svg?v=1
|
||||
[troubleshooting guide]: https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/
|
||||
|
||||
|
|
Loading…
Reference in New Issue