From fc8b7d6c20eab84575262738342e1baf4424f1ef Mon Sep 17 00:00:00 2001 From: Jan Strube Date: Tue, 29 Dec 2020 16:09:32 -0800 Subject: [PATCH] Fixing diffeqflux link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a8b871c7..2bbe3cfb3 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ We welcome contributions of new models. They should be in a folder with a projec * [Seq2Seq phoneme detection on CMUDict](text/phonemes) * [Recursive net on IMDB sentiment treebank](text/treebank) * Other & contributed models - * [Differential Equations](diffeqflux.sciml.ai/dev) + * [Differential Equations](https://diffeqflux.sciml.ai/dev) * [BitString Parity Challenge](other/bitstring-parity) * [MLP on housing data](other/housing/housing.jl) (low level API) * [FizzBuzz](other/fizzbuzz/fizzbuzz.jl)