Skip to content

Commit d7c6d45

Browse files
committed
Fix broken link and typo docstring
1 parent 51ede13 commit d7c6d45

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/mtkitize_tutorials/modelingtoolkitize_index_reduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ In this tutorial we will look at the pendulum system:
5252
```
5353

5454
As a good DifferentialEquations.jl user, one would follow
55-
[the mass matrix DAE tutorial](https://diffeq.sciml.ai/stable/tutorials/advanced_ode_example/#Handling-Mass-Matrices)
55+
[the mass matrix DAE tutorial](https://diffeq.sciml.ai/stable/tutorials/dae_example/#Mass-Matrix-Differential-Algebraic-Equations-(DAEs)
5656
to arrive at code for simulating the model:
5757

5858
```@example indexred

src/structural_transformation/codegen.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ ODAEProblem(args...; kw...) = ODAEProblem{true}(args...; kw...)
496496
497497
This constructor acts similar to the one for [`ODEProblem`](@ref) with the following changes:
498498
`ODESystem`s can sometimes be further reduced if `structural_simplify` has
499-
already been applied to them. This is done this constructor.
499+
already been applied to them.
500500
In these cases, the constructor uses the knowledge of the strongly connected
501501
components calculated during the process of simplification as the basis for
502502
building pre-simplified nonlinear systems in the implicit solving.

0 commit comments

Comments
 (0)