From 540288ac7cc40ad8ba895a59b24953f0e6c1a07e Mon Sep 17 00:00:00 2001 From: Daniel Black Date: Fri, 15 Nov 2024 11:58:04 +1100 Subject: [PATCH] Fix URL in mariadb-install (no longer on launchpad) Reviewer: Faustin --- scripts/mysql_install_db.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mysql_install_db.sh b/scripts/mysql_install_db.sh index 70ca9b0e0cb..9140a2fcd47 100644 --- a/scripts/mysql_install_db.sh +++ b/scripts/mysql_install_db.sh @@ -628,7 +628,7 @@ else echo "--general-log gives you a log in $ldata that may be helpful." link_to_help echo "You can find the latest source at https://downloads.mariadb.org and" - echo "the maria-discuss email list at https://launchpad.net/~maria-discuss" + echo "the MariaDB discuss email list at https://lists.mariadb.org/postorius/lists/discuss.lists.mariadb.org/" echo echo "Please check all of the above before submitting a bug report" echo "at https://mariadb.org/jira"