diff options
| author | Kenichi Omichi <ken-oomichi@wx.jp.nec.com> | 2019-12-27 22:40:26 +0000 |
|---|---|---|
| committer | Kenichi Omichi <ken-oomichi@wx.jp.nec.com> | 2019-12-27 22:40:26 +0000 |
| commit | 6957cdb1ffdb9912ad403cea53f78f834e8bf56f (patch) | |
| tree | 1ce240da4e7b0f7bbfbec1ec12e4117ce0c40568 | |
| parent | bdff0489119d55af2ad1d7dbc435b7c299d7883e (diff) | |
[Trivial] Fix link for go.k8s.io/triage
When clicking the link for go.k8s.io/triage, the NotFound page was
shown because the link is invalid. This fixes it.
| -rw-r--r-- | contributors/devel/sig-testing/flaky-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contributors/devel/sig-testing/flaky-tests.md b/contributors/devel/sig-testing/flaky-tests.md index 2184949a..a8effc46 100644 --- a/contributors/devel/sig-testing/flaky-tests.md +++ b/contributors/devel/sig-testing/flaky-tests.md @@ -32,7 +32,7 @@ We offer the following tools to aid in finding or troubleshooting flakes - http://velodrome.k8s.io/dashboard/db/job-health-release-blocking?orgId=1 - includes flake rate and top flakes for release-blocking jobs for kubernetes/kubernetes - [`kind/flake` github query][flake] - open issues or PRs related to flaky jobs or tests for kubernetes/kubernetes -[go.k8s.io/triage]: https//go.k8s.io/triage +[go.k8s.io/triage]: https://go.k8s.io/triage [testgrid.k8s.io]: https://testgrid.k8s.io [velodrome.k8s.io]: https://velodrome.k8s.io |
