From ba59561f53e08cb91869bc8dbb6a62ac02c30efa Mon Sep 17 00:00:00 2001 From: Markus Makela Date: Thu, 9 Apr 2015 08:02:51 +0300 Subject: [PATCH] Fixed broken link. --- Getting-Started/Building-MaxScale-from-Source-Code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Getting-Started/Building-MaxScale-from-Source-Code.md b/Getting-Started/Building-MaxScale-from-Source-Code.md index a1b044b89..7459d25a4 100644 --- a/Getting-Started/Building-MaxScale-from-Source-Code.md +++ b/Getting-Started/Building-MaxScale-from-Source-Code.md @@ -14,7 +14,7 @@ You will need a number of tools and libraries in order to achieve this. # Obtaining MariaDB packages -MaxScale requires the server and the development packages for the MariaDB server. You can obtain these by following the instructions on the MariaDB.org site: [https://downloads.mariadb.org/](https://downloads.mariadb.org/ MariaDB.org) +MaxScale requires the server and the development packages for the MariaDB server. Either the 10.0 or the 5.5 version of the MariaDB server can be used. You can obtain these by following the instructions on the MariaDB.org site: [https://downloads.mariadb.org/](https://downloads.mariadb.org/) After following the instructions on that site you should have a working MariaDB repository if you use Yum or APT or the binary packages if you prefer a manual download.