From eb887116159ca03535d6bc304bb217d264ea8f6d Mon Sep 17 00:00:00 2001 From: Zane Peycke Date: Wed, 30 Aug 2023 17:05:10 -0400 Subject: [PATCH] Update README.md with report example (#44) Add existing report example link in report generation section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b17a806..474e25b 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ By default `flood` produces verbose output of each test as it runs. This can be ### Report generation -After running tests, you can generate an HTML + Jupyter report similar to [this] one. This is done by running `flood report `. Multiple tests can be combined into one report with `flood repos ...`. +After running tests, you can generate an HTML + Jupyter report similar to [this](https://datasets.paradigm.xyz/notebooks/flood/example_report.html) one. This is done by running `flood report `. Multiple tests can be combined into one report with `flood repos ...`. ### Differential tests