From 621a4a61349b81e9cd907cb57da3a8967955f4aa Mon Sep 17 00:00:00 2001 From: abhro <5664668+abhro@users.noreply.github.com> Date: Tue, 14 Oct 2025 22:02:38 -0400 Subject: [PATCH] Fix markdown link syntax --- src/interface.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/interface.jl b/src/interface.jl index a1599663..46d38f85 100644 --- a/src/interface.jl +++ b/src/interface.jl @@ -23,7 +23,7 @@ const UPDATE_COEFFS_WARNING = """ input vector, then it is, by definition, a nonlinear operator. We recommend sticking such nonlinearities in `FunctionOperator.` This topic is further discussed in - (this issue)[https://github.com/SciML/SciMLOperators.jl/issues/159]. + [this issue](https://github.com/SciML/SciMLOperators.jl/issues/159). """ """