From 65b4fe0436532992d2f4508ba729083b91da3b94 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Tue, 5 Jan 2016 16:03:08 +0200 Subject: [PATCH] Add location of source and packages to readme. --- Release-Notes/MaxScale-1.3.0-Release-Notes.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Release-Notes/MaxScale-1.3.0-Release-Notes.md b/Release-Notes/MaxScale-1.3.0-Release-Notes.md index bbc115a68..48f56ad81 100644 --- a/Release-Notes/MaxScale-1.3.0-Release-Notes.md +++ b/Release-Notes/MaxScale-1.3.0-Release-Notes.md @@ -249,3 +249,13 @@ the most serious of this are listed below. RPM and Debian packages are provided for the Linux distributions supported by MariaDB Enterprise. + +Packages can be downloaded [here](https://mariadb.com/resources/downloads). + +## Source Code + +The source code of MaxScale is tagged at GitHub with a tag, which is identical +with the version of MaxScale. For instance, the tag of version 1.2.1 of MaxScale +is 1.2.1. Further, *master* always refers to the latest released non-beta version. + +The source code is available [here](https://github.com/mariadb-corporation/MaxScale).