Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h4>Production-ready, under active development</h4>
Get involved: <a href="http://dev.perl.org/perl5/">http://dev.perl.org/perl5/</a>
</p>
<p>
Perl <a href="[% perl_stats.perl_version_link %]">[% perl_stats.perl_version %]</a> is the current stable version of Perl. Perl 5 is <a href="https://www.ohloh.net/p/perl/commits">actively maintained</a> and <a href="http://perl5.git.perl.org/perl.git">developed (git repository)</a> by a large group of <a href="https://www.ohloh.net/p/perl/contributors">dedicated volunteers</a>. Perl 5 will be developed and maintained for many years to come.
Perl <a href="[% perl_stats.perl_version_link %]">[% perl_stats.perl_version %]</a> is the current stable version of Perl. Perl 5 is <a href="https://www.ohloh.net/p/perl/commits">actively maintained</a> and <a href="https://github.com/Perl/perl5">developed (git repository)</a> by a large group of <a href="https://www.ohloh.net/p/perl/contributors">dedicated volunteers</a>. Perl 5 will be developed and maintained for many years to come.
</p>

<h4>
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/perl5/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ <h4>
Production-ready, under active development
</h4>
<p>
Perl <a href="[% perl_stats.perl_version_link %]">[% perl_stats.perl_version %]</a> is the current stable version of Perl. Perl 5 is <a href="https://www.ohloh.net/p/perl/commits">actively maintained</a> and <a href="http://perl5.git.perl.org/perl.git">developed (git repository)</a> by a large group of <a href="https://www.ohloh.net/p/perl/contributors">dedicated volunteers</a>. Perl 5 will be developed and maintained for many years to come.
Perl <a href="[% perl_stats.perl_version_link %]">[% perl_stats.perl_version %]</a> is the current stable version of Perl. Perl 5 is <a href="https://www.ohloh.net/p/perl/commits">actively maintained</a> and <a href="https://github.com/Perl/perl5">developed (git repository)</a> by a large group of <a href="https://www.ohloh.net/p/perl/contributors">dedicated volunteers</a>. Perl 5 will be developed and maintained for many years to come.
</p>
</div>
<div class="col-xs-12 col-sm-4">
Expand Down
3 changes: 2 additions & 1 deletion docs/dev/perl5/lists.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ <h3><a href="http://lists.perl.org/list/perl5-porters.html">Perl 5 Porters</a></

<p>
The official forum for the development of perl is the perl5-porters mailing
list, mentioned above, and its bugtracker at rt.perl.org. All participants in
list, mentioned above, and its bugtracker at
<a href="https://github.com/Perl/perl5/issues">GitHub</a>. All participants in
discussion there are expected to adhere to a standard of conduct.
</p>

Expand Down
10 changes: 4 additions & 6 deletions docs/dev/perl5/source.html
Original file line number Diff line number Diff line change
@@ -1,18 +1,16 @@
[% page.title = "Getting and Working With the Perl Source" %]

<p>
The Perl source code is currently kept in a <a href="http://git.or.cz/">Git</a>
The Perl source code is currently kept in a <a href="https://git-scm.com/">Git</a>
repository, which is browseable through a web interface at <a
href="http://perl5.git.perl.org/">http://perl5.git.perl.org/</a>.
href="https://github.com/Perl/perl5">https://github.com/Perl/perl5</a>.
</p>

<p>The easiest way to copy the Perl 5 repository is to use git:</p>
<pre>
git clone git://perl5.git.perl.org/perl.git perl
git clone https://github.com/Perl/perl5.git perl
</pre>
<p>A mirror of the repository is found at
<a href="https://github.com/Perl/perl5">https://github.com/Perl/perl5</a>.
The master branch, where the development takes places, is named
<p>The master branch, where the development takes places, is named
<i>blead</i>. The maintenance branches are named <i>perl-5.XXX</i>
depending on the maintenance version.
</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/dev/tpl/sections/perl5_config.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
quick_links_2_title => 'Related sites',
quick_links_2_list => [
'<a href="http://qa.perl.org/">QA</a>',
'<a href="http://rt.perl.org/perlbug/">Bug Tracking</a>',
'<a href="https://github.com/Perl/perl5/issues">Bug Tracking</a>',
'<a href="http://www.cpan.org/ports/">Perl Binaries</a>',
],
};
Expand Down
2 changes: 1 addition & 1 deletion docs/shared/tpl/style/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
[% UNLESS shortfooter || page.footer %]
<a href="/">Perl.org</A> sites
: <!-- <a href="http://books.perl.org/" title="books.perl.org">books</a>
| --> <a href="https://rt.perl.org/perlbug/">bugs</a>
| --> <a href="https://github.com/Perl/perl5/issues">bugs</a>
| <a href="https://dev.perl.org/">dev</a>
| <a href="http://history.perl.org/">history</a>
| <a href="https://jobs.perl.org/">jobs</a>
Expand Down
2 changes: 1 addition & 1 deletion docs/shared/tpl/style/perl-directory.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ <h3 class="BEGINNER">

Perl.org sites
: <a href="http://books.perl.org/" title="books.perl.org">books</a>
| <!-- <a href="http://rt.perl.org/perlbug/">bugs</a>
| <!-- <a href="https://github.com/Perl/perl5/issues">bugs</a>
| --> <a href="http://dev.perl.org/">dev</a>
| <a href="http://history.perl.org/">history</a>
| <a href="http://jobs.perl.org/">jobs</a>
Expand Down
5 changes: 1 addition & 4 deletions docs/www/contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@ <h3>Join the community</h3>
<h3>Bugs, testing and reviews</h3>
<ul class="list-unstyled">
<li>
<a href="http://rt.perl.org/perlbug/">Perl bugs</a>
</li>
<li>
<a href="http://perldoc.perl.org/perlbug.html">Perlbug</a> - reporting tool
<a href="https://github.com/Perl/perl5/issues">Perl bugs</a>
</li>
<li>
<a href="http://cpanratings.perl.org/">Review and rate</a> - the CPAN modules you use
Expand Down