Skip to content

Commit

Permalink
Update diffeq.jl (#1132)
Browse files Browse the repository at this point in the history
Updated link to fixed SciML integrator interface
  • Loading branch information
fieldofnodes authored Jan 30, 2025
1 parent 315e548 commit 9050444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/diffeq.jl
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ nothing #hide

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

0 comments on commit 9050444

Please sign in to comment.