Skip to content

Commit d0f46cc

Browse files
committed
Less permanent redirections (mostly http → https)
1 parent 01b0e82 commit d0f46cc

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

doc/Language/glossary.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -523,11 +523,11 @@ task tp be performed by a (relative) newbie.
523523
524524
=head2 LMDDGTFY
525525
526-
Let Me DuckDuckGo That For You. L<http://lmddgtfy.net>
526+
Let Me DuckDuckGo That For You. L<https://lmddgtfy.net>
527527
528528
=head2 LMGTFY
529529
530-
Let Me Google That For You. L<http://lmgtfy.com/>
530+
Let Me Google That For You. L<https://lmgtfy.com/>
531531
532532
=head2 LTA
533533

doc/Language/modules.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ For now, the process requires that you use git for your module's version
324324
control.
325325
326326
The instructions herein assume that you have a
327-
L<GitHub|https://www.github.com> account so that your module can be
327+
L<GitHub|https://github.com> account so that your module can be
328328
shared from its GitHub repository, however another provider such as
329329
L<GitLab|https://about.gitlab.com/> should work as long as it works in
330330
a similar way.

doc/Language/nativecall.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ More examples can be found L<in the DBIsh repository
514514
on p6doc.
515515
516516
There is an example of using the MySQL client library. There is a project
517-
L<http://github.com/mberends/minidbi> that wraps these functions with a DBI
517+
L<https://github.com/mberends/minidbi> that wraps these functions with a DBI
518518
compatible interface. You'll need that library to hand; on Debian-esque systems
519519
it can be installed with something like:
520520
@@ -545,6 +545,6 @@ You can look at the results via a normal mysql connection:
545545
=head2 Microsoft Windows
546546
547547
The win32-api-call.p6 script shows an example Windows API call done from Perl 6.
548-
See L<http://github.com/jnthn/zavolaj/tree/master/examples>
548+
See L<https://github.com/jnthn/zavolaj/tree/master/examples>
549549
550550
=end pod

doc/Language/unicode_entry.pod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ letter λ (lambda), one uses the following key combination:
7070
7171
Further information about unicode and its entry into Emacs can be found on
7272
the L<Unicode Encoding Emacs wiki
73-
page|http://www.emacswiki.org/emacs/UnicodeEncoding>.
73+
page|https://www.emacswiki.org/emacs/UnicodeEncoding>.
7474
7575
You can also use L<RFC 1345|https://tools.ietf.org/html/rfc1345> character
7676
mnemonics by typing:
@@ -88,9 +88,9 @@ For example, Greek letter λ (lambda) can be entered by typing:
8888
You can use C<C-\> to toggle L<input method|https://www.gnu.org/software/
8989
emacs/manual/html_node/emacs/Select-Input-Method.html>.
9090
91-
Another L<input method|http://www.emacswiki.org/emacs/InputMethods>
91+
Another L<input method|https://www.emacswiki.org/emacs/InputMethods>
9292
you can use to insert special characters is
93-
L<TeX|http://www.emacswiki.org/emacs/TeXInputMethod>.
93+
L<TeX|https://www.emacswiki.org/emacs/TeXInputMethod>.
9494
Select it by typing C<C-u C-\ TeX RET>. You can enter a special character
9595
by using a prefix such as C<\>. For example, to enter λ, type:
9696

doc/Type/DateTime.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ L<Instant|/type/Instant>, and only supply the time zone and formatter. Or
7676
instead of an Instant you can supply an L<Int|/type/Int> as a UNIX timestamp.
7777
7878
You can also supply a L<Str|/type/Str> formatted in ISO 8601 timestamp
79-
notation or as a full L<RFC 3339|http://tools.ietf.org/html/rfc3339>
79+
notation or as a full L<RFC 3339|https://tools.ietf.org/html/rfc3339>
8080
date and time. Strings should be formatted as C<yyyy-mm-ddThh:mm::ssZ>
8181
or C<yyyy-mm-ddThh:mm:ss+0100>. We are somewhat less restrictive than the
8282
ISO 8601 standard, as we allow Unicode digits and mixing of condensed

doc/Type/Junction.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ a negated junction:
102102
103103
=item L<http://perlgeek.de/blog-en/perl-5-to-6/08-junctions.html>
104104
=item L<http://perl6maven.com/perl6-is-a-value-in-a-given-list-of-values>
105-
=item L<http://perl6advent.wordpress.com/2009/12/13/day-13-junctions/>
105+
=item L<https://perl6advent.wordpress.com/2009/12/13/day-13-junctions/>
106106
107107
=end pod

0 commit comments

Comments
 (0)