Skip to content

Commit cf5c37d

Browse files
authored
doc: fix README RTD links (#2893)
main -> latest
1 parent 6151401 commit cf5c37d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ is then used for model simulation.
8080
The AMICI source code is available at https://github.com/AMICI-dev/AMICI/.
8181
To install AMICI, first read the installation instructions for
8282
[Python](https://amici.readthedocs.io/en/latest/python_installation.html),
83-
[C++](https://amici.readthedocs.io/en/main/cpp_installation.html) or
84-
[Matlab](https://amici.readthedocs.io/en/main/matlab_installation.html).
83+
[C++](https://amici.readthedocs.io/en/latest/cpp_installation.html) or
84+
[Matlab](https://amici.readthedocs.io/en/latest/matlab_installation.html).
8585
There are also instructions for using AMICI inside
8686
[containers](https://github.com/AMICI-dev/AMICI/tree/master/container).
8787

@@ -95,7 +95,7 @@ in [matlab/examples/](https://github.com/AMICI-dev/AMICI/tree/master/matlab/exam
9595
Comprehensive documentation is available at
9696
[https://amici.readthedocs.io/en/latest/](https://amici.readthedocs.io/en/latest/).
9797

98-
Any [contributions](https://amici.readthedocs.io/en/main/CONTRIBUTING.html)
98+
Any [contributions](https://amici.readthedocs.io/en/latest/CONTRIBUTING.html)
9999
to AMICI are welcome (code, bug reports, suggestions for improvements, ...).
100100

101101

0 commit comments

Comments
 (0)