From abd62427ff5ec2d3f13f3600facabc28a1e47d60 Mon Sep 17 00:00:00 2001 From: valosekj Date: Fri, 7 Jun 2024 09:39:03 -0400 Subject: [PATCH] Fix path to relative one --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3c29d50..884b183 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ A Python implementation of `Metrics Reloaded `__ repo. In this fork, we have added some additional metrics, such as `relative volume error (RVE) `__, `lesion-wise F1 Score `__, `lesion-wise Sensitivity `__, and `lesion-wise positive predictive value (PPV) `__. -ℹ️ You can use the `compute_metrics_reloaded.py wrapper script `__ to compute metrics using the MetricsReloaded package. For the installation and usage of the script, see `our quick start guide <./MetricsReloaded_quick_start_guide.md>`__. +ℹ️ You can use the `compute_metrics_reloaded.py <./compute_metrics_reloaded.py>`__ wrapper script to compute metrics using the MetricsReloaded package. For the installation and usage of the script, see `our quick start guide <./MetricsReloaded_quick_start_guide.md>`__. Installation ============