Skip to content

Commit 153dee9

Browse files
authored
Merge pull request #11511 from hppritcha/update_mpir_tools_links
mpir: update links for the mpir shim new
2 parents c511a5f + 67602ba commit 153dee9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/app-debug/mpir-tools.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ hook where debuggers and tools can set a breakpoint to read the MPIR
2828
processing mapping when it is available.
2929

3030
Instructions for use of the shim module are available at
31-
`<https://github.com/openpmix/mpir-to-pmix-guide/blob/master/README.md>`_.
31+
`<https://github.com/hpc/mpir-to-pmix-guide/blob/master/README.md>`_.
3232

3333
You may need to build this module before you can use it. The source code for this
3434
module can be downloaded from
35-
`MPIR to PMIx Shim repository <https://github.com/openpmix/mpir-to-pmix-guide>`_.
35+
`MPIR to PMIx Shim repository <https://github.com/hpc/mpir-to-pmix-guide>`_.
3636

3737
Once you have the MPIR shim module built and installed, follow the
3838
instructions included with the debugger or tool to tell it where to
@@ -56,7 +56,7 @@ Here is an example shell script that builds the MPIR shim module
5656
mkdir -p git
5757
cd git
5858
59-
git clone https://github.com/openpmix/mpir-to-pmix-guide.git
59+
git clone https://github.com/hpc/mpir-to-pmix-guide.git
6060
cd mpir-to-pmix-guide
6161
6262
# PMIX_ROOT must be set to your PMIx install root directory

0 commit comments

Comments
 (0)