Skip to content

Commit 489003d

Browse files
committed
Fix GitHub URLs: http => https
1 parent f016914 commit 489003d

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

Diff for: Makefile.PL

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if ( $ExtUtils::MakeMaker::VERSION ge '6.46' ) {
4242
$parms{META_MERGE} = {
4343
resources => {
4444
homepage => 'http://betterthangrep.com/',
45-
bugtracker => 'http://github.com/petdance/ack',
45+
bugtracker => 'https://github.com/petdance/ack',
4646
license => 'http://www.opensource.org/licenses/artistic-license-2.0.php',
4747
repository => 'git://github.com/petdance/ack.git',
4848
}

Diff for: ack

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Please DO NOT EDIT or send patches for it.
55
#
66
# Please take a look at the source from
7-
# http://github.com/petdance/ack
7+
# https://github.com/petdance/ack
88
# and submit patches against the individual files
99
# that build ack.
1010
#
@@ -856,7 +856,7 @@ Andy Lester, C<< <andy at petdance.com> >>
856856
=head1 BUGS
857857
858858
Please report any bugs or feature requests to the issues list at
859-
Github: L<http://github.com/petdance/ack/issues>
859+
Github: L<https://github.com/petdance/ack/issues>
860860
861861
=head1 ENHANCEMENTS
862862
@@ -866,7 +866,7 @@ will not consider a request without it first getting seen by other
866866
ack users. This includes requests for new filetypes.
867867
868868
There is a list of enhancements I want to make to F<ack> in the ack
869-
issues list at Github: L<http://github.com/petdance/ack/issues>
869+
issues list at Github: L<https://github.com/petdance/ack/issues>
870870
871871
Patches are always welcome, but patches with tests get the most
872872
attention.
@@ -883,7 +883,7 @@ L<http://betterthangrep.com/>
883883
884884
=item * The ack issues list at Github
885885
886-
L<http://github.com/petdance/ack/issues>
886+
L<https://github.com/petdance/ack/issues>
887887
888888
=item * AnnoCPAN: Annotated CPAN documentation
889889
@@ -899,7 +899,7 @@ L<http://search.cpan.org/dist/ack>
899899
900900
=item * Git source repository
901901
902-
L<http://github.com/petdance/ack>
902+
L<https://github.com/petdance/ack>
903903
904904
=back
905905

Diff for: ack-base

+4-4
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ Andy Lester, C<< <andy at petdance.com> >>
848848
=head1 BUGS
849849
850850
Please report any bugs or feature requests to the issues list at
851-
Github: L<http://github.com/petdance/ack/issues>
851+
Github: L<https://github.com/petdance/ack/issues>
852852
853853
=head1 ENHANCEMENTS
854854
@@ -858,7 +858,7 @@ will not consider a request without it first getting seen by other
858858
ack users. This includes requests for new filetypes.
859859
860860
There is a list of enhancements I want to make to F<ack> in the ack
861-
issues list at Github: L<http://github.com/petdance/ack/issues>
861+
issues list at Github: L<https://github.com/petdance/ack/issues>
862862
863863
Patches are always welcome, but patches with tests get the most
864864
attention.
@@ -875,7 +875,7 @@ L<http://betterthangrep.com/>
875875
876876
=item * The ack issues list at Github
877877
878-
L<http://github.com/petdance/ack/issues>
878+
L<https://github.com/petdance/ack/issues>
879879
880880
=item * AnnoCPAN: Annotated CPAN documentation
881881
@@ -891,7 +891,7 @@ L<http://search.cpan.org/dist/ack>
891891
892892
=item * Git source repository
893893
894-
L<http://github.com/petdance/ack>
894+
L<https://github.com/petdance/ack>
895895
896896
=back
897897

Diff for: btg/ack-standalone

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Please DO NOT EDIT or send patches for it.
55
#
66
# Please take a look at the source from
7-
# http://github.com/petdance/ack
7+
# https://github.com/petdance/ack
88
# and submit patches against the individual files
99
# that build ack.
1010
#
@@ -856,7 +856,7 @@ Andy Lester, C<< <andy at petdance.com> >>
856856
=head1 BUGS
857857
858858
Please report any bugs or feature requests to the issues list at
859-
Github: L<http://github.com/petdance/ack/issues>
859+
Github: L<https://github.com/petdance/ack/issues>
860860
861861
=head1 ENHANCEMENTS
862862
@@ -866,7 +866,7 @@ will not consider a request without it first getting seen by other
866866
ack users. This includes requests for new filetypes.
867867
868868
There is a list of enhancements I want to make to F<ack> in the ack
869-
issues list at Github: L<http://github.com/petdance/ack/issues>
869+
issues list at Github: L<https://github.com/petdance/ack/issues>
870870
871871
Patches are always welcome, but patches with tests get the most
872872
attention.
@@ -883,7 +883,7 @@ L<http://betterthangrep.com/>
883883
884884
=item * The ack issues list at Github
885885
886-
L<http://github.com/petdance/ack/issues>
886+
L<https://github.com/petdance/ack/issues>
887887
888888
=item * AnnoCPAN: Annotated CPAN documentation
889889
@@ -899,7 +899,7 @@ L<http://search.cpan.org/dist/ack>
899899
900900
=item * Git source repository
901901
902-
L<http://github.com/petdance/ack>
902+
L<https://github.com/petdance/ack>
903903
904904
=back
905905

Diff for: btg/index.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
the super-speedy "ack" tool to search your code
9595
FAST. It gives you beautiful, clickable results just
9696
as fast as "ack" can find them. Check it out at:
97-
<a href="http://github.com/protocool/ackmate">http://github.com/protocool/ackmate</a>
97+
<a href="https://github.com/protocool/ackmate">https://github.com/protocool/ackmate</a>
9898
</blockquote>
9999

100100
<h2>Testimonials about ack</h2>

Diff for: squash

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ my $NO_EDIT_COMMENT = <<'EOCOMMENT';
1313
# Please DO NOT EDIT or send patches for it.
1414
#
1515
# Please take a look at the source from
16-
# http://github.com/petdance/ack
16+
# https://github.com/petdance/ack
1717
# and submit patches against the individual files
1818
# that build ack.
1919
#

0 commit comments

Comments
 (0)