Skip to content

Commit c84d330

Browse files
authored
Merge pull request #432 from atombrella/http_links
Changed http to https. Fixed broken link to original script.
2 parents e16ecda + 320e1fd commit c84d330

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

mysqltuner.pl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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
@@ -17,7 +17,7 @@
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
@@ -34,7 +34,7 @@
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
#
3939
package 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
65806580
For 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
65846584
This program is free software: you can redistribute it and/or modify
65856585
it 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
65956595
You 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

Comments
 (0)