Fix broken links

There were still a few links pointing to `/features/using-notify`
This commit is contained in:
Katie Smith
2019-05-09 16:31:01 +01:00
parent b786997c6b
commit f3f8f4085f
7 changed files with 29 additions and 19 deletions

View File

@@ -98,7 +98,7 @@ def create_api_key(service_id):
disabled_options = [KEY_TYPE_NORMAL]
option_hints[KEY_TYPE_NORMAL] = Markup(
'Not available because your service is in '
'<a href="{}#trial-mode">trial mode</a>'.format(url_for(".using_notify"))
'<a href="/features/trial-mode">trial mode</a>'
)
if current_service.has_permission('letter'):
option_hints[KEY_TYPE_TEAM] = 'Cant be used to send letters'