diff --git a/app/templates/admin_template.html b/app/templates/admin_template.html
index e2eee2105..cfb6b2486 100644
--- a/app/templates/admin_template.html
+++ b/app/templates/admin_template.html
@@ -102,6 +102,7 @@
{% for language, url in [
('Java', 'https://github.com/alphagov/notifications-java-client'),
+ ('.NET', 'https://github.com/alphagov/notifications-net-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'),
diff --git a/app/templates/views/api/documentation.html b/app/templates/views/api/documentation.html
index 008348553..29eeda48e 100644
--- a/app/templates/views/api/documentation.html
+++ b/app/templates/views/api/documentation.html
@@ -16,6 +16,7 @@
{% for name, url in [
('Java client', 'https://github.com/alphagov/notifications-java-client'),
+ ('.NET client', 'https://github.com/alphagov/notifications-net-client'),
('Node JS client', 'https://github.com/alphagov/notifications-node-client'),
('PHP client', 'https://github.com/alphagov/notifications-php-client'),
('Python client', 'https://github.com/alphagov/notifications-python-client'),