Skip to content

Commit 4ba8796

Browse files
Update docs/src/basics/faq.md
1 parent 6d8d859 commit 4ba8796

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
@@ -427,7 +427,7 @@ for longtime integration.
427427
For conserving energy, there are a few things you can do. First of all, the energy
428428
error is related to the integration error, so simply solving with higher accuracy
429429
will reduce the error. The results in the
430-
[DiffEqBenchmarks](https://github.com/SciML/SciMLBenchmarks.jl) show
430+
[SciMLBenchmarks](https://github.com/SciML/SciMLBenchmarks.jl) show
431431
that using a `DPRKN` method with low tolerance can be a great choice. Another
432432
thing you can do is use
433433
[the ManifoldProjection callback from the callback library](@ref callback_library).

0 commit comments

Comments
 (0)