From 8c42e6154fbb1fc91dd9ea2eed3bffbbace2144d Mon Sep 17 00:00:00 2001 From: Frames White Date: Tue, 5 Nov 2024 21:06:07 +0800 Subject: [PATCH] docs: link to quickstart explaining calling models in interface (#1040) --- docs/src/manual/interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/manual/interface.md b/docs/src/manual/interface.md index 37e1cfb05..f573a499e 100644 --- a/docs/src/manual/interface.md +++ b/docs/src/manual/interface.md @@ -100,7 +100,7 @@ end ``` Finally, let's run this layer. If you have made this far into the documentation, we don't -feel you need a refresher on that. +feel you need a refresher on that. But if you do see the [Quickstart](@ref). ```@example layer_interface rng = Random.default_rng()