From 8b05c65d6ae94d179d854e66240c3c0533434255 Mon Sep 17 00:00:00 2001 From: Toshiya-Kato Date: Tue, 17 Sep 2024 18:18:18 +0900 Subject: [PATCH] docs: fix a link to e2e.yaml Signed-off-by: Toshiya-Kato Signed-off-by: Toshiya-Kato --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 7fae1d6d61..c2d9853290 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -116,7 +116,7 @@ docker run quay.io/argoproj/kubectl-argo-rollouts:master version ## Supported versions -Check [e2e testing file]( https://github.com/argoproj/argo-rollouts/blob/master/.github/workflows/e2e.yaml#L40-L44) to see what the Kubernetes version is being fully tested. +Check [e2e testing file](https://github.com/argoproj/argo-rollouts/blob/master/.github/workflows/testing.yaml#L82-L89) to see what the Kubernetes version is being fully tested. You can switch to different tags to see what relevant Kubernetes versions were being tested for the respective version.