From e885063bd62975ae6bd16b11df64947b06cd1881 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 12 Dec 2016 02:47:00 +0200
Subject: [PATCH] - Corrected path to git repos.

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

diff --git a/pelicanconf.py b/pelicanconf.py
index ca1f7a3..6602452 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -33,7 +33,7 @@ DIRECT_TEMPLATES = ('index', 'archives')
 #DISPLAY_CATEGORIES_ON_MENU = True
 DISPLAY_CATEGORIES_ON_MENU = False
 DISPLAY_PAGES_ON_MENU = True
-MENUITEMS = (('Code', 'https://www.shore.co.il/cgit/'),)
+MENUITEMS = (('Code', 'https://www.shore.co.il/git/'),)
 THEME = "./pelican-mockingbird"
 TAGS_SAVE_AS = ''
 TAG_SAVE_AS = ''
-- 
GitLab