Skip to content

Commit

Permalink
Merge pull request #1738 from CPAN-API/fix/links2
Browse files Browse the repository at this point in the history
Fix/links2 - make relative an explicit for new domain
  • Loading branch information
mickeyn committed Jun 23, 2016
2 parents 9e4d03d + e839e9f commit 9fa3d1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions root/about.html
Expand Up @@ -19,11 +19,11 @@
MetaCPAN has two parts:

* [metacpan.org](https://metacpan.org), a front end to...
* [api-v1.metacpan.org](http://api-v1.metacpan.org/) the API
* [fastapi.metacpan.org](http://fastapi.metacpan.org/) the API

So
[https://metacpan.org/module/Moose](https://metacpan.org/module/Moose)
vs [http://api-v1.metacpan.org/module/Moose](http://api-v1.metacpan.org/module/Moose)
vs [https://fastapi.metacpan.org/v1/module/Moose](https://fastapi.metacpan.org/v1/module/Moose)

MetaCPAN is [a community effort](/about/contributors), with all the code freely
available on GitHub ([www](https://github.com/CPAN-API/metacpan-web),
Expand Down
2 changes: 1 addition & 1 deletion root/author.html
Expand Up @@ -87,7 +87,7 @@
<a class="FlattrButton" style="display:none;"
title="<% author.name %> (<% author.pauseid %>) on MetaCPAN"
rev="flattr;uid:<% donate.id %>;button:compact;category:software;tags:perl,cpan,metacpan;"
href="https://metacpan.org/author/<% author.pauseid %>"
href="/author/<% author.pauseid %>"
language="en_GB" >
<% author.name %> is <% author.pauseid %> on CPAN, the Comprehensive Perl Archive Network.
</a>
Expand Down

0 comments on commit 9fa3d1b

Please sign in to comment.