From 38a76d32fe7186e1b768ea8a892f263c7d2a9adb Mon Sep 17 00:00:00 2001 From: Isaac Bennetch Date: Wed, 5 Sep 2018 22:47:55 -0400 Subject: [PATCH] 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 --- doc/setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/setup.rst b/doc/setup.rst index b6c82ee7d9..9266fc3660 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -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 `_. +`XAMPP `_. You can find more of such options at `Wikipedia `_.