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 root/about/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@

## Where can I find the API docs?

The API docs can be found [on the wiki](https://github.com/CPAN-API/cpan-api/wiki/API-docs).
The API docs can be found [in the API repository](https://github.com/CPAN-API/cpan-api/blob/master/docs/API-docs.md).
API requests need to be sent to api.metacpan.org.

## How can I try the API?
Expand Down
2 changes: 1 addition & 1 deletion root/wrapper.html
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@
<div class="row footer">
<div class="hidden-xs hidden-sm col-md-2">&nbsp;</div>
<div class="col-xs-2 col-sm-1 col-md-1" style="text-align: center">
<a href="https://github.com/CPAN-API/cpan-api/wiki/API-docs">API</a>
<a href="https://github.com/CPAN-API/cpan-api/blob/master/docs/API-docs.md">API</a>
</div>
<div class="col-xs-5 col-sm-3 col-md-2" style="text-align: center">
<a href="/about">About MetaCPAN</a>
Expand Down