From c68ae29cc4c16bfff05625c1df106a8a650ca94f Mon Sep 17 00:00:00 2001 From: Giancarlo Razzolini Date: Mon, 20 Mar 2017 17:01:17 -0300 Subject: [PATCH] templates/news: Correct the site url on the template. --- templates/news/news_email_notification.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/news/news_email_notification.txt b/templates/news/news_email_notification.txt index 8d9a3d0a..2588c921 100644 --- a/templates/news/news_email_notification.txt +++ b/templates/news/news_email_notification.txt @@ -1,3 +1,3 @@ {{ news.content }} -URL: https://archlinux.org{{ news.get_absolute_url }} +URL: https://www.archlinux.org{{ news.get_absolute_url }}