From 8ab1dde506d748b34b67a9f88428ed8164fb77dd Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Fri, 4 Dec 2020 21:49:56 +0200
Subject: [PATCH] Better links to repos.

---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 6509394..643b2b4 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -28,7 +28,7 @@ RELATIVE_URLS = True
 DIRECT_TEMPLATES = ('index', 'archives')
 DISPLAY_CATEGORIES_ON_MENU = False
 DISPLAY_PAGES_ON_MENU = True
-MENUITEMS = (('Code', 'https://git.shore.co.il/nimrod'),)
+MENUITEMS = (('Code', 'https://git.shore.co.il/explore/'),)
 THEME = "./pelican-mockingbird"
 TAGS_SAVE_AS = ''
 TAG_SAVE_AS = ''
-- 
GitLab