Skip to content

Commit 1356d36

Browse files
committed
fix broken link
1 parent 88e8749 commit 1356d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/catalyst_applications/homotopy_continuation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ integer Hill exponents). The roots of these can reliably be found through a
99
*homotopy continuation* algorithm. This is implemented in Julia through the
1010
[HomotopyContinuation.jl](https://www.juliahomotopycontinuation.org/) package.
1111

12-
Catalyst contains a special homotopy continuation extension that is loaded whenever HomotopyContinuation.jl is. This exports a single function, `hc_steady_states`, that can be used to find the steady states of any `ReactionSystem` structure. If you use this in your research, please [cite the HomotopyContinuation.jl](@ref homotopy_continuation_citation) and [Catalyst.jl]() publications.
12+
Catalyst contains a special homotopy continuation extension that is loaded whenever HomotopyContinuation.jl is. This exports a single function, `hc_steady_states`, that can be used to find the steady states of any `ReactionSystem` structure. If you use this in your research, please [cite the HomotopyContinuation.jl](@ref homotopy_continuation_citation) and [Catalyst.jl](@ref catalyst_citation) publications.
1313

1414
## Basic example
1515
For this tutorial, we will use a model from Wilhelm (2009)[^1] (which

0 commit comments

Comments
 (0)