diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html
index ee777c460..aa57f52d5 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://quis.github.io/govuk_documentation_prototype/'),
+ ('Python', 'https://github.com/alphagov/notifications-python-client'),
('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 4c2450542..7e7ad0b30 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://quis.github.io/govuk_documentation_prototype/'),
+ ('Python', 'https://github.com/alphagov/notifications-python-client'),
('Ruby', 'https://github.com/alphagov/notifications-ruby-client')
] %}