From 7a3eafd5a71473df9e98b0992f9e84d5d6d9f978 Mon Sep 17 00:00:00 2001 From: Carlo Lucibello Date: Tue, 24 Dec 2024 09:02:18 +0100 Subject: [PATCH] Update optimisers.md --- docs/src/reference/training/optimisers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/reference/training/optimisers.md b/docs/src/reference/training/optimisers.md index dab36eeb3a..e70454deda 100644 --- a/docs/src/reference/training/optimisers.md +++ b/docs/src/reference/training/optimisers.md @@ -8,7 +8,7 @@ CollapsedDocStrings = true Any optimization rule from Optimisers.jl can be used with [`train!`](@ref Flux.Train.train!) and other training functions. -For full details of how the new interface works, see the [Optimisers.jl documentation](https://fluxml.ai/Optimisers.jl/dev/). +For full details of how the interface works, see the [Optimisers.jl documentation](https://fluxml.ai/Optimisers.jl/). ## Optimisers Reference