Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove non-existing ref for NonlinearSolve docs #568

Merged
merged 1 commit into from
Dec 24, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions src/problems/steady_state_problems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,7 @@ parameters. Any extra keyword arguments are passed on to the solvers. For exampl
if you set a `callback` in the problem, then that `callback` will be added in
every solve call.

For specifying Jacobians and mass matrices, see the
[DiffEqFunctions](@ref performance_overloads)
page.
For specifying Jacobians and mass matrices, see the DiffEqFunctions page.

### Fields

Expand Down
Loading