From 7f54a54a4919fcddbc2467689f96960515a28957 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Sun, 13 Oct 2024 17:11:15 -0400 Subject: [PATCH] remove hyperlink to msys project page Sourceforge returns 403 during our documentation build if we use a real hyperlink with the link-checker enabled. Replace the hyperlink with inline text to the same URL. --- docs/source/install.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index c7429dd..8b05549 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -54,10 +54,9 @@ or:: export MSYS_HOME=C:\msys\1.0 source /usr/local/bin/virtualenvwrapper.sh -Depending on your MSYS setup, you may need to install the `MSYS mktemp -binary`_ in the ``MSYS_HOME/bin`` folder. - -.. _MSYS mktemp binary: https://sourceforge.net/projects/mingw/files/MSYS/ +Depending on your MSYS setup, you may need to install the MSYS mktemp binary +(``https://sourceforge.net/projects/mingw/files/MSYS/``) in the +``MSYS_HOME/bin`` folder. PowerShell ----------