From 8206d4aa7453908d3ee2732f3b36be8fccc754e1 Mon Sep 17 00:00:00 2001 From: John Giannelos Date: Wed, 15 Apr 2015 18:37:13 +0300 Subject: [PATCH] [Fix bug 1150517] Add link to new documentation in /apikeys --- mozillians/templates/phonebook/apikeys.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mozillians/templates/phonebook/apikeys.html b/mozillians/templates/phonebook/apikeys.html index c3d690e2b..98dafe8d9 100644 --- a/mozillians/templates/phonebook/apikeys.html +++ b/mozillians/templates/phonebook/apikeys.html @@ -50,12 +50,12 @@

{{ _('API Version 2') }}

- {% 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 - browsable API (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 + documentation. 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 file a bug. {% endtrans %}