diff options
author | Sergei Golubchik <serg@mariadb.org> | 2016-12-01 20:04:36 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2016-12-03 22:02:00 +0100 |
commit | 0a4b508173a0cd32f329df3514bf34c2f2001317 (patch) | |
tree | 288a48500de8dad383f0b07d0193822882ed54d0 /scripts | |
parent | f640527e65cf83b5bfbc09df3c72813c1ca67d8d (diff) | |
download | mariadb-git-0a4b508173a0cd32f329df3514bf34c2f2001317.tar.gz |
MDEV-11242 MariaDB Server releases contains promotion of MariaDB Corporation
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysql_install_db.sh | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 5d53b252fd7..aefcc1a8384 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -512,10 +512,8 @@ then echo "The latest information about MariaDB is available at http://mariadb.org/." echo "You can find additional information about the MySQL part at:" echo "http://dev.mysql.com" - echo "Support MariaDB development by buying support/new features from MariaDB" - echo "Corporation Ab. You can contact us about this at sales@mariadb.com." - echo "Alternatively consider joining our community based development effort:" - echo "http://mariadb.com/kb/en/contributing-to-the-mariadb-project/" + echo "Consider joining MariaDB's strong and vibrant community:" + echo "https://mariadb.org/get-involved/" echo fi |