From da81c5b587c7dd8cec5483df048d863355b05dc5 Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Wed, 16 Nov 2022 10:05:17 +0200 Subject: [PATCH] replace page-test.png to img folder (#12233) --- README.md | 2 +- page-test.png => static/img/page-test.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename page-test.png => static/img/page-test.png (100%) diff --git a/README.md b/README.md index 0a8fc63dce..2d52226204 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ continuous manual testing as possible, we have created a framework to automate t Every page on [istio.io](https://istio.io) that can be tested includes a `PAGE TEST` indication under the page title. For example: -PAGE TEST +PAGE TEST A green checkmark indicates an automated test is available for the page. The page is up to date and working as documented. diff --git a/page-test.png b/static/img/page-test.png similarity index 100% rename from page-test.png rename to static/img/page-test.png