Skip to content

Commit

Permalink
change the way callbacks is ref
Browse files Browse the repository at this point in the history
  • Loading branch information
warisa-r committed Nov 28, 2024
1 parent f6ca186 commit 71b7f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/time_integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ semi = SemidiscretizationHyperbolic(mesh,
solver)
```

3. Define the necessary [callbacks](callbacks.md) for the simulation. Callbacks are used to perform actions at specific points during the integration process.
3. Define the necessary [callbacks](@ref callbacks-id) for the simulation. Callbacks are used to perform actions at specific points during the integration process.

```@example PERK-example-1
# Define some standard callbacks
Expand Down

0 comments on commit 71b7f4c

Please sign in to comment.