Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1192 from johngian/add-link
Browse files Browse the repository at this point in the history
[Fix bug 1150517] Add link to new documentation in /apikeys
  • Loading branch information
johngian committed Apr 15, 2015
2 parents c084301 + 8206d4a commit 81c55b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mozillians/templates/phonebook/apikeys.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ <h2>{{ _('API Version 2') }}</h2>
</p>

<p class="field_description">
{% trans api_schema_url=url('api-root'),
{% trans api_schema_url='https://mozillians.readthedocs.org/en/latest/api/apiv2/index.html',
bugzilla_request_url=('https://bugzilla.mozilla.org/enter_bug.cgi?'
'product=Participation%20Infrastructure&'
'component=API%20Requests') %}
Take a look at the list of the API methods we've made available using our
<a href="{{ api_schema_url }}">browsable API</a> (API key required). You can instantly get a new API
Take a look at the list of the API methods we've made available in our
<a href="{{ api_schema_url }}">documentation</a>. You can instantly get a new API
key by submitting a request below. If you need a key with elevated permissions you'll have to
<a href="{{ bugzilla_request_url }}">file a bug</a>.
{% endtrans %}
Expand Down

0 comments on commit 81c55b1

Please sign in to comment.