Skip to content

Commit c8c4eee

Browse files
committed
fix: link to SpeedMapping
1 parent a5aaa98 commit c8c4eee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/extension_algs.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ NLSolversJL(; method, autodiff = nothing) = NLSolversJL(method, autodiff)
276276
orders::Vector{Int} = [3, 3, 2]
277277
)
278278
279-
Wrapper over [SpeedMapping.jl](https://nicolasl-s.github.io/SpeedMapping.jl/) for solving
279+
Wrapper over [SpeedMapping.jl](https://github.com/NicolasL-S/SpeedMapping.jl) for solving
280280
Fixed Point Problems. We allow using this algorithm to solve root finding problems as well.
281281
282282
### Keyword Arguments

0 commit comments

Comments
 (0)