Skip to content

Commit

Permalink
Remove references to the domain mysqltuner.com. #501
Browse files Browse the repository at this point in the history
  • Loading branch information
altmas5 committed Sep 3, 2020
1 parent b6f8f9f commit d2a8f0b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mysqltuner.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# High Performance MySQL Tuning Script
# Copyright (C) 2006-2018 Major Hayden - major@mhtx.net
#
# For the latest updates, please visit http://mysqltuner.com/
# For the latest updates, please visit http://mysqltuner.pl/
# Git repository available at https://github.com/major/MySQLTuner-perl
#
# This program is free software: you can redistribute it and/or modify
Expand Down Expand Up @@ -6220,7 +6220,7 @@ sub close_outputfile {
sub headerprint {
prettyprint
" >> MySQLTuner $tunerversion - Major Hayden <major\@mhtx.net>\n"
. " >> Bug reports, feature requests, and downloads at http://mysqltuner.com/\n"
. " >> Bug reports, feature requests, and downloads at http://mysqltuner.pl/\n"
. " >> Run with '--help' for additional options and output filtering";
}

Expand Down Expand Up @@ -6631,7 +6631,7 @@ =head1 CONTRIBUTORS
=head1 SUPPORT
Bug reports, feature requests, and downloads at http://mysqltuner.com/
Bug reports, feature requests, and downloads at http://mysqltuner.pl/
Bug tracker can be found at https://github.com/major/MySQLTuner-perl/issues
Expand All @@ -6647,7 +6647,7 @@ =head1 COPYRIGHT AND LICENSE
Copyright (C) 2006-2018 Major Hayden - major@mhtx.net
For the latest updates, please visit http://mysqltuner.com/
For the latest updates, please visit http://mysqltuner.pl/
Git repository available at https://github.com/major/MySQLTuner-perl
Expand All @@ -6671,4 +6671,4 @@ =head1 COPYRIGHT AND LICENSE
# indent-tabs-mode: t
# cperl-indent-level: 8
# perl-indent-level: 8
# End:
# End:

0 comments on commit d2a8f0b

Please sign in to comment.