Skip to content

Commit 04477b0

Browse files
committed
cross reference fix
1 parent b3ca1bd commit 04477b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/model_creation/chemistry_related_functionality.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ When multiple compounds are created, they can be created simultaneously using th
5555
end
5656
```
5757

58-
### [Creating compound species within the DSL](@ref chemistry_functionality_compounds_DSL)
58+
### [Creating compound species within the DSL](@id chemistry_functionality_compounds_DSL)
5959
It is also possible to declare species as compound species within the `@reaction_network` DSL, using the `@compounds` options:
6060
```@example chem1
6161
rn = @reaction_network begin
@@ -99,7 +99,7 @@ nothing # hide
9999
```
100100
In all of these cases, the left-hand side must be enclosed within `()`.
101101

102-
### [Compounds with multiple independent variables](@ref chemistry_functionality_compounds_mult_ivs)
102+
### [Compounds with multiple independent variables](@id chemistry_functionality_compounds_mult_ivs)
103103
While we generally do not need to specify independent variables for compound, if the components (together) have more than one independent variable, this *must be done*:
104104
```@example chem1
105105
t = default_t()

0 commit comments

Comments
 (0)