summaryrefslogtreecommitdiff
path: root/app/jrnl
diff options
context:
space:
mode:
Diffstat (limited to 'app/jrnl')
-rw-r--r--app/jrnl/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/jrnl/views.py b/app/jrnl/views.py
index e7f704b..58bdf0b 100644
--- a/app/jrnl/views.py
+++ b/app/jrnl/views.py
@@ -100,7 +100,7 @@ class HomepageList(ListView):
class JrnlRSSFeedView(Feed):
title = "Luxagraf: Topographical Writings"
- link = "/writing/"
+ link = "/jrnl/"
description = "Latest postings to luxagraf.net"
description_template = 'feeds/blog_description.html'