Skip to content

Commit 63d0eb9

Browse files
authored
Fix link in documentation build (#302)
* Update tron.jl * Update tronls.jl
1 parent 5fdf82a commit 63d0eb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tron.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The keyword arguments may include
7979
- `verbose::Int = 0`: if > 0, display iteration details every `verbose` iteration.
8080
- `subsolver_verbose::Int = 0`: if > 0, display iteration information every `subsolver_verbose` iteration of the subsolver.
8181
82-
The keyword arguments of `TronSolver` are passed to the [`TRONTrustRegion`](https://github.com/JuliaSmoothOptimizers/SolverTools.jl/blob/main/src/trust-region/tron-trust-region.jl) constructor.
82+
The keyword arguments of `TronSolver` are passed to the [`TRONTrustRegion`](https://jso.dev/SolverTools.jl/stable/reference/#SolverTools.TRONTrustRegion) constructor.
8383
8484
# Output
8585
The value returned is a `GenericExecutionStats`, see `SolverCore.jl`.

src/tronls.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The keyword arguments may include
8080
- `verbose::Int = 0`: if > 0, display iteration details every `verbose` iteration.
8181
- `subsolver_verbose::Int = 0`: if > 0, display iteration information every `subsolver_verbose` iteration of the subsolver.
8282
83-
The keyword arguments of `TronSolverNLS` are passed to the [`TRONTrustRegion`](https://github.com/JuliaSmoothOptimizers/SolverTools.jl/blob/main/src/trust-region/tron-trust-region.jl) constructor.
83+
The keyword arguments of `TronSolverNLS` are passed to the [`TRONTrustRegion`](https://jso.dev/SolverTools.jl/stable/reference/#SolverTools.TRONTrustRegion) constructor.
8484
8585
# Output
8686
The value returned is a `GenericExecutionStats`, see `SolverCore.jl`.

0 commit comments

Comments
 (0)