From 2a9a078fff8fd1b92cc171482a9b2346ba186270 Mon Sep 17 00:00:00 2001 From: Sebastian Wiesner Date: Sat, 26 Dec 2020 12:12:03 +0100 Subject: [PATCH] Fix Atom namespace in feeds Must be HTTP not HTTPS. Closes #1197 --- feed/blog.xml | 2 +- feed/index.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/feed/blog.xml b/feed/blog.xml index 20fb240e2..33531390e 100644 --- a/feed/blog.xml +++ b/feed/blog.xml @@ -1,7 +1,7 @@ --- --- - + https://www.scala-lang.org/blog/ {{ site.title }} :: Blog diff --git a/feed/index.xml b/feed/index.xml index b5784d9be..65b7afcef 100644 --- a/feed/index.xml +++ b/feed/index.xml @@ -1,7 +1,7 @@ --- --- - + https://www.scala-lang.org/ {{ site.title }} :: News