From 6f20e409713e476e32dae2fa832353bd0eac3c2d Mon Sep 17 00:00:00 2001 From: Vladimir Chirikov Date: Tue, 19 Jul 2022 15:57:37 +0300 Subject: [PATCH] docs: fix images in readme.md --- {img => docs/img}/docs/img/bunny.png | Bin {img => docs/img}/docs/img/pr-comment.png | Bin {img => docs/img}/docs/img/test-ci-workflow.png | Bin readme.md | 6 +++--- 4 files changed, 3 insertions(+), 3 deletions(-) rename {img => docs/img}/docs/img/bunny.png (100%) rename {img => docs/img}/docs/img/pr-comment.png (100%) rename {img => docs/img}/docs/img/test-ci-workflow.png (100%) diff --git a/img/docs/img/bunny.png b/docs/img/docs/img/bunny.png similarity index 100% rename from img/docs/img/bunny.png rename to docs/img/docs/img/bunny.png diff --git a/img/docs/img/pr-comment.png b/docs/img/docs/img/pr-comment.png similarity index 100% rename from img/docs/img/pr-comment.png rename to docs/img/docs/img/pr-comment.png diff --git a/img/docs/img/test-ci-workflow.png b/docs/img/docs/img/test-ci-workflow.png similarity index 100% rename from img/docs/img/test-ci-workflow.png rename to docs/img/docs/img/test-ci-workflow.png diff --git a/readme.md b/readme.md index 16f08b7..ebe7b70 100644 --- a/readme.md +++ b/readme.md @@ -12,14 +12,14 @@ dotnet test --logger "github;GITHUB_TOKEN=${{ secrets.GITHUB_TOKEN }}" Because technologies must be shared without the idiotic crap in their licenses. -![IT commune](img/docs/img/bunny.png) +![IT commune](https://raw.githubusercontent.com/vchirikov/gh-vstest-logger/master/docs/img/bunny.png) ## Screenshots -![Example of a summary](img/docs/img/test-ci-workflow.png) +![Example of a summary](https://raw.githubusercontent.com/vchirikov/gh-vstest-logger/master/docs/img/test-ci-workflow.png) -![Example of PR comment](img/docs/img/pr-comment.png) +![Example of PR comment](https://raw.githubusercontent.com/vchirikov/gh-vstest-logger/master/docs/img/pr-comment.png) > **Warning**