Skip to content

Commit

Permalink
update links to old API
Browse files Browse the repository at this point in the history
  • Loading branch information
mickeyn committed Jun 4, 2017
1 parent 15547fe commit debe7d4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
8 changes: 1 addition & 7 deletions README.md
Expand Up @@ -58,7 +58,7 @@ sudo bin/elasticsearch -f -Des.http.port=9900 -Des.cluster.name=testing
```
Then run the test suite:
```sh
cd /home/metacpan/api.metacpan.org
cd /home/metacpan/metacpan-api
./bin/prove t
```
The test suite has to pass all tests.
Expand Down Expand Up @@ -130,9 +130,3 @@ IRC logs can be found here:
[http://irclog.perlgeek.de/metacpan/today](http://irclog.perlgeek.de/metacpan/today)
(Thanks to [Moritz Lenz](http://moritz.faui2k3.org/) for making this service
available)

Mailing List
------------

Our mailing list is open to all:
[http://groups.google.com/group/cpan-api](http://groups.google.com/group/cpan-api)
2 changes: 1 addition & 1 deletion bin/build_test_CPAN_dir.pl
Expand Up @@ -26,7 +26,7 @@

my $es = ElasticSearch->new(
no_refresh => 1,
servers => 'api.metacpan.org',
servers => 'fastapi.metacpan.org',

# trace_calls => \*STDOUT,
);
Expand Down
4 changes: 2 additions & 2 deletions lib/MetaCPAN/Script/River.pm
Expand Up @@ -84,8 +84,8 @@ updates our ES information.
This can then be accessed here:
http://api.metacpan.org/distribution/Moose
http://api.metacpan.org/distribution/HTTP-BrowserDetect
http://fastapi.metacpan.org/v1/distribution/Moose
http://fastapi.metacpan.org/v1/distribution/HTTP-BrowserDetect
=cut

4 changes: 2 additions & 2 deletions lib/MetaCPAN/Script/Tickets.pm
Expand Up @@ -267,8 +267,8 @@ out ES information.
This can then be accessed here:
http://api.metacpan.org/distribution/Moose
http://api.metacpan.org/distribution/HTTP-BrowserDetect
http://fastapi.metacpan.org/v1/distribution/Moose
http://fastapi.metacpan.org/v1/distribution/HTTP-BrowserDetect
=cut

0 comments on commit debe7d4

Please sign in to comment.