From 56620e4a43aa0de716430b35aa9c511c6ac14598 Mon Sep 17 00:00:00 2001 From: Olivier PEREZ <olivier@olivierperez.fr> Date: Tue, 15 Nov 2016 00:00:29 +0100 Subject: [PATCH] Fix #200 - git.framassoft.org => framagit.org --- README.md | 10 +++++----- create_date_poll.php | 4 ++-- tpl/index.tpl | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d620e772..4e996dc9 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Présentation du projet -[https://git.framasoft.org](https://git.framasoft.org) +[https://framagit.org](https://framagit.org)  **Framasoft uses GitLab** for the development of its free softwares. Our Github repositories are only mirrors. -If you want to work with us, **fork us on [git.framasoft.org](https://git.framasoft.org)**. (no registration needed, you can sign in with your Github account) +If you want to work with us, **fork us on [framagit.org](https://framagit.org)**. (no registration needed, you can sign in with your Github account)  **Framasoft utilise GitLab** pour le développement de ses logiciels libres. Nos dépôts Github ne sont que des mirroirs. -Si vous souhaitez travailler avec nous, **forkez-nous sur [git.framasoft.org](https://git.framasoft.org)**. (l'inscription n'est pas nécessaire, vous pouvez vous connecter avec votre compte Github) +Si vous souhaitez travailler avec nous, **forkez-nous sur [framagit.org](https://framagit.org)**. (l'inscription n'est pas nécessaire, vous pouvez vous connecter avec votre compte Github) --- @@ -31,8 +31,8 @@ Un fichier est dédié à l'installation de framadate : [INSTALL.md](INSTALL.md) ## De votre côté -1. Créer un compte sur [https://git.framasoft.org](https://git.framasoft.org) -1. Créer un fork du projet principal : [Créer le fork](https://git.framasoft.org/framasoft/framadate/fork/new) +1. Créer un compte sur [https://framagit.org](https://framagit.org) +1. Créer un fork du projet principal : [Créer le fork](https://framagit.org/framasoft/framadate/fork/new) 1. Créer une branche nommée feature/[Description] * Où [Description] est une description en anglais très courte de ce qui va être fait 1. Faire des commits dans votre branche diff --git a/create_date_poll.php b/create_date_poll.php index 97150f85..2c868291 100644 --- a/create_date_poll.php +++ b/create_date_poll.php @@ -5,7 +5,7 @@ * http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt * * Authors of STUdS (initial project): Guilhem BORGHESI (borghesi@unistra.fr) and Raphaël DROZ - * Authors of Framadate/OpenSondage: Framasoft (https://github.com/framasoft https://git.framasoft.org/framasoft/framadate/) + * Authors of Framadate/OpenSondage: Framasoft (https://github.com/framasoft https://framagit.org/framasoft/framadate/) * * ============================= * @@ -14,7 +14,7 @@ * http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.txt * * Auteurs de STUdS (projet initial) : Guilhem BORGHESI (borghesi@unistra.fr) et Raphaël DROZ - * Auteurs de Framadate/OpenSondage : Framasoft (https://github.com/framasoft https://git.framasoft.org/framasoft/framadate/) + * Auteurs de Framadate/OpenSondage : Framasoft (https://github.com/framasoft https://framagit.org/framasoft/framadate/) */ use Framadate\Choice; use Framadate\Services\InputService; diff --git a/tpl/index.tpl b/tpl/index.tpl index e1f6e194..2524f1f7 100644 --- a/tpl/index.tpl +++ b/tpl/index.tpl @@ -103,7 +103,7 @@ <p> {__('3rd section', 'To participate in the software development, suggest improvements or simply download it, please visit ')} - <a href="https://git.framasoft.org/framasoft/framadate">{__('3rd section', 'the development site')}</a>. + <a href="https://framagit.org/framasoft/framadate">{__('3rd section', 'the development site')}</a>. </p> <br/> -- GitLab