From 71b7f4cd0492cac27f93e8fa32c802911617e485 Mon Sep 17 00:00:00 2001 From: Warisa Date: Thu, 28 Nov 2024 17:04:36 +0100 Subject: [PATCH] change the way callbacks is ref --- docs/src/time_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/time_integration.md b/docs/src/time_integration.md index 53932d20072..9a200646f52 100644 --- a/docs/src/time_integration.md +++ b/docs/src/time_integration.md @@ -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