From 840ef7a95a6dd0905776d45b11346fbb79bad20e Mon Sep 17 00:00:00 2001 From: Hennadii Lutsyshyn Date: Sat, 22 Jun 2024 12:17:23 +0300 Subject: [PATCH] docs: Fixed links to images in the REadme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9044384..facbaf4 100644 --- a/README.md +++ b/README.md @@ -55,14 +55,14 @@ Having the [Sample.trx](https://github.com/Heleonix/Heleonix.Testing.Reporting/b the following Html report is generated:
`hxreport -i ./Sample.trx -o ./Sample.html -f Html`
-![DefaultTemplateReport](images/DefaultTemplateReport.png) +![DefaultTemplateReport](https://raw.githubusercontent.com/Heleonix/docs/master/Testing/Heleonix.Testing.Reporting/images/DefaultTemplateReport.png) Having the [Sample.trx](https://github.com/Heleonix/Heleonix.Testing.Reporting/blob/master/test/Heleonix.Testing.Reporting.Tests/Samples/Sample.trx), the following Html report is generated, using the [Material Design palette tool](https://m2.material.io/design/color/the-color-system.html#tools-for-picking-colors) and the primary `#C51162` color:
`hxreport -i ./Sample.trx -o ./Sample.html -f Html -s color-primary=#c51162 color-on-primary=#ffffff color-secondary=#c511bc color-background=#fce4ed color-on-background=#c51162 color-on-surface=#000000 color-start=#f48fb6 color-end=#8eddae color-duration=#df87d7 color-passed=lightgreen color-failed=red color-error=darkred color-warning=orange color-skipped=lightblue color-other=lightpink color-undefined=lightgray -c Footer.Text="(c) My Company" Footer.Url="https://my.company.com"`
-![OverridenTemplateReport](images/OverridenTemplateReport.png) +![OverridenTemplateReport](https://raw.githubusercontent.com/Heleonix/docs/master/Testing/Heleonix.Testing.Reporting/images/OverridenTemplateReport.png) ## Contribution Guideline