Skip to content

Commit 80a7849

Browse files
Merge pull request SciML#771 from bowenszhu/fix-ode-tutorial-link
Fix ODE tutorial link
2 parents 5d01161 + 14181a1 commit 80a7849

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/ode.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
!!! note
44

55
It is highly recommended you first read the [solving ordinary differential
6-
equations with DifferentialEquations.jl tutorial](https://docs.sciml.ai/DiffEqDocs/stable/tutorials/ode_example/)
6+
equations with DifferentialEquations.jl tutorial](https://docs.sciml.ai/DiffEqDocs/stable/getting_started/)
77
before reading this tutorial.
88

99
This tutorial is an introduction to using physics-informed neural networks (PINNs) for solving ordinary differential equations (ODEs). In contrast to the later parts of this documentation which use the symbolic interface, here we will focus on the simplified [`NNODE`](@ref) which uses the `ODEProblem` specification for the ODE.

0 commit comments

Comments
 (0)