Skip to content

Commit 325fd22

Browse files
committed
Fix incorrect URL in the configure output
Signed-off-by: Joshua Hursey <jhursey@us.ibm.com>
1 parent 2969623 commit 325fd22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/opal_setup_sphinx.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ AC_DEFUN([OPAL_SETUP_SPHINX],[
6969
[AC_MSG_WARN([*** You will not have documentation installed.])
7070
AC_MSG_WARN([*** See the following URL for more information:])
7171
dnl Note that we have to double escape the string below
72-
dnl so that the # it contains coesn't confuse the Autotools
73-
AC_MSG_WARN([[*** https://ompi.readthedocs.io/en/latest/developers/prerequisites.html#sphinx]])
72+
dnl so that the # it contains doesn't confuse the Autotools
73+
AC_MSG_WARN([[*** https://docs.open-mpi.org/en/main/developers/prerequisites.html#sphinx-and-therefore-python]])
7474
])
7575

7676
# If --enable-sphinx was specified and we did not find Sphinx,

0 commit comments

Comments
 (0)