diff --git a/Jenkinsfile b/Jenkinsfile
index fc9b6ef31610afeeb323660c1205b4dec1131c25..80a5f2282b87384f079761ce43efeccc6ba96986 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -287,7 +287,7 @@ String generateImageTag() {
 
 Void cloneGitopsRepo() {
     withCredentials([usernamePassword(credentialsId: 'jenkins-gitea-access-token', passwordVariable: 'TOKEN', usernameVariable: 'USER')]) {
-        sh 'git clone https://${USER}:${TOKEN}@git.ozg-sh.de/mgm/gitops.git'
+        sh 'git clone https://${USER}:${TOKEN}@git.ozg-sh.de/ozgcloud-devops/gitops.git'
     }
     configureGit()
 }
@@ -296,7 +296,7 @@ Void pushGitopsRepo() {
     withCredentials([usernamePassword(credentialsId: 'jenkins-gitea-access-token', passwordVariable: 'TOKEN', usernameVariable: 'USER')]) {
         dir("gitops") {
             if (hasUnpushedCommits()) {
-                sh 'git push https://${USER}:${TOKEN}@git.ozg-sh.de/mgm/gitops.git'
+                sh 'git push https://${USER}:${TOKEN}@git.ozg-sh.de/ozgcloud-devops/gitops.git'
             }
         }
     }
diff --git a/alfa-client/README.md b/alfa-client/README.md
index 099024e787c07239d947a9edaad0fcfa040a5b1b..82815d3f01ebe7fe4baeb0023140fd7e18aef1e2 100644
--- a/alfa-client/README.md
+++ b/alfa-client/README.md
@@ -1,8 +1,8 @@
 # Alfa Frontend
 
-Informationen zur lokalen Installation sind unter [dokumentation/Entwicklungsumgebung/README.md](./https://git.ozg-sh.de/mgm/dokumentation/src/branch/master/Entwicklungsumgebung/README.md#angular-frontend) abgelegt.
+Informationen zur lokalen Installation sind unter [dokumentation/Entwicklungsumgebung/README.md](./https://git.ozg-sh.de/ozgcloud-doc/dokumentation/src/branch/master/Entwicklungsumgebung/README.md#angular-frontend) abgelegt.
 
-Befehle und Tipps zum Umgang mit der Codebasis und zur Testerstellung liegen in [dokumentation/Entwicklung/Angular.md](./https://git.ozg-sh.de/mgm/dokumentation/src/branch/master/Entwicklung/Angular.md).
+Befehle und Tipps zum Umgang mit der Codebasis und zur Testerstellung liegen in [dokumentation/Entwicklung/Angular.md](./https://git.ozg-sh.de/ozgcloud-doc/dokumentation/src/branch/master/Entwicklung/Angular.md).
 
 ## Alfa Frontend starten
 
diff --git a/alfa-client/apps/alfa-e2e/Jenkinsfile b/alfa-client/apps/alfa-e2e/Jenkinsfile
index be41a581ad1c3a89c44fd9873226fed3b46ce894..b7f3ca932d1aeb665706b2dfe05cda6c6cd7b508 100644
--- a/alfa-client/apps/alfa-e2e/Jenkinsfile
+++ b/alfa-client/apps/alfa-e2e/Jenkinsfile
@@ -312,7 +312,7 @@ def cloneGitopsRepo() {
     final name = "jenkins"
 
     withCredentials([usernamePassword(credentialsId: 'jenkins-gitea-access-token', passwordVariable: 'TOKEN', usernameVariable: 'USER')]) {
-        sh 'git clone https://${USER}:${TOKEN}@git.ozg-sh.de/mgm/gitops.git'
+        sh 'git clone https://${USER}:${TOKEN}@git.ozg-sh.de/ozgcloud-devops/gitops.git'
 
         dir("gitops") {
             sh "git config user.email '${email}'"
@@ -414,7 +414,7 @@ Void pushGitopsRepo() {
         dir('gitops') {
             if (hasUnpushedCommits()) {
                 sh 'git pull'
-                sh 'git push https://${USER}:${TOKEN}@git.ozg-sh.de/mgm/gitops.git'
+                sh 'git push https://${USER}:${TOKEN}@git.ozg-sh.de/ozgcloud-devops/gitops.git'
             }
         }
     }
diff --git a/alfa-client/apps/alfa-e2e/Jenkinsfile-static b/alfa-client/apps/alfa-e2e/Jenkinsfile-static
index 519c8fdb1a53778e93d9c4c40115888832fd6c3e..d22140c0a04a3cd6086a293988ca6518485363e6 100644
--- a/alfa-client/apps/alfa-e2e/Jenkinsfile-static
+++ b/alfa-client/apps/alfa-e2e/Jenkinsfile-static
@@ -247,7 +247,7 @@ def cloneGitopsRepo() {
     final name = "jenkins"
 
     withCredentials([usernamePassword(credentialsId: 'jenkins-gitea-access-token', passwordVariable: 'TOKEN', usernameVariable: 'USER')]) {
-        sh 'git clone https://${USER}:${TOKEN}@git.ozg-sh.de/mgm/gitops.git'
+        sh 'git clone https://${USER}:${TOKEN}@git.ozg-sh.de/ozgcloud-devops/gitops.git'
 
         dir("gitops") {
             sh "git config user.email '${email}'"
@@ -304,7 +304,7 @@ Void pushGitopsRepo() {
         dir("gitops") {
             if (hasUnpushedCommits()) {
                 sh 'git pull'
-                sh 'git push https://${USER}:${TOKEN}@git.ozg-sh.de/mgm/gitops.git'
+                sh 'git push https://${USER}:${TOKEN}@git.ozg-sh.de/ozgcloud-devops/gitops.git'
             }
         }
     }