Link to new Python docs on Documentation page

Changed the Python link on the Documentation page to link to the new
Python docs (docs.notifications.service.gov.uk/python.html) instead of
the Python client GitHub repo.
This commit is contained in:
Katie Smith
2018-04-19 09:51:13 +01:00
parent 25061dd052
commit e93f719396

View File

@@ -16,7 +16,7 @@
<li><a href="https://github.com/alphagov/notifications-net-client" target="_blank" rel="noopener">.NET</a></li>
<li><a href="https://github.com/alphagov/notifications-node-client" target="_blank" rel="noopener">Node JS</a></li>
<li><a href="https://github.com/alphagov/notifications-php-client" target="_blank" rel="noopener">PHP</a></li>
<li><a href="https://github.com/alphagov/notifications-python-client" target="_blank" rel="noopener">Python</a></li>
<li><a href="https://docs.notifications.service.gov.uk/python.html" target="_blank" rel="noopener">Python</a></li>
<li><a href="https://github.com/alphagov/notifications-ruby-client" target="_blank" rel="noopener">Ruby</a></li>
</ul>
<p>You can also find out about <a href="{{ url_for('main.integration_testing')}}">integration testing</a> and the different types of API keys that you can use.</p>