We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 315e548 commit 9050444Copy full SHA for 9050444
examples/diffeq.jl
@@ -274,7 +274,7 @@ nothing #hide
274
275
# Notice that we've reverted back to a yearly rather than daily timestep here, since the
276
# 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/)
+# We've used the [integrator interface](https://docs.sciml.ai/DiffEqDocs/stable/basics/integrator/)
278
# to achieve this.
279
#
280
# Note that we use [`OrdinaryDiffEq`](https://github.com/SciML/OrdinaryDiffEq.jl) here,
0 commit comments