From 60d17f800cf8f9118396352b3272ca8c2aef2e85 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 2 Mar 2023 14:28:54 +0100 Subject: [PATCH] Update links to github --- src/blog/settings.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/blog/settings.py b/src/blog/settings.py index 6175282..e742946 100644 --- a/src/blog/settings.py +++ b/src/blog/settings.py @@ -213,9 +213,9 @@ BLOG = { "description": "My take on tech-related subjects (but not only).", "base_url": env("BLOG_BASE_URL"), "repo": { - "commit_url": "https://git.augendre.info/gaugendre/blog/commit/{commit_sha}", - "homepage": "https://git.augendre.info/gaugendre/blog", - "log": "https://git.augendre.info/gaugendre/blog/commits/branch/master", + "commit_url": "https://github.com/Crocmagnon/blog/commit/{commit_sha}", + "homepage": "https://github.com/Crocmagnon/blog", + "log": "https://github.com/Crocmagnon/blog/commits/master", }, "status_url": env("SERVICES_STATUS_URL"), "licenses": {