diff --git a/README.md b/README.md
index 835a7844f24fbe2ec21b3eca5385e7d538660314..f572e4f966008e24deaf4733d5b768b3cdae5fc0 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ The following steps can be followed to set up a local environment:
 2. Create a new Python virtual environment
 
     ```bash
-    git clone https://github.com/nmaas-platform/nmaas-docs
+    git clone git@gitlab.software.geant.org:nmaas/nmaas-docs.git
     cd nmaas-docs
     virtualenv -p python3 venv
     ```
diff --git a/docs/about.md b/docs/about.md
index 9c8264fc1a95d4d3d7bddc820b16e4e4aed16cfe..be2381d2ce13ffea398b80cf84be0b0c992f2ac9 100644
--- a/docs/about.md
+++ b/docs/about.md
@@ -4,7 +4,7 @@ NMaaS components are open-source licensed under the Apache 2.0 Licence.
 
 ## Useful links
 
-- [GitHub](https://github.com/nmaas-platform)
+- [GÉANT's GitLab Instance](https://gitlab.software.geant.org/nmaas)
 - [GÉANT project](https://geant.org/)
 
 ## Project members
diff --git a/docs/self-hosted-nmaas/install-guide.md b/docs/self-hosted-nmaas/install-guide.md
index 6c3e1e3c57b6f20b3f4dc58c2ee6fa040ccb8a0b..575ac15394a08058fd7192cde1554aa1df3937b4 100644
--- a/docs/self-hosted-nmaas/install-guide.md
+++ b/docs/self-hosted-nmaas/install-guide.md
@@ -181,7 +181,7 @@ GitLab supports SSH access to any created repositories. If you want to allow you
 
 ### NMaaS Installation
 
-The source code for the NMaaS Helm chart is publicly available on [nmaas-platform/nmaas-chart](https://github.com/nmaas-platform/nmaas-chart). The `README.md` file provides details on all the customizable `value` parameters for a given chart version.
+The source code for the NMaaS Helm chart is publicly available on [nmaas-platform/nmaas-chart](https://gitlab.software.geant.org/nmaas/nmaas-chart). The `README.md` file provides details on all the customizable `value` parameters for a given chart version.
 
 The following manual steps must be performed before deploying NMaaS:
 
diff --git a/docs/what-is-nmaas.md b/docs/what-is-nmaas.md
index afa5703556f20b329e5838740b6e144cbc56a660..1e7689a012ebd4dd0439127e050c3572921d2f37 100644
--- a/docs/what-is-nmaas.md
+++ b/docs/what-is-nmaas.md
@@ -1,11 +1,5 @@
 # What is **NMaaS**?
 
-NMaaS is an [open source](https://github.com/nmaas-platform) framework originally developed within the
-[GÉANT](https://geant.org/projects/) project for orchestration of on-demand deployment of applications in a
-Kubernetes-based cloud environment.
+NMaaS is an [open source](https://gitlab.software.geant.org/nmaas) framework originally developed within the [GÉANT](https://geant.org/projects/) project for orchestration of on-demand deployment of applications in a Kubernetes-based cloud environment.
 
-With a simple self-service web interface, NMaaS applications are easily deployed within an isolated tenant environment
-assigned to a given institution or team. An application’s lifecycle (configuration updates and re-deployments) is fully
-managed following a GitOps approach: a specific Git repository is tightly associated with every deployed application 
-and a set of CI/CD pipelines ensure proper re-deployments of the applications following every update on the Git master
-branch.
\ No newline at end of file
+With a simple self-service web interface, NMaaS applications are easily deployed within an isolated tenant environment assigned to a given institution or team. An application’s lifecycle (configuration updates and re-deployments) is fully managed following a GitOps approach: a specific Git repository is tightly associated with every deployed application and a set of CI/CD pipelines ensure proper re-deployments of the applications following every update on the Git master branch.
\ No newline at end of file