44# Copyright (C) 2006-2018 Major Hayden - major@mhtx.net
55#
66# For the latest updates, please visit http://mysqltuner.com/
7- # Git repository available at http ://github.com/major/MySQLTuner-perl
7+ # Git repository available at https ://github.com/major/MySQLTuner-perl
88#
99# This program is free software: you can redistribute it and/or modify
1010# it under the terms of the GNU General Public License as published by
1717# GNU General Public License for more details.
1818#
1919# You should have received a copy of the GNU General Public License
20- # along with this program. If not, see <http ://www.gnu.org/licenses/>.
20+ # along with this program. If not, see <https ://www.gnu.org/licenses/>.
2121#
2222# This project would not be possible without help from:
2323# Matthew Montgomery Paul Kehrer Dave Burgess
3434# Julien Francoz
3535#
3636# Inspired by Matthew Montgomery's tuning-primer.sh script:
37- # http://forge.mysql .com/projects/view.php?id=44
37+ # http://www.day32 .com/MySQL/
3838#
3939package main ;
4040
@@ -3153,7 +3153,7 @@ sub mysql_stats {
31533153 push ( @generalrec ,
31543154 " Read this before increasing "
31553155 . $table_cache_var
3156- . " over 64: http ://bit.ly/1mi7c4C" );
3156+ . " over 64: https ://bit.ly/1mi7c4C" );
31573157 push ( @generalrec ,
31583158 " Read this before increasing for MariaDB"
31593159 . " https://mariadb.com/kb/en/library/optimizing-table_open_cache/"
@@ -6579,7 +6579,7 @@ =head1 COPYRIGHT AND LICENSE
65796579
65806580For the latest updates, please visit http://mysqltuner.com/
65816581
6582- Git repository available at http ://github.com/major/MySQLTuner-perl
6582+ Git repository available at https ://github.com/major/MySQLTuner-perl
65836583
65846584This program is free software: you can redistribute it and/or modify
65856585it under the terms of the GNU General Public License as published by
@@ -6593,7 +6593,7 @@ =head1 COPYRIGHT AND LICENSE
65936593 See the GNU General Public License for more details.
65946594
65956595You should have received a copy of the GNU General Public License
6596- along with this program. If not, see <http ://www.gnu.org/licenses/>.
6596+ along with this program. If not, see <https ://www.gnu.org/licenses/>.
65976597
65986598=cut
65996599
0 commit comments