From e59dc54c4b21659887704577f59a939b5d9e9e4e Mon Sep 17 00:00:00 2001
From: Vojdan Kjorveziroski <vojdan.kjorveziroski@finki.ukim.mk>
Date: Thu, 25 Apr 2024 19:29:52 +0200
Subject: [PATCH] Update links to refer to the GEANT's GitLab instance
---
README.md | 2 +-
docs/about.md | 2 +-
docs/self-hosted-nmaas/install-guide.md | 2 +-
docs/what-is-nmaas.md | 10 ++--------
4 files changed, 5 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index 835a784..f572e4f 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 9c8264f..be2381d 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 6c3e1e3..575ac15 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 afa5703..1e7689a 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
--
GitLab