From 6940a73c9c12e57119082f515493050e7e59c37f Mon Sep 17 00:00:00 2001 From: Mike J Innes Date: Thu, 24 Aug 2017 22:10:25 +0100 Subject: [PATCH] fix docs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ce07ccb..d9162b9d 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ After adding the `@net` annotation we can take advantage of various optimisation On top of this foundation we build a set of flexible machine learning abstractions and utilities that interoperate well with other approaches like [Knet](https://github.com/denizyuret/Knet.jl). This gives you great flexibility; you can go high level or stay mathematical, write custom GPU kernels, build your own abstractions, and mix and match approaches. -Check out the [docs](https://mikeinnes.github.io/Flux.jl/stable/) to get started. Flux is in alpha so **please open issues liberally**; we would love to help you get started. +Check out the [docs](https://fluxml.github.io/Flux.jl/stable/) to get started. Flux is in alpha so **please open issues liberally**; we would love to help you get started. ## Brief Examples