From e26f9764b3a699bcd1074a0a5a5f55c1b10f65df Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Wed, 14 Sep 2016 12:56:06 +0100 Subject: [PATCH] Link to GOV.UK tech doc format for Python client MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We want to try this out in research tomorrow, instead of the README style doc we’ve been using up to this point. --- app/templates/admin_template.html | 2 +- app/templates/views/api-keys.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html index aa57f52d5..ee777c460 100644 --- a/app/templates/admin_template.html +++ b/app/templates/admin_template.html @@ -105,7 +105,7 @@ ('Java', 'https://github.com/alphagov/notifications-java-client'), ('Node JS', 'https://github.com/alphagov/notifications-node-client'), ('PHP', 'https://github.com/alphagov/notifications-php-client'), - ('Python', 'https://github.com/alphagov/notifications-python-client'), + ('Python', 'https://quis.github.io/govuk_documentation_prototype/'), ('Ruby', 'https://github.com/alphagov/notifications-ruby-client') ] %}
  • {{ language }} client
  • diff --git a/app/templates/views/api-keys.html b/app/templates/views/api-keys.html index 7e7ad0b30..4c2450542 100644 --- a/app/templates/views/api-keys.html +++ b/app/templates/views/api-keys.html @@ -64,7 +64,7 @@ ('Java', 'https://github.com/alphagov/notifications-java-client'), ('Node JS', 'https://github.com/alphagov/notifications-node-client'), ('PHP', 'https://github.com/alphagov/notifications-php-client'), - ('Python', 'https://github.com/alphagov/notifications-python-client'), + ('Python', 'https://quis.github.io/govuk_documentation_prototype/'), ('Ruby', 'https://github.com/alphagov/notifications-ruby-client') ] %}