Merge pull request #60 from mkborregaard/fix-basics-link

Fix link to basics in docs
This commit is contained in:
Mike J Innes 2017-09-11 17:43:47 +01:00 committed by GitHub
commit f9dcd7e431

View File

@ -11,4 +11,4 @@ Pkg.add("Flux")
Pkg.test("Flux") # Check things installed correctly
```
Start with the [basics](basics.html). The [model zoo](https://github.com/FluxML/model-zoo/) is also a good starting point for many common kinds of models.
Start with the [basics](models/basics.html). The [model zoo](https://github.com/FluxML/model-zoo/) is also a good starting point for many common kinds of models.