Skip to content

Commit 9050444

Browse files
authored
Update diffeq.jl (#1132)
Updated link to fixed SciML integrator interface
1 parent 315e548 commit 9050444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/diffeq.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ nothing #hide
274274

275275
# Notice that we've reverted back to a yearly rather than daily timestep here, since the
276276
# ODE solver is now in charge of evolving the logistic function forward.
277-
# We've used the [integrator interface](https://docs.sciml.ai/stable/basics/integrator/)
277+
# We've used the [integrator interface](https://docs.sciml.ai/DiffEqDocs/stable/basics/integrator/)
278278
# to achieve this.
279279
#
280280
# Note that we use [`OrdinaryDiffEq`](https://github.com/SciML/OrdinaryDiffEq.jl) here,

0 commit comments

Comments
 (0)