Skip to content

Commit 07761bf

Browse files
Merge pull request #416 from nauaneed/fix-docs
Updated rtd links (latest -> main)
2 parents b1973cc + db8a477 commit 07761bf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ The latest documentation for PySPH is available at
2121
:target: https://github.com/pypr/pysph/actions/workflows/tests.yml
2222
.. |MPI Build Status| image:: https://github.com/pypr/pysph/actions/workflows/zoltan-tests.yml/badge.svg
2323
:target: https://github.com/pypr/pysph/actions/workflows/zoltan-tests.yml
24-
.. |Documentation Status| image:: https://readthedocs.org/projects/pysph/badge/?version=latest
25-
:target: https://pysph.readthedocs.io/en/latest/?badge=latest
24+
.. |Documentation Status| image:: https://readthedocs.org/projects/pysph/badge/?version=main
25+
:target: https://pysph.readthedocs.io/en/main/?badge=main
2626
:alt: Documentation Status
2727

2828

docs/source/installation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ installing the OpenMP support for clang. This can be done with brew_ using::
484484

485485
`LLVM <https://formulae.brew.sh/formula/llvm>`_ can also be installed using
486486
brew_, likewise. Once this is done, you can use the following
487-
`compyle config <https://compyle.readthedocs.io/en/latest/installation.html#config>`_::
487+
`compyle config <https://compyle.readthedocs.io/en/main/installation.html#config>`_::
488488

489489
import os
490490
os.environ['CC'] = '/opt/homebrew/opt/llvm@15/bin/clang'

0 commit comments

Comments
 (0)