From f02eaa8d0ab5a381b64b7108dc9f4a7c3ffdbcef Mon Sep 17 00:00:00 2001 From: Valérie-Emma Leroux Date: Mon, 23 Jan 2017 13:01:07 +0100 Subject: Update gitlab links --- install/install-ishtar.sh | 2 +- install/install.sh | 2 +- ishtar_common/templates/welcome.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install/install-ishtar.sh b/install/install-ishtar.sh index 214813406..4c5995ca0 100644 --- a/install/install-ishtar.sh +++ b/install/install-ishtar.sh @@ -327,7 +327,7 @@ EOF mkdir -p $full_install_path cd $full_install_path ( set -x; git clone git://git.proxience.com/git/oook_replace.git 2> /dev/null ) - ( set -x; git clone https://gitlab.com/ishtar/ishtar.git 2> /dev/null ) + ( set -x; git clone https://gitlab.com/iggdrasil/ishtar.git 2> /dev/null ) cd ishtar git fetch 2> /dev/null git checkout $version 2> /dev/null diff --git a/install/install.sh b/install/install.sh index e1476e7af..7a9a55bd7 100755 --- a/install/install.sh +++ b/install/install.sh @@ -124,7 +124,7 @@ mkdir $INSTALL_PATH'/conf' cd $INSTALL_PATH echo ' * ishtar' -git clone https://gitlab.com/ishtar/ishtar.git 2> /dev/null +git clone https://gitlab.com/iggdrasil/ishtar.git 2> /dev/null # echo ' * oook!' # git clone git://git.proxience.com/git/oook_replace.git 2> /dev/null # ln -s $INSTALL_PATH'/oook_replace/oook_replace' $INSTALL_PATH'/ishtar/' diff --git a/ishtar_common/templates/welcome.html b/ishtar_common/templates/welcome.html index eb9de475e..508f7be02 100644 --- a/ishtar_common/templates/welcome.html +++ b/ishtar_common/templates/welcome.html @@ -8,5 +8,5 @@
  • {% trans "Presentation site and blog" %}{% trans ":"%} {% trans "stay tuned with Ishtar news!" %}
  • {% trans "Admin interface" %}{% trans ":"%} {% trans "for admin only." %}
  • {% trans "Forum" %}{% trans ":"%} {% trans "need help? find a new bug? a fantastic feature to propose? Here is the place to go." %}
  • -
  • {% trans "Source code" %}{% trans "tickets" %}{% trans ":"%} {% trans "where the magic happens." %}
  • +
  • {% trans "Source code" %}{% trans "tickets" %}{% trans ":"%} {% trans "where the magic happens." %}
  • -- cgit v1.2.3