mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-04 17:06:27 +00:00
fix: ✏️ Fix links that pointed to gitlab.federez.net/federez/re2o (#309)
Replace links that pointed to gitlab.federez.net/federez/re2o to gitlab.federez.net/re2o/re2o. Close #309
This commit is contained in:
parent
c2a4b7dd66
commit
67a19a171c
4 changed files with 8 additions and 8 deletions
|
@ -105,7 +105,7 @@ mkdir -p media/images
|
|||
## MR 163: Fix install re2o
|
||||
|
||||
Refactored install_re2o.sh script.
|
||||
* There are more tools available with it but some function have changed, report to [the dedicated wiki page](https://gitlab.federez.net/federez/re2o/wikis/User%20Documentation/Setup%20script)for more informations or run:
|
||||
* There are more tools available with it but some function have changed, report to [the dedicated wiki page](https://gitlab.federez.net/re2o/re2o/wikis/User%20Documentation/Setup%20script)for more informations or run:
|
||||
```
|
||||
install_re2o.sh help
|
||||
```
|
||||
|
@ -121,7 +121,7 @@ python3 manage.py collectstatic
|
|||
|
||||
## MR 172: Refactor API
|
||||
|
||||
Creates a new (nearly) REST API to expose all models of Re2o. See [the dedicated wiki page](https://gitlab.federez.net/federez/re2o/wikis/API/Raw-Usage) for more details on how to use it.
|
||||
Creates a new (nearly) REST API to expose all models of Re2o. See [the dedicated wiki page](https://gitlab.federez.net/re2o/re2o/wikis/API/Raw-Usage) for more details on how to use it.
|
||||
* For testing purpose, add `volatildap` package:
|
||||
```
|
||||
pip3 install volatildap
|
||||
|
|
|
@ -16,7 +16,7 @@ Il est possible d'activer très facilement des services qui améliorerons les po
|
|||
|
||||
## Installation
|
||||
|
||||
Un tutoriel pour installer le projet est disponible [sur le wiki](https://gitlab.federez.net/federez/re2o/wikis/User%20Documentation/Quick%20Start).
|
||||
Un tutoriel pour installer le projet est disponible [sur le wiki](https://gitlab.federez.net/re2o/re2o/wikis/User%20Documentation/Quick%20Start).
|
||||
|
||||
## Fonctionnement Général
|
||||
|
||||
|
@ -30,7 +30,7 @@ Les données stockées dans Re2o sont disponibles via un API Rest. Les services
|
|||
|
||||
# Wiki
|
||||
|
||||
Le [Wiki](https://gitlab.federez.net/federez/re2o/-/wikis/home) est accessible sur le gitlab de Federez. Il regroupe les informations et instructions pour la plupart des composants de Re2o.
|
||||
Le [Wiki](https://gitlab.federez.net/re2o/re2o/-/wikis/home) est accessible sur le gitlab de Federez. Il regroupe les informations et instructions pour la plupart des composants de Re2o.
|
||||
|
||||
----
|
||||
|
||||
|
@ -47,7 +47,7 @@ On top of this, it is possible to plug services to enhance the possibilities and
|
|||
|
||||
# Setup
|
||||
|
||||
A tutorial is available on the [Wiki](https://gitlab.federez.net/federez/re2o/wikis/User%20Documentation/Quick%20Start) to describe the setup process.
|
||||
A tutorial is available on the [Wiki](https://gitlab.federez.net/re2o/re2o/wikis/User%20Documentation/Quick%20Start) to describe the setup process.
|
||||
|
||||
# General Functioning
|
||||
|
||||
|
@ -61,4 +61,4 @@ Re2o provide a Rest API to allow external services (dhcp, dns, firewall,...) ins
|
|||
|
||||
# Wiki
|
||||
|
||||
The [Wiki](https://gitlab.federez.net/federez/re2o/-/wikis/home) is available to provide information and instruction for most components of Re2o.
|
||||
The [Wiki](https://gitlab.federez.net/re2o/re2o/-/wikis/home) is available to provide information and instruction for most components of Re2o.
|
||||
|
|
|
@ -177,7 +177,7 @@ msgstr ""
|
|||
"être un outil indépendant de toute infrastructure réseau pour pouvoir être "
|
||||
"installé en « quelques étapes ». Cet outil est entièrement gratuit et est "
|
||||
"disponible sous licence GNU Public Licence v2 (GPLv2) sur le <a href="
|
||||
"\"https://gitlab.federez.net/federez/re2o/\">gitlab de FedeRez</a>.<br />\n"
|
||||
"\"https://gitlab.federez.net/re2o/re2o/\">gitlab de FedeRez</a>.<br />\n"
|
||||
"Les mainteneurs de Re2o sont de fiers bénévoles venant principalement "
|
||||
"d'écoles d'ingénieurs françaises (mais pas seulement) qui ont donné beaucoup "
|
||||
"de leur temps pour faire en sorte que ce projet soit possible. Donc s'il "
|
||||
|
|
|
@ -62,7 +62,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
|||
It is intended to be a tool independent from any network infrastructure
|
||||
so it can be setup in "a few steps". This tool is entirely free and
|
||||
available under a GNU Public License v2 (GPLv2) license on
|
||||
<a href="https://gitlab.federez.net/federez/re2o/">FedeRez gitlab</a>.<br />
|
||||
<a href="https://gitlab.federez.net/re2o/re2o/">FedeRez gitlab</a>.<br />
|
||||
Re2o's maintainers are volunteers mainly from French schools. <br />
|
||||
If you want to get involved in the development process, we will be glad to
|
||||
welcome you so do not hesitate to contact us and come help us build the
|
||||
|
|
Loading…
Reference in a new issue