From 026d13d4dfdaf038e96039ea00117abe55314d57 Mon Sep 17 00:00:00 2001 From: Michael Schlottke-Lakemper Date: Tue, 16 May 2023 15:46:22 +0200 Subject: [PATCH] Fix broken ref in documentation (#1473) --- docs/src/development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/development.md b/docs/src/development.md index f3f65057eb7..e6a24f0cf06 100644 --- a/docs/src/development.md +++ b/docs/src/development.md @@ -260,7 +260,7 @@ in your package without having to restart Julia. When running Julia inside a package environment, e.g., inside the source code of Trixi.jl itself, the `@infiltrate` macro only works if `Infiltrator` has been added to the package dependencies. To avoid this, - you can use the (non-exported) [`@autoinfiltrate`](@ref) macro + you can use the (non-exported) `@autoinfiltrate` macro in Trixi.jl, which only requires Infiltrator.jl to be available in the current environment stack and will auto-load it for you.