Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
use HTTPS for doc.perl6.org and design.perl6.org
  • Loading branch information
moritz committed Dec 4, 2015
1 parent cbc82a9 commit 54887e7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions includes/footer
Expand Up @@ -19,8 +19,8 @@
<h4><a href="/documentation/">Documentation</a></h4>
<ul class="shush-list">
<li><a href="/getting-started/">Getting started</a></li>
<li><a href="http://doc.perl6.org/">Perl&nbsp;6 Documentation</a></li>
<li><a href="http://doc.perl6.org/language/5to6">Perl&nbsp;5 to Perl 6</a>,
<li><a href="https://doc.perl6.org/">Perl&nbsp;6 Documentation</a></li>
<li><a href="https://doc.perl6.org/language/5to6">Perl&nbsp;5 to Perl 6</a>,
an introduction for Perl&nbsp;5 programmers</li>
</ul>
<a href="/documentation/" class="btn btn-success">More</a>
Expand Down Expand Up @@ -52,7 +52,7 @@
<section class="col-sm-6 col-md-5ths">
<h4><a href="/specification/">Language Design</a></h4>
<ul class="shush-list">
<li><a href="http://design.perl6.org/">Synopsis</a> - official Perl&nbsp;6 design documents</li>
<li><a href="https://design.perl6.org/">Synopsis</a> - official Perl&nbsp;6 design documents</li>
<li><a href="/compilers/std-viv">STD.pm</a> - official Perl&nbsp;6 grammar</li>
</ul>
<a href="/specification/" class="btn btn-success">More</a>
Expand Down
2 changes: 1 addition & 1 deletion includes/menu-nav
Expand Up @@ -27,7 +27,7 @@
[% item whatever <li id="nav-whatever"{{ class="active"}}
><a href="/whatever/">Whatever</a></li> %]
[% item faq <li id="nav-faq"{{ class="active"}}
><a href="http://doc.perl6.org/language/faq">FAQ</a></li> %]
><a href="https://doc.perl6.org/language/faq">FAQ</a></li> %]
</ul>
</div>
</div>
Expand Down
6 changes: 3 additions & 3 deletions source/documentation/index.html
Expand Up @@ -48,16 +48,16 @@ <h3>Code examples</h3>
<h3>For Perl 5 programmers</h3>
<ul class="shy-list">
<li><a href="http://perlgeek.de/en/article/5-to-6">Perl&nbsp;5 to 6</a>, introduction for Perl&nbsp;5 programmers</li>
<li><a href="http://doc.perl6.org/language/5to6">Perl&nbsp;5 to 6 translation guide</a></li>
<li><a href="https://doc.perl6.org/language/5to6">Perl&nbsp;5 to 6 translation guide</a></li>
</ul>
</section>
</div>
<div class="row">
<section class="col-xs-6 col-sm-4">
<h3>Docs, compendiums and cheatsheets</h3>
<ul class="shy-list">
<li><a href="http://doc.perl6.org/">Perl&nbsp;6 Documentation</a></li>
<li><a href="http://design.perl6.org/">Design Documents / Synopses</a></li>
<li><a href="https://doc.perl6.org/">Perl&nbsp;6 Documentation</a></li>
<li><a href="https://design.perl6.org/">Design Documents / Synopses</a></li>
<li><a href="http://tablets.perl6.org">Perl Tablets</a>, a hypertext Perl&nbsp;6 compendium with lots of appendices</li>
<li><a href="http://www.ozonehouse.com/mark/periodic/">Periodic table</a> of Perl&nbsp;6 operators</li>
<li><a href="http://github.com/perl6/mu/raw/master/docs/Perl6/Cheatsheet/cheatsheet.txt">Perl&nbsp;6 Cheat Sheet</a></li>
Expand Down

0 comments on commit 54887e7

Please sign in to comment.