Skip to content

Commit 7c0e546

Browse files
committed
cross reference fix
1 parent 9f64cff commit 7c0e546

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/src/introduction_to_catalyst/introduction_to_catalyst.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ listed chemical species and unknowns. [`@reaction_network`](@ref) returns a
4444
[`ReactionSystem`](@ref), which we saved in the `repressilator` variable. It can
4545
be converted to a variety of other mathematical models represented as
4646
`ModelingToolkit.AbstractSystem`s, or analyzed in various ways using the
47-
[Catalyst.jl API](@ref). For example, to see the chemical species, parameters,
47+
[Catalyst.jl API](@ref api). For example, to see the chemical species, parameters,
4848
and reactions we can use
4949
```@example tut1
5050
species(repressilator)

docs/src/model_creation/programmatic_CRN_construction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ This ensured they were properly treated as species and not parameters. See the
180180

181181
## Basic querying of `ReactionSystems`
182182

183-
The [Catalyst.jl API](@ref) provides a large variety of functionality for
183+
The [Catalyst.jl API](@ref api) provides a large variety of functionality for
184184
querying properties of a reaction network. Here we go over a few of the most
185185
useful basic functions. Given the `repressillator` defined above we have that
186186
```@example ex
@@ -247,5 +247,5 @@ rx1.prodstoich
247247
rx1.netstoich
248248
```
249249

250-
See the [Catalyst.jl API](@ref) for much more detail on the various querying and
250+
See the [Catalyst.jl API](@ref api) for much more detail on the various querying and
251251
analysis functions provided by Catalyst.

0 commit comments

Comments
 (0)