Change link to XAMPP, this fixes a "broken" link with the linkchecker.

They're returning a HTTP Error 308: Permanent Redirect for the base URL,
which was causing a failed test in the linkchecker. We could either
change the link or ignore it entirely. I'm opting to change the link.

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
This commit is contained in:
Isaac Bennetch 2018-09-05 22:47:55 -04:00
parent a1e5d8eac3
commit 38a76d32fe

View File

@ -96,7 +96,7 @@ Installing on Windows
The easiest way to get phpMyAdmin on Windows is using third party products
which include phpMyAdmin together with a database and web server such as
`XAMPP <https://www.apachefriends.org/>`_.
`XAMPP <https://www.apachefriends.org/index.html>`_.
You can find more of such options at `Wikipedia <https://en.wikipedia.org/wiki/List_of_AMP_packages>`_.