From 18951c0fdf0a832dadbb21b83da55ce742cef9a2 Mon Sep 17 00:00:00 2001 From: Emilio Palumbo Date: Fri, 2 Nov 2018 11:58:00 +0100 Subject: [PATCH] Fix output examples links in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 89c0ff0..7f59fc1 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,9 @@ The `--uniq` (or `-u`) command line flag allows reporting of genome coverage sta Some examples of the program output can be found in the `data` folder within the GitHub repository: -- link:data/expected-general.json[General stats] -- link:data/expected-coverage.json[Genomic coverage stats] -- link:data/expected-coverage-uniq.json[Genomic coverage stats with uniquely mapped reads] (Note that the `coverageUniq` stats are reported as an additional JSON object) +- [General Stats](data/expected-general.json) +- [Genomic coverage stats](data/expected-coverage.json) +- [Genomic coverage stats with uniquely mapped reads](data/expected-coverage-uniq.json) (Note that the `coverageUniq` stats are reported as an additional JSON object) ## License