Skip to content

Commit abd133a

Browse files
authored
Merge pull request #10129 from boileaum/patch-1
README.md: fix doc URL
2 parents f1677d3 + e0af86b commit abd133a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Open MPI
22

3-
`The Open MPI Project <https://www.open-mpi.org/>`_ is an open source
4-
implementation of the `Message Passing Interface (MPI) specification
5-
<https://www.mpi-forum.org/docs/>`_ that is developed and maintained
6-
by a consortium of academic, research, and industry partners. Open
7-
MPI is therefore able to combine the expertise, technologies, and
8-
resources from all across the High Performance Computing community in
9-
order to build the best MPI library available. Open MPI offers
10-
advantages for system and software vendors, application developers and
11-
computer science researchers.
3+
[The Open MPI Project](https://www.open-mpi.org/) is an open source
4+
implementation of the [Message Passing Interface (MPI)
5+
specification](https://www.mpi-forum.org/docs/) that is developed and
6+
maintained by a consortium of academic, research, and industry
7+
partners. Open MPI is therefore able to combine the expertise,
8+
technologies, and resources from all across the High Performance
9+
Computing community in order to build the best MPI library available.
10+
Open MPI offers advantages for system and software vendors,
11+
application developers and computer science researchers.
1212

1313
## Official documentation
1414

1515
The Open MPI documentation can be viewed in the following ways:
1616

17-
1. Online at https://ompi.readthedocs.io/en/latest/
17+
1. Online at https://docs.open-mpi.org/
1818
1. In self-contained (i.e., suitable for local viewing, without an
1919
internet connection) in official distribution tarballs under
2020
`docs/_build/html/index.html`.
@@ -28,4 +28,4 @@ Developers who clone the Open MPI Git repository will not have the
2828
HTML documentation and man pages by default; it must be built.
2929
Instructions for how to build the Open MPI documentation can be found
3030
here:
31-
https://ompi.readthedocs.io/en/latest/developers/prerequisites.html#sphinx.
31+
https://docs.open-mpi.org/en/master/developers/prerequisites.html#sphinx.

0 commit comments

Comments
 (0)