]> xn--ix-yja.es Git - alex.git/commitdiff
Fix edit URL
authoralex <alex@pdp7.net>
Fri, 13 Oct 2023 14:13:24 +0000 (16:13 +0200)
committeralex <alex@pdp7.net>
Fri, 13 Oct 2023 14:13:24 +0000 (16:13 +0200)
blog/blog/blog_pages.py

index 7802c00b36ed46f26269292634e943d19bcc0198..881ee7c741b77aa176a5e92572c70617a04161eb 100644 (file)
@@ -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)