From 2d07ed063f7ccaf61a45f049e6abe7d6e0f404d2 Mon Sep 17 00:00:00 2001 From: Anmolpreet Singh <54476451+Anmol2001@users.noreply.github.com> Date: Fri, 18 Dec 2020 19:06:18 +0530 Subject: [PATCH] Update README.md --- src/mlpack/tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mlpack/tests/README.md b/src/mlpack/tests/README.md index 03a58b4bfd..a8f9fee22d 100644 --- a/src/mlpack/tests/README.md +++ b/src/mlpack/tests/README.md @@ -43,4 +43,4 @@ To run a single test, you can explicitly provide the name of the test, for examp `./bin/mlpack_test BinaryClassificationMetricsTest` -Catch2 provides many other features like filter, checkout the [Catch2 reference section](https://github.com/catchorg) - for more details. +Catch2 provides many other features like filter, checkout the [Catch2 reference section](https://github.com/catchorg/Catch2/blob/devel/docs/Readme.md#top) - for more details.