Skip to content

Commit

Permalink
Fixed broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
tlroy authored Nov 8, 2023
1 parent bdd346f commit d4c8d36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ To use EchemFEM, first install it using pip within the Firedrake virtual environ
(firedrake) $ pip install -e .
To test your installation, you can run the tests in `echemfem/tests <https://github.com/LLNL/echemfem/examples>`_ using pytest.
To test your installation, you can run the tests in `echemfem/tests <https://github.com/LLNL/echemfem/tree/main/tests>`_ using pytest.
This can take some time, so it is probably enough to run this test:

.. code-block:: console
Expand All @@ -28,5 +28,5 @@ Alternatively, you can run some of the examples below.
Running Examples
----------------

Several examples can be found in `echemfem/examples <https://github.com/LLNL/echemfem/examples>`_.
Examples using the generalized modified Poisson-Nernst-Planck model (GMPNP) can be found in [FireCat](https://github.com/LLNL/firecat), where it is coupled with a microkinetics model.
Several examples can be found in `echemfem/examples <https://github.com/LLNL/echemfem/tree/main/examples>`_.
Examples using the generalized modified Poisson-Nernst-Planck model (GMPNP) can be found in `FireCat <https://github.com/LLNL/firecat>`_, where it is coupled with a microkinetics model.

0 comments on commit d4c8d36

Please sign in to comment.