diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 3a958e825..7c42a9df6 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -20,7 +20,7 @@ jobs: with: # Fail action on broken links fail: true - args: --exclude-path vendor --timeout 30 --no-progress './**/*.md' + args: --exclude-path vendor --exclude-path releases --timeout 30 --no-progress './**/*.md' format: markdown # Write GitHub job summary jobSummary: true diff --git a/README.md b/README.md index f0aa213c5..307d0f9f5 100644 --- a/README.md +++ b/README.md @@ -310,7 +310,7 @@ The `cri` plugin has reached GA status, representing that it is: * Passes all [node e2e tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/e2e-node-tests.md). * Passes all [e2e tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/e2e-tests.md). -See results on the containerd k8s [test dashboard](https://prow.k8s.io/?repo=containerd%2Fcontainerd) +See results on the containerd k8s [test dashboard](https://testgrid.k8s.io/containerd) #### Validating Your `cri` Setup A Kubernetes incubator project, [cri-tools](https://github.com/kubernetes-sigs/cri-tools), includes programs for exercising CRI implementations. More importantly, cri-tools includes the program `critest` which is used for running [CRI Validation Testing](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/cri-validation.md).