Skip to content

Commit 4a890af

Browse files
committed
doc modification
1 parent 75bd7cf commit 4a890af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/steady_state_functionality/nonlinear_solve.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Like previously, the found steady state is unaffected by the initial `u` guess.
6666

6767

6868
## [Systems with conservation laws](@id nonlinear_solve_conservation_laws)
69-
As described in the section on homotopy continuation, when finding the steady states of systems with conservation laws, [additional considerations have to be taken](homotopy_continuation_conservation_laws). E.g. consider the following two-state system:
69+
As described in the section on homotopy continuation, when finding the steady states of systems with conservation laws, [additional considerations have to be taken](@ref homotopy_continuation_conservation_laws). E.g. consider the following two-state system:
7070
```@example nonlinear_solve2
7171
using Catalyst, NonlinearSolve # hide
7272
two_state_model = @reaction_network begin

0 commit comments

Comments
 (0)