Skip to content

Commit 98526c9

Browse files
committed
Exclude releases directory from links checker
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent f67c163 commit 98526c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
# Fail action on broken links
2222
fail: true
23-
args: --exclude-path vendor --timeout 30 --no-progress './**/*.md'
23+
args: --exclude-path vendor --exclude-path releases --timeout 30 --no-progress './**/*.md'
2424
format: markdown
2525
# Write GitHub job summary
2626
jobSummary: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ The `cri` plugin has reached GA status, representing that it is:
310310
* Passes all [node e2e tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-node/e2e-node-tests.md).
311311
* Passes all [e2e tests](https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/e2e-tests.md).
312312

313-
See results on the containerd k8s [test dashboard](https://prow.k8s.io/?repo=containerd%2Fcontainerd)
313+
See results on the containerd k8s [test dashboard](https://testgrid.k8s.io/containerd)
314314

315315
#### Validating Your `cri` Setup
316316
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).

0 commit comments

Comments
 (0)