Skip to content

Commit

Permalink
Fix broken ref in documentation (#1473)
Browse files Browse the repository at this point in the history
  • Loading branch information
sloede authored May 16, 2023
1 parent bc68423 commit 026d13d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 026d13d

Please sign in to comment.