From 7bfa912f7b120db303eb26c93b63983c865aa744 Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Mon, 11 Sep 2017 19:45:02 +0100 Subject: [PATCH] link fix --- docs/src/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/index.md b/docs/src/index.md index 6ca15a98..2a31e73d 100644 --- a/docs/src/index.md +++ b/docs/src/index.md @@ -11,4 +11,4 @@ Pkg.add("Flux") Pkg.test("Flux") # Check things installed correctly ``` -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. +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.