From ebb957bd106850cf6d0c6a487dd879d89db2c500 Mon Sep 17 00:00:00 2001 From: Rachael Booth Date: Tue, 3 Sep 2024 14:41:46 +0100 Subject: [PATCH] Reference external url in link to markdown syntax guide --- app/views/notifications/_form.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/notifications/_form.html.erb b/app/views/notifications/_form.html.erb index 6b9bd9708..2a46998f7 100644 --- a/app/views/notifications/_form.html.erb +++ b/app/views/notifications/_form.html.erb @@ -22,7 +22,7 @@ <%= f.govuk_check_box :show_on_unauthenticated_pages, 1, 0, multiple: false, label: { text: "Show this notification on unauthenticated pages, for example the start page" } %> <% end %> - View <%= govuk_link_to "markdown syntax guide", "https://www.markdownguide.org/basic-syntax/" %> + View <%= govuk_link_to "markdown syntax guide at markdownguide.org", "https://www.markdownguide.org/basic-syntax/" %> <%= f.govuk_submit "Continue" %>