summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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