Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Link to HTTPS version of modules.perl6.org
  • Loading branch information
moritz committed Dec 4, 2015
1 parent 54887e7 commit 81b21e3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion includes/footer
Expand Up @@ -30,7 +30,7 @@
<h4><a href="/whatever/">Modules</a></h4>

<ul class="shush-list">
<li><a href="http://modules.perl6.org/">Perl&nbsp;6 modules
<li><a href="https://modules.perl6.org/">Perl&nbsp;6 modules
directory</a></li>
<li><a href="https://github.com/tadzik/panda/">Panda</a>, a
module installer for Rakudo</li>
Expand Down
6 changes: 3 additions & 3 deletions source/community/index.html
Expand Up @@ -50,14 +50,14 @@ <h3>Perl 6 Testers</h3>
<p>
<a href="http://testers.perl6.org/">Perl 6 Testers</a> shows the
test status of the modules listed in the
<a href="http://modules.perl6.org/">Perl 6 Modules Directory</a>.
<a href="https://modules.perl6.org/">Perl 6 Modules Directory</a>.
</p>

<h3>Smoke Testing</h3>
<p>
The <a href="http://smoke.perl6.org/">Rakudo Module Smoke
Results</a> page shows the results of smoke testing the
<a href="http://modules.perl6.org/">Perl 6 Modules</a>.
<a href="https://modules.perl6.org/">Perl 6 Modules</a>.
</p>
</div>
</div>
Expand Down Expand Up @@ -138,4 +138,4 @@ <h3 class="trim-top">Mailing lists</h3>
</div>
</div>
</div>
</div>
</div>
2 changes: 1 addition & 1 deletion source/getting-started/index.html
Expand Up @@ -29,7 +29,7 @@ <h3 class="trim-top">The Main Track</h3>
to start learning Perl 6.</li>
<li><strong>Find available modules</strong> — use the <tt>panda</tt>
installer (comes with Rakudo Star) to install modules listed at the
<a href="http://modules.perl6.org/">Perl6 modules directory</a>.</li>
<a href="https://modules.perl6.org/">Perl6 modules directory</a>.</li>
<li><strong>Write a program in Perl 6</strong></li>
<li><strong>Write another program in Perl 6</strong></li>
<li><a href="/getting-started/involved">Get involved!</a></li>
Expand Down
2 changes: 1 addition & 1 deletion source/getting-started/involved.html
Expand Up @@ -24,7 +24,7 @@ <h2>[% readvar title %]</h2>
<h3 class="trim-top">Programming Tasks</h3>
<ul class="shy-list">
<li><a href="https://github.com/perl6/perl6-most-wanted">Write a module</a> and add it to the <a
href="http://modules.perl6.org/">Perl 6</a> module list.</li>
href="https://modules.perl6.org/">Perl 6</a> module list.</li>
<li><a href="http://github.com/perl6/roast/">Write tests</a></li>
<li>Help writing one of the <a href="/compilers/">compilers</a></li>
<li>Find and report bugs</li>
Expand Down

0 comments on commit 81b21e3

Please sign in to comment.