From 10f4015346825317eb834dbcd4e8a983c880f0e8 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Fri, 12 Dec 2014 22:29:55 +0100 Subject: bupa: Fix atom feed entry links --- scripts/bupa | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bupa b/scripts/bupa index 971cfb6..cce1536 100755 --- a/scripts/bupa +++ b/scripts/bupa @@ -63,7 +63,7 @@ def build_entry(filename, atom_feed): content=entry.body, content_type="html", author={'name': entry.author, 'uri': entry.author_link}, - url="https://theos.kyriasis.com/~kyrias/"+entry.page, + url="https://theos.kyriasis.com/~kyrias/journal/"+entry.page, updated=entry.date ) return entry -- cgit v1.2.3-54-g00ecf