Skip to content

Commit

Permalink
fix some broken links in the manual
Browse files Browse the repository at this point in the history
  • Loading branch information
ablaom committed Sep 23, 2019
1 parent 586c992 commit 6695b2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/src/index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### [Installation](https://github.com/alan-turing-institute/MLJ.jl/blob/master/README.md) | [Cheatsheet](mlj_cheatsheet.md) | [Workflows](common_mlj_workflows.md) | [Workflows](common_mlj_workflows.md)
### [Installation](https://github.com/alan-turing-institute/MLJ.jl/blob/master/README.md) | [Cheatsheet](mlj_cheatsheet.md) | [Workflows](common_mlj_workflows.md)


# Getting Started
Expand Down Expand Up @@ -146,7 +146,7 @@ evaluate!(tree, resampling=Holdout(fraction_train=0.5, shuffle=true),

To learn a little more about what MLJ can do, take the MLJ
[tour](https://github.com/alan-turing-institute/MLJ.jl/blob/master/examples/tour/tour.ipynb)
or browse [Common MLJ Workflows](common_mlj_workflows), returning to
or browse [Common MLJ Workflows](common_mlj_workflows.md), returning to
the manual as needed. *Read at least the remainder of this page before
considering serious use of MLJ.*

Expand Down
2 changes: 1 addition & 1 deletion docs/src/machines.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ For a supervised machine the `predict` method calls a lower-level
`MLJBase.predict` method, dispatched on the underlying model and the
`fitresult` (see below). To see `predict` in action, as well as its
unsupervised cousins `transform` and `inverse_transform`, see
[Getting Started](getting_started.md).
[Getting Started](index.md).

Here is a complete list of the fields of a machine:

Expand Down

0 comments on commit 6695b2c

Please sign in to comment.