diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8aa36750a8a1ad532c209c167c2e86449d992e22..401d62f14e7cbbe83150d88939a3e215e7cc0122 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -19,8 +19,8 @@ build_master:
     - master
   script:
     - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
-    - docker build -t registry.forge.grandlyon.com/web-et-numerique/llle_project/self-data-technical-doc .
-    - docker push registry.forge.grandlyon.com/web-et-numerique/llle_project/self-data-technical-doc
+    - docker build -t registry.forge.grandlyon.com/web-et-numerique/factory/llle_project/self-data-technical-doc .
+    - docker push registry.forge.grandlyon.com/web-et-numerique/factory/llle_project/self-data-technical-doc
 
 deploy_master:
   stage: deploy
@@ -32,4 +32,4 @@ deploy_master:
     - cd /root/self-data-technical-doc
     - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
     - docker-compose pull
-    - docker-compose up -d doc-self-data 
+    - docker-compose up -d doc-self-data
diff --git a/docker-compose.yml b/docker-compose.yml
index b23085197eaf783cc5dfc46e4f27859af20a333b..20c266630dfd1294635360f06de3f48c6405def0 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -2,7 +2,7 @@ version: "3.3"
 
 services:
   self_data_docs:
-    image: registry.forge.grandlyon.com/web-et-numerique/llle_project/self-data-technical-doc:latest
+    image: registry.forge.grandlyon.com/web-et-numerique/factory/llle_project/self-data-technical-doc:latest
     container_name: self_data_docs
     restart: unless-stopped
     logging:
diff --git a/docs/cozystack/local.md b/docs/cozystack/local.md
index 2fa66aa13679cd55d05a346115cb4625bbcccab9..c0b8626d762f2a9efe45fcd43e085fb83e70913f 100644
--- a/docs/cozystack/local.md
+++ b/docs/cozystack/local.md
@@ -1,6 +1,6 @@
 # Local stack
 
-![gitlab](../img/gitlab-logo.svg)  [cozy-stack](https://forge.grandlyon.com/web-et-numerique/llle_project/cozy-stack)
+![gitlab](../img/gitlab-logo.svg)  [cozy-stack](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/cozy-stack)
 
 ## Why are we cloning the official repo ?
 
diff --git a/docs/easycozy/commands.md b/docs/easycozy/commands.md
index a6dd012593f5ab1e15e52670309974dc6cbefbfd..238c854310cc3bf05ca0bd00f04cb7f88f901b19 100644
--- a/docs/easycozy/commands.md
+++ b/docs/easycozy/commands.md
@@ -23,7 +23,7 @@ docker-compose exec cozy ./cozy apps update home --domain "[name].cozy.self-data
 docker-compose exec cozy ./cozy konnectors uninstall grdfgrandlyon --domain "[name].cozy.self-data.alpha.grandlyon.com"
 grdfgrandlyon has been uninstalled
 # cozy-stack konnectors install ${konn} --domain ${url}
-docker-compose exec cozy ./cozy konnectors install grdfgrandlyon --domain "[name].cozy.self-data.alpha.grandlyon.com" git://forge.grandlyon.com/web-et-numerique/llle_project/grdf-adict-konnector.git#build
+docker-compose exec cozy ./cozy konnectors install grdfgrandlyon --domain "[name].cozy.self-data.alpha.grandlyon.com" git://forge.grandlyon.com/web-et-numerique/factory/llle_project/grdf-adict-konnector.git#build
 grdfgrandlyon (0.1.5) has been installed on [name].cozy.self-data.alpha.grandlyon.com
 ```
 
diff --git a/docs/ecolyo/application/deploy.md b/docs/ecolyo/application/deploy.md
index 29c556a5361a5e44dcc7b5348722e72863deda1e..9b1a00659c461a9fff2d58fb026cd42d7f37f599 100644
--- a/docs/ecolyo/application/deploy.md
+++ b/docs/ecolyo/application/deploy.md
@@ -41,7 +41,7 @@ yarn deploy
 In order to prevent manual action for deployment, a gitlab-runner has been configured to deploy every changes on the `dev` branch on our test [env](https://ecolyo.ecolyodemo.cozy.self-data.alpha.grandlyon.com/)
 
 !!! info "cicd scripts"
-    You can find all scripts used in cicd jobs on the following [repository](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo-infra-scripts)
+    You can find all scripts used in cicd jobs on the following [repository](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo-infra-scripts)
 
 ## Deploy build-test branch to one Scaleway instance for testing
 
@@ -67,7 +67,7 @@ You can deploy content of build branch into Cozy registry by using the cozy-app-
 ```sh
 yarn cozy-app-publish \
 --token $COZY_TOKEN \
---build-url https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/-/archive/build/ecolyo-build.tar.gz \
+--build-url https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/-/archive/build/ecolyo-build.tar.gz \
 --manual-version $VERSION_NUMBER \
 --space $COZY_SPACE
 ```
diff --git a/docs/ecolyo/application/gitflow.md b/docs/ecolyo/application/gitflow.md
index cc96e5ba8cef105ba5dcb3b700442583d530c6f8..2856e329623c91478a413588c8adc997fee2898e 100644
--- a/docs/ecolyo/application/gitflow.md
+++ b/docs/ecolyo/application/gitflow.md
@@ -15,7 +15,7 @@ This will prevent anyone to push on the master branch, the only way to add code
 - Retrieve the project on your computer, open a command line and execute.
 
 ```sh
-git clone https://forge.grandlyon.com/web-et-numerique/llle.git
+git clone https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo
 ```
 
 - Create the development branch
diff --git a/docs/ecolyo/application/release.md b/docs/ecolyo/application/release.md
index f01935e20ea277f7248eee2b96bda53b4e860a2d..8c327825ea4a58038e7289f2beccccf0b3da7825 100644
--- a/docs/ecolyo/application/release.md
+++ b/docs/ecolyo/application/release.md
@@ -46,9 +46,9 @@ git push --follow-tags origin dev
 
 :warning: Do not push with VS Code
 
-5. Finally, add release notes in gitlab in your [project -> repository -> tags](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/-/tags) -> **edit release notes**
+5. Finally, add release notes in gitlab in your [project -> repository -> tags](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/-/tags) -> **edit release notes**
 
-You can copy paste the last changes in [CHANGELOG.MD](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/-/blob/dev/CHANGELOG.md)
+You can copy paste the last changes in [CHANGELOG.MD](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/-/blob/dev/CHANGELOG.md)
 
 ### Annotated Tags
 
diff --git a/docs/ecolyo/ecolyo-agent/development/deploy.md b/docs/ecolyo/ecolyo-agent/development/deploy.md
index 97c15daf8587313f9e1bf10f342ac37d1df0e3cc..d218e50055f15a9a78498ce41e7ba0a12fad10bb 100644
--- a/docs/ecolyo/ecolyo-agent/development/deploy.md
+++ b/docs/ecolyo/ecolyo-agent/development/deploy.md
@@ -8,11 +8,11 @@ To deploy ecolyo-agent application in a production environment, you need to crea
 
 ### docker-compose.yml
 
-Example [here](https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-client/-/blob/dev/docker-compose.yml)
+Example [here](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-client/-/blob/dev/docker-compose.yml)
 
 ### site.conf
 
-Find exemples [here](https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-client/-/tree/dev/nginx)
+Find exemples [here](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-client/-/tree/dev/nginx)
 
 ### .env
 
@@ -29,7 +29,7 @@ SSL_CRT_FILE=cert.pem
 SSL_KEY_FILE=key.pem
 ```
 
-Complete with this example [here](https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server/-/blob/dev/.env.template)
+Complete with this example [here](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-server/-/blob/dev/.env.template)
 
 ## Start the application
 
diff --git a/docs/ecolyo/ecolyo-agent/development/handle_assets.md b/docs/ecolyo/ecolyo-agent/development/handle_assets.md
index a6ec0ce06e1ea776aa010c638cc83ad858285ff4..42e343db09c59d4d2a81158039013d99d7285249 100644
--- a/docs/ecolyo/ecolyo-agent/development/handle_assets.md
+++ b/docs/ecolyo/ecolyo-agent/development/handle_assets.md
@@ -4,7 +4,7 @@ This section will allow you to import the assets used in the newsletter from Eco
 
 ## Import assets
 
-In the rec or prod server, in the folder `scripts`, there is the following script, named [`import-convert-assets.sh`](https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-client/-/blob/dev/scripts/import-convert-assets.sh).
+In the rec or prod server, in the folder `scripts`, there is the following script, named [`import-convert-assets.sh`](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-client/-/blob/dev/scripts/import-convert-assets.sh).
 
 To import assets for the ecogesture images, run it
 
diff --git a/docs/ecolyo/ecolyo-agent/getting_started/launch_local_application.md b/docs/ecolyo/ecolyo-agent/getting_started/launch_local_application.md
index ca0fbbcecbe368396b34f050ad34634674469b36..bccf2cc69afb3b6280370cc85f988358d9a6d4c5 100644
--- a/docs/ecolyo/ecolyo-agent/getting_started/launch_local_application.md
+++ b/docs/ecolyo/ecolyo-agent/getting_started/launch_local_application.md
@@ -3,13 +3,14 @@
 This section will allow you to launch a proper local environment for Ecolyo-Agent
 
 ## Local usage
+
 ### Initialisation of the project
 
 Clone the projects using thefollowing commands
 
 ```sh
-git clone https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-client
-git clone https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server
+git clone https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-client
+git clone https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-server
 ```
 
 ### Installation of the project
@@ -48,7 +49,7 @@ Do not use the app with the port 3000, you won't be able to login.
 
 #### Backend and Database
 
-In order to get Backend documentation, please refer directly to the [backend readme](https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server/-/blob/dev/README.md)
+In order to get Backend documentation, please refer directly to the [backend readme](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-server/-/blob/dev/README.md)
 
 #### Nginx
 
@@ -84,13 +85,13 @@ In order to test the app on alpha you can do the following steps:
 - Build locally your docker image for the client and/or the server
 
 ```sh
-docker build . -t registry.forge.grandlyon.com/web-et-numerique/llle_project/backoffice-<server/client>:your-tag
+docker build . -t registry.forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-<server/client>:your-tag
 ```
 
 - Push the image
 
 ```sh
-docker push registry.forge.grandlyon.com/web-et-numerique/llle_project/backoffice-<server/client>:your-tag
+docker push registry.forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-<server/client>:your-tag
 ```
 
 - Connect to alpha in ssh, go to ecolyo-agent > docker-compose.yml and change the image tag for client and/or server
@@ -104,13 +105,13 @@ docker-compose up -d
 - If you have access denied issue, try to docker login
 
 ```sh
-docker login registry.forge.grandlyon.com/web-et-numerique/llle_project/
+docker login registry.forge.grandlyon.com/web-et-numerique/factory/llle_project/
 ```
 
 - If you want to update alpha using the same image tag with edited image, just pull manually your new image and rebuild the concerned image
 
 ```sh
-docker pull registry.forge.grandlyon.com/web-et-numerique/llle_project/backoffice-<server/client>:your-tag
+docker pull registry.forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-<server/client>:your-tag
 
 docker-compose up -d
 ```
diff --git a/docs/ecolyo/ecolyo-agent/introduction.md b/docs/ecolyo/ecolyo-agent/introduction.md
index 87da5375c00c754b2c534e9921592eeb7fdb1ef6..c1f523aa997fc512e44ba178f51248f1433499a3 100644
--- a/docs/ecolyo/ecolyo-agent/introduction.md
+++ b/docs/ecolyo/ecolyo-agent/introduction.md
@@ -9,6 +9,6 @@ This project is split between a backend and frontend; each project has its own r
 
 ## ![gitlab](../../img/gitlab-logo.svg) Repositories
 
-[Ecolyo-Agent backend gitlab repository](https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server)
+[Ecolyo-Agent backend gitlab repository](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-server)
 
-[Ecolyo-Agent front-end gitlab repository](https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-client)
+[Ecolyo-Agent front-end gitlab repository](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-client)
diff --git a/docs/ecolyo/getting_started/launch_local_application.md b/docs/ecolyo/getting_started/launch_local_application.md
index e833743e7c1622d4e1960f1ae8a2f0c0f207b890..1d6605f5d340c43a4272dd1a20a855572e667eac 100644
--- a/docs/ecolyo/getting_started/launch_local_application.md
+++ b/docs/ecolyo/getting_started/launch_local_application.md
@@ -7,7 +7,7 @@ This section will allow you to launch a proper local environment of the Ecolyo a
 Clone the project repository using the following command
 
 ```sh
-git clone https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo.git
+git clone https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo.git
 ```
 
 ## Installation of the project
diff --git a/docs/ecolyo/index.md b/docs/ecolyo/index.md
index afeac2401bba46a61fa2d10fc7c196951b582f30..107d3199a327a13304c15613142b501a02526adf 100644
--- a/docs/ecolyo/index.md
+++ b/docs/ecolyo/index.md
@@ -7,15 +7,15 @@ Ecolyo is a multi-fluid application solution towards users of the grand lyon met
 This is a [Cozy](https://docs.cozy.io/en/) application that allows users to connect their energy accounts such as **EGL**, **ENEDIS** and **GRDF**, using cozy [konnectors](https://docs.cozy.io/en/cozy-stack/konnectors/).
 
 !!! danger "Reminder"
-    If you're a new developer tasked to work on this project, please get acquainted with the team [processes](https://forge.grandlyon.com/web-et-numerique/wiki_web_num) and read the advised [dev environment](https://forge.grandlyon.com/web-et-numerique/wiki_web_num) documentation and the self-data [prerequisites](../index.md#installing-prerequisites).
+    If you're a new developer tasked to work on this project, please get acquainted with the team [processes](https://forge.grandlyon.com/web-et-numerique/factory/wiki_web_num) and read the advised [dev environment](https://forge.grandlyon.com/web-et-numerique/factory/wiki_web_num) documentation and the self-data [prerequisites](../index.md#installing-prerequisites).
 
 ## ![gitlab](../img/gitlab-logo.svg) Repositories
 
-- [Ecolyo](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo)
-- [Ecolyo.com](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo_landing_page)
+- [Ecolyo](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo)
+- [Ecolyo.com](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo_landing_page)
 - Ecolyo Agent
-    - [Ecolyo-agent server](https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-server)
-    - [Ecolyo-agent client](https://forge.grandlyon.com/web-et-numerique/llle_project/backoffice-client)
+    - [Ecolyo-agent server](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-server)
+    - [Ecolyo-agent client](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/backoffice-client)
 
 ## Konnectors
 
diff --git a/docs/ecolyo/project_architecture/remote_doctypes.md b/docs/ecolyo/project_architecture/remote_doctypes.md
index bec5cd9d5cc8ce21a10c25f4d89aa021ba2d4ee1..9b136b44f79876f99ba29ac55d6645495e2379f9 100644
--- a/docs/ecolyo/project_architecture/remote_doctypes.md
+++ b/docs/ecolyo/project_architecture/remote_doctypes.md
@@ -60,10 +60,10 @@ remote_assets:
 cd docker
 ```
 
-- build the docker image and tag it to [ecolyo / Container Registry / cozy-env](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/container_registry):
+- build the docker image and tag it to [ecolyo / Container Registry / cozy-env](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/container_registry):
 
 ```sh
-docker build . -t registry.forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/cozy-env
+docker build . -t registry.forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/cozy-env
 ```
 
 - Then add the following command to winstack script in the package.json:
diff --git a/docs/ecolyo/services/index.md b/docs/ecolyo/services/index.md
index d35d47eacc4d3de767d5c7ef208c85a566a8ec68..836506a919566ac9c59a9d74b6cd9c9b4855c696 100644
--- a/docs/ecolyo/services/index.md
+++ b/docs/ecolyo/services/index.md
@@ -14,7 +14,7 @@ Here is an example of service declaration in the ecolyo manifest:
 
 ![Manifest.webapp](/img/services/monthly-service.png)
 
-File location is determined after the build, see [here](https://forge.grandlyon.com/web-et-numerique/llle_project/ecolyo/-/tree/build/services/monthlyReport).
+File location is determined after the build, see [here](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/ecolyo/-/tree/build/services/monthlyReport).
 
 !!! note "Cron"
     See the cron definition at [cozy-stack](https://docs.cozy.io/en/cozy-stack/jobs/#cron-syntax).
diff --git a/docs/index.md b/docs/index.md
index 9799b32ac4710d5dd9d4ee424dfddb3faa485262..6540f7d81ef2a98c48948be49fb88d4c00f17060 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -10,7 +10,7 @@ In order to work with a self-data environment, there are a couple of prerequisit
 
 ### Grandlyon resources
 
-Don't forget to take a look at our wiki describing general development guidelines [wiki](https://forge.grandlyon.com/web-et-numerique/wiki_web_num). It covers all the processes and guidelines towards developers.
+Don't forget to take a look at our wiki describing general development guidelines [wiki](https://forge.grandlyon.com/web-et-numerique/factory/wiki_web_num). It covers all the processes and guidelines towards developers.
 
 ### Cozy resources
 
@@ -23,7 +23,7 @@ Link                               | Details
 
 ### Clone the project
 
-To install and run the documentation on your laptop, follow the steps in the [README](https://forge.grandlyon.com/web-et-numerique/llle_project/self-data-technical-doc). Then:
+To install and run the documentation on your laptop, follow the steps in the [README](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/self-data-technical-doc). Then:
 
 - Create a branch for your change
 - Add documentation pages to `docs`, and supporting assets to `img`.
diff --git a/docs/konnectors/egl.md b/docs/konnectors/egl.md
index d69c40e8d659585e029103fa97add6be5e4a5372..fad1debc63070dee0ed757e0668ff8cc9d4385db 100644
--- a/docs/konnectors/egl.md
+++ b/docs/konnectors/egl.md
@@ -1,6 +1,6 @@
 # EGL Konnector
 
-[EGL repository](https://forge.grandlyon.com/web-et-numerique/llle_project/egl-konnector).
+[EGL repository](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/egl-konnector).
 
 This konnector fetches consumption measures from EGL API.
 The EGL API allows us to get a user's consumption data gathered by it's connected water meter "Téléo".
diff --git a/docs/konnectors/enedis.md b/docs/konnectors/enedis.md
index cbafa9709f915274d3e83db3e5937ff33ae28cbf..699fa69688d96d9ef5e9f813ff54f6e2a4767f20 100644
--- a/docs/konnectors/enedis.md
+++ b/docs/konnectors/enedis.md
@@ -4,7 +4,7 @@
     This section of documentation is not relevant anymore, enedis data connect has been replaced with enedis sge
 
 This konnector fetches consumption measures from Enedis API. This is an Oauth Konnector, meaning the authentication performed to access all data is made following an Oauth2 protocol.
-You can clone the project [here](https://forge.grandlyon.com/web-et-numerique/llle_project/enedis-konnector).
+You can clone the project [here](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/enedis-konnector).
 
 You should also check Cozy's official documentations for konnectors :
 [https://docs.cozy.io/en/tutorials/konnector/getting-started/](https://docs.cozy.io/en/tutorials/konnector/getting-started/)
diff --git a/docs/konnectors/grdf.md b/docs/konnectors/grdf.md
index 518c98acb290b92f0d98f51d1f516969e8e508a4..5a01dfe4c2a8b5b6ede6be0dc1ff80d1a0d9fe5b 100644
--- a/docs/konnectors/grdf.md
+++ b/docs/konnectors/grdf.md
@@ -1,7 +1,7 @@
 # Grdf Adict Konnector
 
 This konnector fetches consumption measures from Grdf Adict API. This is an Oauth Konnector, meaning the authentication performed to access all data is made following an Oauth2 protocol.
-You can clone the project [here](https://forge.grandlyon.com/web-et-numerique/llle_project/grdf-adict-konnector).
+You can clone the project [here](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/grdf-adict-konnector).
 
 You should also check Cozy's official documentations for konnectors :
 [https://docs.cozy.io/en/tutorials/konnector/getting-started/](https://docs.cozy.io/en/tutorials/konnector/getting-started/)
@@ -70,7 +70,7 @@ Build the konnector with `yarn build`.
 ### Install on production
 
 Type `yarn deploy` to build on a dedicated branch.
-Build branch is stored as a docker image in a registry : [Container Registry](https://forge.grandlyon.com/web-et-numerique/llle_project/grdf-adict-konnector/container_registry).
+Build branch is stored as a docker image in a registry : [Container Registry](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/grdf-adict-konnector/container_registry).
 
 ### Konnector Methods
 
diff --git a/docs/konnectors/index.md b/docs/konnectors/index.md
index 73894c2c7403ce24e8f037b3fb1e4e9494ecd0c8..5098616c3cb3cb649768ca36f80f9bf15ba1e4a1 100644
--- a/docs/konnectors/index.md
+++ b/docs/konnectors/index.md
@@ -17,7 +17,7 @@ Some variation have to be considered :
 
 ## ![gitlab](../img/gitlab-logo.svg) Repositories
 
-- [enedis dataconnect (deprecated)](https://forge.grandlyon.com/web-et-numerique/llle_project/enedis-konnector)
-- [enedis sge](https://forge.grandlyon.com/web-et-numerique/llle_project/enedis-sge-konnector)
-- [grdf](https://forge.grandlyon.com/web-et-numerique/llle_project/grdf-konnector)
-- [egl](https://forge.grandlyon.com/web-et-numerique/llle_project/egl-konnector)
+- [enedis dataconnect (deprecated)](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/enedis-konnector)
+- [enedis sge](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/enedis-sge-konnector)
+- [grdf](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/grdf-konnector)
+- [egl](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/egl-konnector)
diff --git a/docs/pilote/Pilote-TS-Back/getting_started/launch_local_application.md b/docs/pilote/Pilote-TS-Back/getting_started/launch_local_application.md
index 6df2992efcd062e25b9e5dfbd9eee89e17330302..5be019f9c5accde11c701a4d8f3f476b4d4959e5 100644
--- a/docs/pilote/Pilote-TS-Back/getting_started/launch_local_application.md
+++ b/docs/pilote/Pilote-TS-Back/getting_started/launch_local_application.md
@@ -5,7 +5,7 @@
 Clone the project using the following command:
 
 ```sh
-git clone https://forge.grandlyon.com/solidarite/monparcourssocial/mps-travailleursocial-back.git
+git clone https://forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-travailleursocial-back.git
 ```
 
 ## Installation of the project
diff --git a/docs/pilote/Pilote-TS-Front/getting_started/launch_local_application.md b/docs/pilote/Pilote-TS-Front/getting_started/launch_local_application.md
index 2c73b448ed02a859266029369f9b0c5c688a2539..33faef0cd31db9fdc180624016821ac5faf73ba3 100644
--- a/docs/pilote/Pilote-TS-Front/getting_started/launch_local_application.md
+++ b/docs/pilote/Pilote-TS-Front/getting_started/launch_local_application.md
@@ -5,7 +5,7 @@
 Clone the project using the following command :
 
 ```sh
-git clone https://forge.grandlyon.com/solidarite/monparcourssocial/mps-travailleursocial.git
+git clone https://forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-travailleursocial.git
 ```
 
 ## Installation of the project
diff --git a/docs/pilote/Pilote-Usager/getting_started/launch_local_application.md b/docs/pilote/Pilote-Usager/getting_started/launch_local_application.md
index 34e4598d9bdd3b06162eb3b8dfb7d748e12ccfa2..12704e1ecf5f68d81496b0d75df8142cb4272062 100644
--- a/docs/pilote/Pilote-Usager/getting_started/launch_local_application.md
+++ b/docs/pilote/Pilote-Usager/getting_started/launch_local_application.md
@@ -7,7 +7,7 @@
 Use the following command in your favorite terminal to clone the project:
 
 ```sh
-git clone https://forge.grandlyon.com/solidarite/monparcourssocial/mps-usager
+git clone https://forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-usager
 ```
 
 ## Installation of the project
diff --git a/docs/pilote/Pilote-Usager/getting_started/launch_local_doctypes.md b/docs/pilote/Pilote-Usager/getting_started/launch_local_doctypes.md
index 461e11aeb179d159a51880fe12fa86d22375172f..68d406ad557f6e40abe3a9a4130e6baa40ece348 100644
--- a/docs/pilote/Pilote-Usager/getting_started/launch_local_doctypes.md
+++ b/docs/pilote/Pilote-Usager/getting_started/launch_local_doctypes.md
@@ -41,8 +41,8 @@ For this project:
 ```sh
 cd docker
 docker build .
-docker tag <image_ID_created> registry.forge.grandlyon.com/solidarite/monparcourssocial/mps-usager/cozy-env-doctypes
-docker push registry.forge.grandlyon.com/solidarite/monparcourssocial/mps-usager/cozy-env-doctypes:latest
+docker tag <image_ID_created> registry.forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-usager/cozy-env-doctypes
+docker push registry.forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-usager/cozy-env-doctypes:latest
 ```
 
 4/ The path "/data/cozy-doctypes" is linked to the volume of the cozy-app-dev image.
@@ -56,7 +56,7 @@ In order to mount this volume, you need to add it when you run the 'docker run'
 => for this project :
 
 ```sh
-docker run --rm -it -p 8080:8080 -p 5984:5984 -p 8025:8025 -v $PWD/build:/data/cozy-app/mps -v $PWD/data:/usr/local/couchdb/data -v $PWD/docker/disableCSP.yaml:/etc/cozy/cozy.yaml -v $PWD/cozy-doctypes:/data/cozy-doctypes registry.forge.grandlyon.com/solidarite/monparcourssocial/mps-usager/cozy-env-doctypes
+docker run --rm -it -p 8080:8080 -p 5984:5984 -p 8025:8025 -v $PWD/build:/data/cozy-app/mps -v $PWD/data:/usr/local/couchdb/data -v $PWD/docker/disableCSP.yaml:/etc/cozy/cozy.yaml -v $PWD/cozy-doctypes:/data/cozy-doctypes registry.forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-usager/cozy-env-doctypes
 ```
 
 ## How to test your remote doctype ?
diff --git a/docs/pilote/Pilote-Usager/getting_started/launch_local_services.md b/docs/pilote/Pilote-Usager/getting_started/launch_local_services.md
index 2857509c5383d7f87783ce16269b3621b789b463..9381ddd4046c3de826800cce27159e8c7571b469 100644
--- a/docs/pilote/Pilote-Usager/getting_started/launch_local_services.md
+++ b/docs/pilote/Pilote-Usager/getting_started/launch_local_services.md
@@ -81,8 +81,8 @@ Finally, you should rebuild the docker image of the cozy-stack:
 ```sh
 cd docker
 docker build .
-docker tag <image_ID_created> registry.forge.grandlyon.com/solidarite/monparcourssocial/mps-usager/cozy-env-doctypes
-docker push registry.forge.grandlyon.com/solidarite/monparcourssocial/mps-usager/cozy-env-doctypes:latest
+docker tag <image_ID_created> registry.forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-usager/cozy-env-doctypes
+docker push registry.forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-usager/cozy-env-doctypes:latest
 ```
 
 7/ The path "/data/cozy-doctypes" is link to the volume of the cozy-app-dev image.
@@ -96,7 +96,7 @@ In order to mount this volume, you need to add it when you run the 'docker run'
 => for this project :
 
 ```sh
-docker run --rm -it -p 8080:8080 -p 5984:5984 -p 8025:8025 -v $PWD/build:/data/cozy-app/mps -v $PWD/data:/usr/local/couchdb/data -v $PWD/docker/disableCSP.yaml:/etc/cozy/cozy.yaml -v $PWD/cozy-doctypes:/data/cozy-doctypes registry.forge.grandlyon.com/solidarite/monparcourssocial/mps-usager/cozy-env-doctypes
+docker run --rm -it -p 8080:8080 -p 5984:5984 -p 8025:8025 -v $PWD/build:/data/cozy-app/mps -v $PWD/data:/usr/local/couchdb/data -v $PWD/docker/disableCSP.yaml:/etc/cozy/cozy.yaml -v $PWD/cozy-doctypes:/data/cozy-doctypes registry.forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-usager/cozy-env-doctypes
 ```
 
 ## How to test your service ?
diff --git a/docs/pilote/index.md b/docs/pilote/index.md
index 5aef3b39e606edc44ad02d7063062bbaca69a245..90f2a82ba7b6b4cc789001a9d0425db646da1718 100644
--- a/docs/pilote/index.md
+++ b/docs/pilote/index.md
@@ -5,16 +5,16 @@
 Pilote aims to help people in various administrative processes, allowing them to share their personal information with a social worker to build the best possible claim for every needs.
 
 !!! danger "Reminder"
-    If you're a new developer tasked to work on this project, please get acquainted with the team [processes](https://forge.grandlyon.com/web-et-numerique/wiki_web_num) and read the advised [dev environment](https://forge.grandlyon.com/web-et-numerique/wiki_web_num) documentation and the self-data [prerequisites](../index.md#installing-prerequisites).
+    If you're a new developer tasked to work on this project, please get acquainted with the team [processes](https://forge.grandlyon.com/web-et-numerique/factory/wiki_web_num) and read the advised [dev environment](https://forge.grandlyon.com/web-et-numerique/factory/wiki_web_num) documentation and the self-data [prerequisites](../index.md#installing-prerequisites).
 
 ## ![gitlab](../img/gitlab-logo.svg) Repositories
 
-[MPS group](https://forge.grandlyon.com/solidarite/monparcourssocial) contains the following repositories:
+[MPS group](https://forge.grandlyon.com/web-et-numerique/factory/monparcourssocial) contains the following repositories:
 
-- [pilote usager](https://forge.grandlyon.com/solidarite/monparcourssocial/mps-usager)
+- [pilote usager](https://forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-usager)
 - travailleur social
-        - [backend](https://forge.grandlyon.com/solidarite/monparcourssocial/mps-travailleursocial-back)
-        - [frontend](https://forge.grandlyon.com/solidarite/monparcourssocial/mps-travailleursocial)
+        - [backend](https://forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-travailleursocial-back)
+        - [frontend](https://forge.grandlyon.com/web-et-numerique/factory/monparcourssocial/mps-travailleursocial)
 
 ## Requirements
 
diff --git a/docs/proxy/monitoring.md b/docs/proxy/monitoring.md
index 6ef63dab83411198839001f76d1f59b1393b9473..153e614e7c51fde5bbd439acfdafa9291680ccf7 100644
--- a/docs/proxy/monitoring.md
+++ b/docs/proxy/monitoring.md
@@ -9,7 +9,7 @@ All logs printed by the Proxy are read and translated into statistics on a grafa
 
 This monitoring system allow the team to parse more easily the cozy-stack logs when something goes wrong. For instance, test konnector or check from the proxy if an issue was coming from Enedis or Grdf.
 
-Learn more about how it works [here](https://forge.grandlyon.com/web-et-numerique/llle_project/logs-monitoring).
+Learn more about how it works [here](https://forge.grandlyon.com/web-et-numerique/factory/llle_project/logs-monitoring).
 
 !!! warning "High volume"
     The service parses a very high amount of logs, most of all when debugging an instance. To limit our disk usage we tend to stop the service when not needed.
diff --git a/mkdocs.yml b/mkdocs.yml
index 18a87472bf57a2f70ee5b81533555388f39e7a86..b6575a1f5d28004495f056cccaf59351abe702a4 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -2,8 +2,8 @@ site_name: Self-Data Grandlyon - Technical Docs
 site_description: A Collection of Technical Documentations Related to the Self-Data Grandlyon Projects.
 site_author: Métropole de Lyon
 repo_name: "Forge link"
-repo_url: "https://forge.grandlyon.com/web-et-numerique/llle_project/self-data-technical-doc"
-edit_uri: "https://forge.grandlyon.com/web-et-numerique/llle_project/self-data-technical-doc/-/blob/master/docs/"
+repo_url: "https://forge.grandlyon.com/web-et-numerique/factory/llle_project/self-data-technical-doc"
+edit_uri: "https://forge.grandlyon.com/web-et-numerique/factory/llle_project/self-data-technical-doc/-/blob/master/docs/"
 
 theme:
   name: "material"