diff options
author | iangilfillan <github@greenman.co.za> | 2016-03-08 15:24:01 +0200 |
---|---|---|
committer | iangilfillan <github@greenman.co.za> | 2016-03-08 15:24:01 +0200 |
commit | 6befd842025a5e08b0af67ccf092e0881dd2efdf (patch) | |
tree | 684e02cb672c957fc524be9fab304f946270acda /scripts | |
parent | 3c37f35f05d02d736d551578312f3d3442108fde (diff) | |
download | mariadb-git-6befd842025a5e08b0af67ccf092e0881dd2efdf.tar.gz |
Update AskMonty and Atlassian references to MariaDB
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/mysqlaccess.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mysqlaccess.sh b/scripts/mysqlaccess.sh index 621e2b7fda9..3626794d533 100644 --- a/scripts/mysqlaccess.sh +++ b/scripts/mysqlaccess.sh @@ -2422,7 +2422,7 @@ sub Print_Header { sub Print_Footer { if ($MySQLaccess::CMD) { #command-line mode print "\n" - ."BUGs can be reported at https://mariadb.atlassian.net/browse/MDEV\n"; + ."BUGs can be reported at https://jira.mariadb.org\n"; } if ($MySQLaccess::CGI) { #CGI-BIN mode if ($MySQLaccess::Param{'brief'}) { @@ -2430,7 +2430,7 @@ sub Print_Footer { } print "<HR>\n" ."<ADDRESS>\n" - ."BUGs can be reported at <a href=\"https://mariadb.atlassian.net/browse/MDEV\">MariaDB JIRA</a><BR>\n" + ."BUGs can be reported at <a href=\"https://jira.mariadb.org\">MariaDB JIRA</a><BR>\n" # ."Don't forget to mention the version $VERSION!<BR>\n" ."</ADDRESS>\n" ."</BODY>\n" |