Skip to content

Commit d7f182e

Browse files
committed
fix links
1 parent bb7f520 commit d7f182e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/src/metadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Special cases for symbol metadata are:
2828
- `default`: Stores default values for states/parameters. In initialization, those are considered fixed.
2929
- `guess`: Stores a guess for a state/parameter which needs to solved during initialization ("free" variables).
3030
- `bounds`: Store bounds for variables/parameters
31-
- `init`: Stores the solution of the "free" variables, this is rarely set manual but instead when calling [`initialize_component`](@ref).
31+
- `init`: Stores the solution of the "free" variables, this is rarely set manual but instead when calling [`initialize_component!`](@ref).
3232

3333
Fore those, there are special functions `has_*`, `get_*` and `set_*!`. See [Per Symbol Metadata API](@ref).
3434

docs/src/mtk_integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ as tearing of thousands of equations.
3636

3737
## RC-Circuit Example
3838
In good [MTK tradition](https://docs.sciml.ai/ModelingToolkit/stable/tutorials/acausal_components/), this feature will be explained along a simple RC circuit example.
39-
The [Dynamic Flow in Simple Gas Network](@ref) example is another showcase of the MTK constructors.
39+
The [Gas Network Example](@ref gas-example) or [Initialization Tutorial](@ref init-tutorial) also showcase the MTK constructors.
4040

4141
The system to model is 2 node, 1 edge network. The node output states are the voltage (to ground), the edge output sates are the currents at both ends.
4242
```

0 commit comments

Comments
 (0)