summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorJohannes Löthberg <johannes@kyriasis.com>2014-12-12 22:29:55 +0100
committerJohannes Löthberg <johannes@kyriasis.com>2014-12-12 22:29:55 +0100
commit10f4015346825317eb834dbcd4e8a983c880f0e8 (patch)
tree54d21da5626b67319d8e5cc380dbbc9033ebcde2 /scripts
parenta8884d43994ce4b80d17e26b6b79730132f0b960 (diff)
downloadwebsite-10f4015346825317eb834dbcd4e8a983c880f0e8.tar.xz
bupa: Fix atom feed entry links
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/bupa2
1 files changed, 1 insertions, 1 deletions
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