From b1b459f9d81ab0e09d775dc628fa71245ec3669b Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Tue, 9 Jul 2019 22:16:06 +1200 Subject: [PATCH] link to markdown docs using https --- app/views/shared/_markdown_help.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/shared/_markdown_help.html.haml b/app/views/shared/_markdown_help.html.haml index 55fa128d3..90c1249cf 100644 --- a/app/views/shared/_markdown_help.html.haml +++ b/app/views/shared/_markdown_help.html.haml @@ -1,5 +1,5 @@ You can use -= link_to 'Markdown', 'http://daringfireball.net/projects/markdown/syntax/' += link_to 'Markdown', 'https://daringfireball.net/projects/markdown/syntax/' to format your text. %br/ For instance, *italic*, **bold**, or a link [like this](http://to.some.site.com/).