Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
SouthEndMusic committed Nov 4, 2024
1 parent 7b37856 commit 640300b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dev/callstacks.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ plot_graph(

## `water_balance!`

`water_balance!` is the right hand side function of the system of ODEs that is solved by the Ribasim core (for more details see [here]("../concept/eqautions.qmd#Formal-model-description")). The various `formulate_flow!` methods are for flow rates as determined by different node types.
`water_balance!` is the right hand side function of the system of ODEs that is solved by the Ribasim core (for more details see [here](../concept/equations.qmd#formal-model-description)). The various `formulate_flow!` methods are for flow rates as determined by different node types.

```{julia}
# | code-fold: true
Expand Down

0 comments on commit 640300b

Please sign in to comment.