Skip to content

Commit 56620e4

Browse files
committed
Fix #200 - git.framassoft.org => framagit.org
1 parent 716b171 commit 56620e4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Présentation du projet
22

3-
![Gitlab](https://git.framasoft.org/assets/logo-black-f52905a40830b30aa287f784b537c823.png)[https://git.framasoft.org](https://git.framasoft.org)
3+
![Gitlab](https://framagit.org/assets/logo-black-f52905a40830b30aa287f784b537c823.png)[https://framagit.org](https://framagit.org)
44

55
![English](https://upload.wikimedia.org/wikipedia/commons/thumb/a/ae/Flag_of_the_United_Kingdom.svg/20px-Flag_of_the_United_Kingdom.svg.png) **Framasoft uses GitLab** for the development of its free softwares. Our Github repositories are only mirrors.
6-
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)
6+
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)
77

88
![Français](https://upload.wikimedia.org/wikipedia/commons/thumb/c/c3/Flag_of_France.svg/20px-Flag_of_France.svg.png) **Framasoft utilise GitLab** pour le développement de ses logiciels libres. Nos dépôts Github ne sont que des mirroirs.
9-
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)
9+
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)
1010

1111
---
1212

@@ -31,8 +31,8 @@ Un fichier est dédié à l'installation de framadate : [INSTALL.md](INSTALL.md)
3131

3232
## De votre côté
3333

34-
1. Créer un compte sur [https://git.framasoft.org](https://git.framasoft.org)
35-
1. Créer un fork du projet principal : [Créer le fork](https://git.framasoft.org/framasoft/framadate/fork/new)
34+
1. Créer un compte sur [https://framagit.org](https://framagit.org)
35+
1. Créer un fork du projet principal : [Créer le fork](https://framagit.org/framasoft/framadate/fork/new)
3636
1. Créer une branche nommée feature/[Description]
3737
*[Description] est une description en anglais très courte de ce qui va être fait
3838
1. Faire des commits dans votre branche

create_date_poll.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* http://www.cecill.info/licences/Licence_CeCILL-B_V1-en.txt
66
*
77
* Authors of STUdS (initial project): Guilhem BORGHESI ([email protected]) and Raphaël DROZ
8-
* Authors of Framadate/OpenSondage: Framasoft (https://github.com/framasoft https://git.framasoft.org/framasoft/framadate/)
8+
* Authors of Framadate/OpenSondage: Framasoft (https://github.com/framasoft https://framagit.org/framasoft/framadate/)
99
*
1010
* =============================
1111
*
@@ -14,7 +14,7 @@
1414
* http://www.cecill.info/licences/Licence_CeCILL-B_V1-fr.txt
1515
*
1616
* Auteurs de STUdS (projet initial) : Guilhem BORGHESI ([email protected]) et Raphaël DROZ
17-
* Auteurs de Framadate/OpenSondage : Framasoft (https://github.com/framasoft https://git.framasoft.org/framasoft/framadate/)
17+
* Auteurs de Framadate/OpenSondage : Framasoft (https://github.com/framasoft https://framagit.org/framasoft/framadate/)
1818
*/
1919
use Framadate\Choice;
2020
use Framadate\Services\InputService;

tpl/index.tpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103

104104
<p>
105105
{__('3rd section', 'To participate in the software development, suggest improvements or simply download it, please visit ')}
106-
<a href="https://git.framasoft.org/framasoft/framadate">{__('3rd section', 'the development site')}</a>.
106+
<a href="https://framagit.org/framasoft/framadate">{__('3rd section', 'the development site')}</a>.
107107
</p>
108108
<br/>
109109

0 commit comments

Comments
 (0)