Skip to content
Merged
Changes from 1 commit
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>`_.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please rename this to pressio-rom

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed


.. code-block:: cpp

Expand Down