Skip to content

Commit ed0540d

Browse files
Merge pull request #635 from Iddingsite/patch-1
Correct a broken link in FAQ section.
2 parents 8ed32d3 + 4ecd7ef commit ed0540d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/basics/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ an ODE solve improves as you decrease the tolerance, so you may want to try a
4040
smaller `abstol` and `reltol`. One behavior to watch out for is that if your
4141
model is a differential-algebraic equation and your DAE is of high index (say
4242
index>1), this can impact the numerical solution. In this case you may want to
43-
use the [ModelingToolkit.jl index reduction tools](https://mtk.sciml.ai/dev/mtkitize_tutorials/modelingtoolkitize_index_reduction/)
43+
use the [ModelingToolkit.jl index reduction tools](https://docs.sciml.ai/ModelingToolkit/stable/examples/modelingtoolkitize_index_reduction/)
4444
to improve the numerical stability of a solve. In addition, if it's a highly
4545
stiff ODE/DAE that is large and you're using a matrix-free solver (such as GMRES),
4646
make sure the tolerance of the GMRES is well-tuned and an appropriate preconditioner

0 commit comments

Comments
 (0)