From 5b24bc073e0ef04ab1289bf430f2960d0976a696 Mon Sep 17 00:00:00 2001 From: Patrick Barroca <pbarroca@afi-sa.fr> Date: Tue, 12 Mar 2019 09:44:08 +0100 Subject: [PATCH] Update index.phtml --- application/modules/admin/views/scripts/index/index.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/modules/admin/views/scripts/index/index.phtml b/application/modules/admin/views/scripts/index/index.phtml index 013044ad981..3d187193849 100644 --- a/application/modules/admin/views/scripts/index/index.phtml +++ b/application/modules/admin/views/scripts/index/index.phtml @@ -76,7 +76,7 @@ foreach ($modstats as $stat) { <h2><?php echo $this->_('Participez à la communauté'); ?> !</h2> <div class='ligne_info'> - <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://bokeh-library-portal.org"><?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="https://git.afi-sa.net/afi/opacce/tree/master"><?php echo $this->_('Code source');?></a> -- GitLab