From bcee3ffe704934198ac5db195305677b8a528976 Mon Sep 17 00:00:00 2001
From: Patrick Barroca <pbarroca@afi-sa.fr>
Date: Tue, 12 Mar 2019 09:42:27 +0100
Subject: [PATCH] Update index.phtml

---
 application/modules/admin/views/scripts/index/index.phtml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/application/modules/admin/views/scripts/index/index.phtml b/application/modules/admin/views/scripts/index/index.phtml
index 96dc27b6049..013044ad981 100644
--- a/application/modules/admin/views/scripts/index/index.phtml
+++ b/application/modules/admin/views/scripts/index/index.phtml
@@ -1,4 +1,3 @@
-
 <?php
 $skin = Class_Admin_Skin::current();
 
@@ -80,7 +79,7 @@ foreach ($modstats as $stat) {
   <a onclick="window.open(this.href); return false" href="https://git.afi-sa.net/afi/opacce"><?php echo $this->_('Site communautaire');?></a> -
 <a onclick="window.open(this.href); return false" href="https://groups.google.com/group/utilisateurs-bokeh"><?php echo $this->_('Google group Bokeh');?></a> -
 <a onclick="window.open(this.href); return false" href="http://wiki.bokeh-library-portal.org"><?php echo $this->_('Wiki Bokeh');?></a> -
-<a onclick="window.open(this.href); return false" href="http://git.afi-sa.fr/afi/opacce/tree/master"><?php echo $this->_('Code source');?></a>
+<a onclick="window.open(this.href); return false" href="https://git.afi-sa.net/afi/opacce/tree/master"><?php echo $this->_('Code source');?></a>
 </div>
 
 <h2><?php echo $this->_('Salle de discussion #Bokeh'); ?> :</h2>
-- 
GitLab