summaryrefslogtreecommitdiff
path: root/scripts/mysqlaccess.sh
diff options
context:
space:
mode:
authoriangilfillan <github@greenman.co.za>2016-03-08 15:24:01 +0200
committeriangilfillan <github@greenman.co.za>2016-03-08 15:24:01 +0200
commit6befd842025a5e08b0af67ccf092e0881dd2efdf (patch)
tree684e02cb672c957fc524be9fab304f946270acda /scripts/mysqlaccess.sh
parent3c37f35f05d02d736d551578312f3d3442108fde (diff)
downloadmariadb-git-6befd842025a5e08b0af67ccf092e0881dd2efdf.tar.gz
Update AskMonty and Atlassian references to MariaDB
Diffstat (limited to 'scripts/mysqlaccess.sh')
-rw-r--r--scripts/mysqlaccess.sh4
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"