From b4418ee369311a88cf7d99fe907340698c001b5a Mon Sep 17 00:00:00 2001 From: Michael Abbott <32575566+mcabbott@users.noreply.github.com> Date: Tue, 29 Nov 2022 12:35:51 -0500 Subject: [PATCH] fix misleading sentence in nnlib intro --- docs/src/models/nnlib.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/models/nnlib.md b/docs/src/models/nnlib.md index cf42cc99bf..72b8481f56 100644 --- a/docs/src/models/nnlib.md +++ b/docs/src/models/nnlib.md @@ -1,6 +1,6 @@ # Neural Network primitives from NNlib.jl -Flux re-exports all of the functions exported by the [NNlib](https://github.com/FluxML/NNlib.jl) package. This includes activation functions, described on the next page. Many of the functions on this page exist primarily as the internal implementation of Flux layer, but can also be used independently. +Flux re-exports all of the functions exported by the [NNlib](https://github.com/FluxML/NNlib.jl) package. This includes activation functions, described on [their own page](@ref man-activations). Many of the functions on this page exist primarily as the internal implementation of Flux layer, but can also be used independently. ## Softmax