From ec7bbe05703ed1a3cc4fddfcdc0c843e9c2827fd Mon Sep 17 00:00:00 2001 From: Ryan Curtin Date: Wed, 17 Aug 2022 21:45:21 -0400 Subject: [PATCH] Test a relative link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd204b005e..b17e3b6f4c 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ programs, Python bindings, Julia bindings, Go bindings and R bindings. ***Quick links:*** - - Quickstart guides: [C++]( ), [CLI]( ), [Python]( ), [R]( ), [Julia]( ), [Go]( ) + - Quickstart guides: [C++]( ), [CLI](doc/quickstart/cli.md), [Python]( ), [R]( ), [Julia]( ), [Go]( ) - [mlpack homepage](https://www.mlpack.org/) - [mlpack documentation](https://www.mlpack.org/docs.html) - [Examples repository](https://github.com/mlpack/examples/)