Skip to content
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
2 changes: 1 addition & 1 deletion docs/source/endtoend_cpp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Includes
First, we need to include Pressio's explicit steppers. These are abstractions that
represent "how" to take a step when applying an explicit scheme to initial value problems.

You can read more about them in the `Pressio documentation <https://pressio.github.io/pressio/components/ode_steppers_explicit.html>`_.
You can read more about them in the `pressio-rom documentation <https://pressio.github.io/pressio-rom/components/ode_steppers_explicit.html>`_.

.. code-block:: cpp

Expand Down