Update relative links in quickstarts.

This commit is contained in:
Ryan Curtin
2022-08-17 21:55:08 -04:00
parent 355cff7a9a
commit 1dc8bdd4f7
5 changed files with 19 additions and 15 deletions
+3 -3
View File
@@ -3,8 +3,8 @@
This page describes how you can quickly get started using mlpack from Python and
gives a few examples of usage, and pointers to deeper documentation.
This quickstart guide is also available for [the command line]( ), [Julia]( ),
[R]( ), and [Go]( ).
This quickstart guide is also available for [the command line](cli.md),
[Julia](julia.md), [R](R.md), and [Go](go.md).
## Installing mlpack
@@ -27,7 +27,7 @@ docker run -it mlpack/mlpack /bin/bash
```
Otherwise, you can build the Python bindings from scratch using the
documentation in the [main README]( ).
documentation in the [main README](../../README.md).
## Simple mlpack quickstart example