Skip to content

Commit 621a4a6

Browse files
authored
Fix markdown link syntax
1 parent 8181601 commit 621a4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/interface.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const UPDATE_COEFFS_WARNING = """
2323
input vector, then it is, by definition, a nonlinear operator.
2424
We recommend sticking such nonlinearities in `FunctionOperator.`
2525
This topic is further discussed in
26-
(this issue)[https://github.com/SciML/SciMLOperators.jl/issues/159].
26+
[this issue](https://github.com/SciML/SciMLOperators.jl/issues/159).
2727
"""
2828

2929
"""

0 commit comments

Comments
 (0)