Skip to content

Commit

Permalink
fix external link.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Oct 5, 2024
1 parent 743d8ed commit c842efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plans/stepsize.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ default_stepsize(M::AbstractManifold, sT::Type{<:AbstractManoptSolverState})
Get the maximum stepsize (at point `p`) on manifold `M`. It should be used to limit the
distance an algorithm is trying to move in a single step.
By default, this returns [`injectivity_radius`](@extref)`(M)`.
By default, this returns [`injectivity_radius`](@extref `ManifoldsBase.injectivity_radius-Tuple{AbstractManifold}`)`(M)`.
"""
function max_stepsize(M::AbstractManifold, p)
return max_stepsize(M)
Expand Down

0 comments on commit c842efe

Please sign in to comment.