From b47d74bce5870326ba552712e74288d8a12e7a2b Mon Sep 17 00:00:00 2001 From: WeixinX <49450531+WeixinX@users.noreply.github.com> Date: Tue, 19 Sep 2023 23:24:06 +0800 Subject: [PATCH] fix: Fix the image display in the E2E test README.md (#516) --- test/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/README.md b/test/README.md index d0c20cb61..9b7baaff2 100644 --- a/test/README.md +++ b/test/README.md @@ -9,11 +9,11 @@ Higress e2e tests are mainly focusing on two parts for now: ### Architecture -![ingress-arch](./ingress/arch.png) +![ingress-arch](./e2e/arch.png) ### Workflow -![ingress-workflow](./ingress/pipeline.png) +![ingress-workflow](./e2e/pipeline.png) Higress provides make target to run ingress api conformance tests and wasmplugin tests,