From f6ac77901dbd6e22c12c4bfc78c378f79e33ef09 Mon Sep 17 00:00:00 2001 From: Melissa Draper Date: Thu, 4 Dec 2025 10:08:34 -0800 Subject: [PATCH] Use direct rather than redirected link --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 5520c53..8a2442b 100644 --- a/config.toml +++ b/config.toml @@ -63,7 +63,7 @@ publishDir = "../website" newslimit = 5 feeds = [ - "https://softwareheritage.org/tag/codemeta/feed/" + "https://www.softwareheritage.org/tag/codemeta/feed/" ] date_format = "Mon, Jan 2, 2006"