Skip to content

Commit 53bd7fb

Browse files
committed
change github http urls to https
since the official urls are all https in github now.
1 parent 5f6c746 commit 53bd7fb

File tree

9 files changed

+91
-96
lines changed

9 files changed

+91
-96
lines changed

README

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ mildew, v6 and elf, various Perl 6 examples, documentation efforts and examples.
66
Other parts of the former pugs repository have been moved to other
77
repositories:
88

9-
pugs http://github.com/audreyt/Pugs.hs
10-
spectests http://github.com/perl6/roast
11-
specs http://github.com/perl6/specs
12-
perl6.org http://github.com/perl6/perl6.org
13-
src/perl6 http://github.com/perl6/std
14-
perl5/ http://github.com/perl6/p5-modules
15-
misc/evalbot http://github.com/perl6/evalbot
9+
pugs https://github.com/audreyt/Pugs.hs
10+
spectests https://github.com/perl6/roast
11+
specs https://github.com/perl6/specs
12+
perl6.org https://github.com/perl6/perl6.org
13+
src/perl6 https://github.com/perl6/std
14+
perl5/ https://github.com/perl6/p5-modules
15+
misc/evalbot https://github.com/perl6/evalbot
1616

1717

1818
If you have any questions, don't hesitate to to ask on the

docs/IRCchannelLexicon.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ LTA
2929

3030
proto
3131
The beginnings of a solution to the problem of distributing Perl 6 modules.
32-
http://github.com/masak/proto/
32+
https://github.com/masak/proto/
3333

3434
rakudo *
3535
The planned release of Rakudo (a Perl 6 compiler targeting the Parrot VM) in

docs/feather/syn_index.html

Lines changed: 71 additions & 76 deletions
Large diffs are not rendered by default.

docs/talks/README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ extraction.xul: "Practical Extraction with Perl 6" (English):
5757

5858
whats_going_on_in_Perl6_pl.tex: "What's going on in Perl 6 (Polish)":
5959
Talk by Tadeusz Sośnierz for Warszawa.pm workshop in July 2010
60-
PDF Version: http://github.com/tadzik/Perl6-slides/blob/master/perl6.pdf
60+
PDF Version: https://github.com/tadzik/Perl6-slides/blob/master/perl6.pdf
6161

6262
whats_going_on_in_Perl6_ca.tex: "What's going on in Perl 6 (Catalan)":
6363
Catalan translation of Polish Warszawa.pm worshop talk, presented on Rakudo Star celebration on Barcelona.pm July 2010
64-
PDF Version: http://github.com/tadzik/Perl6-slides/blob/master/perl6_ca.pdf
64+
PDF Version: https://github.com/tadzik/Perl6-slides/blob/master/perl6_ca.pdf

misc/commit-mails/test-reporter.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ =head1 SYNOPSIS
116116
=head1 DESCRIPTION
117117
118118
This is meant to be run as a cron job. It assumes there's a checkout of
119-
the roast repository (http://github.com/perl6/roast).
119+
the L<roast repository|https://github.com/perl6/roast>.
120120
Specify the location of this repo
121121
with the B<-d> option. It will go there, update the repo, and look through
122122
recent commits for commit messages of a form that indicates a test was
@@ -148,8 +148,8 @@ =head1 OPTIONS
148148
149149
=item B<-d>
150150
151-
This specifies the directory in which to find a checkout of the roast
152-
repository (http://github.com/perl6/roast).
151+
This specifies the directory in which to find a checkout of the
152+
L<roast repository|https://github.com/perl6/roast>.
153153
154154
=item B<--from>
155155

misc/irclog/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
The sources of the bot and web frontend have been moved to
2-
http://github.com/moritz/ilbot/
2+
https://github.com/moritz/ilbot/

t/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
Here you can find the remnants of the pugs test suite.
1717
Most tests are nowadays maintained in a separate repository
18-
at http://github.com/perl6/spectests
18+
at https://github.com/perl6/spectests

util/Text-SmartLinks/lib/Text/SmartLinks.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ sub process_test_files {
379379
print "Found $links links in <$t_file>\n" if defined $self->count;
380380
} else {
381381
print "No smartlink found in <$t_file>\n" if defined $self->print_missing;
382-
print "\"$t_file\"<http://github.com/perl6/roast/blob/master/$t_file>\n" if defined $self->wiki;
382+
print qq{"$t_file"<https://github.com/perl6/roast/blob/master/$t_file>\n} if defined $self->wiki;
383383
push @{ $self->{test_files_missing_links} }, $t_file;
384384
}
385385
}
@@ -655,7 +655,7 @@ sub gen_code_snippet {
655655

656656
my $html = <<"_EOC_";
657657
<div class="smartlink">
658-
<p class="smartlink-file"><a href="http://github.com/perl6/roast/blob/master/$html_file#L$from-L$to"><code>$html_file</code> lines <code>$from&ndash;$to</code>$stat</a>
658+
<p class="smartlink-file"><a href="https://github.com/perl6/roast/blob/master/$html_file#L$from-L$to"><code>$html_file</code> lines <code>$from&ndash;$to</code>$stat</a>
659659
</p>
660660
</div>
661661
@@ -940,7 +940,7 @@ sub gen_preamble {
940940

941941
return qq{
942942
<I>This page was generated by Text::SmartLinks v$VERSION at $time.<br/>
943-
(<a href"http://github.com/perl6/specs/">syn</a> <strong>$pugs_rev</strong>$smoke_info)</I>
943+
(<a href"https://github.com/perl6/specs/">syn</a> <strong>$pugs_rev</strong>$smoke_info)</I>
944944
&nbsp; [ <a href="http://perlcabal.org/syn/">Index of Synopses</a> ] <br/>
945945
<a id='__top'></a>
946946
};

util/perl6.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
" Moritz Lenz <moritz@faui2k3.org>
66
" Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>
77
"
8-
" XXX: This file is now maintained at http://github.com/hinrik/vim-perl
8+
" XXX: This file is now maintained at https://github.com/hinrik/vim-perl
99
"
1010
" This is a big undertaking. Perl 6 is the sort of language that only Perl
1111
" can parse. But I'll do my best to get vim to.
@@ -2199,4 +2199,4 @@ setlocal foldmethod=syntax
21992199
let b:current_syntax = "perl6"
22002200

22012201
" deprecation notice
2202-
redraw | echo "perl6.vim development has moved to http://github.com/hinrik/vim-perl"
2202+
redraw | echo "perl6.vim development has moved to https://github.com/hinrik/vim-perl"

0 commit comments

Comments
 (0)