summaryrefslogtreecommitdiff
path: root/blog
diff options
context:
space:
mode:
Diffstat (limited to 'blog')
-rw-r--r--blog/blog/blog_pages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog/blog/blog_pages.py b/blog/blog/blog_pages.py
index 7802c00b..881ee7c7 100644
--- a/blog/blog/blog_pages.py
+++ b/blog/blog/blog_pages.py
@@ -36,7 +36,7 @@ class Entry:
@property
def edit_url(self):
- return f"https://github.com/alexpdp7/gemini_blog/edit/master/content{self.uri[:-1]}.gmi"
+ return f"https://github.com/alexpdp7/alexpdp7/edit/master/blog/content{self.uri[:-1]}.gmi"
def html(self):
parsed = gemtext.parse(self.content)