From 74228e35e7cb3c3d8780a73c12d0dd1b8f05efce Mon Sep 17 00:00:00 2001
From: Frederik Hennig <frederik.hennig@fau.de>
Date: Wed, 20 Dec 2023 14:42:26 +0100
Subject: [PATCH] migrate to pycodegen namespace

---
 .gitlab-ci.yml  | 2 +-
 CONTRIBUTING.md | 2 +-
 README.md       | 2 +-
 docs/index.md   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 5edfb8f..d335f95 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -50,4 +50,4 @@ pages:
   tags:
     - docker
   only:
-    - master@da15siwa/pystencils-sfg
+    - master@pycodegen/pystencils-sfg
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e5bed67..8e11264 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -3,7 +3,7 @@
 ## Creating merge requests
 
 Any contributions to this project must happen through GitLab merge requests to the main development
-repository (currently [i10git.cs.fau.de/da15siwa/pystencils-sfg](https://i10git.cs.fau.de/da15siwa/pystencils-sfg)).
+repository ([i10git.cs.fau.de/pycodegen/pystencils-sfg](https://i10git.cs.fau.de/pycodegen/pystencils-sfg)).
 For a merge request to be accepted, it needs to both pass the continous integration pipeline and be approved by a project maintainer.
 
 ## Free Software
diff --git a/README.md b/README.md
index c2a253e..5807978 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # pystencils Source File Generator (pystencils-sfg)
 
-[Documentation](https://da15siwa.pages.i10git.cs.fau.de/pystencils-sfg/)
+[Documentation](https://pycodegen.pages.i10git.cs.fau.de/pystencils-sfg/)
 
 A bridge over the semantic gap between code emitted by pystencils and your C/C++/Cuda/HIP framework.
 This project is still in an early stage of development.
diff --git a/docs/index.md b/docs/index.md
index 2613c9f..5596ae1 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -11,7 +11,7 @@ Install the package into your current Python environment from the git repository
 (usage of virtual environments is strongly encouraged!):
 
 ```bash
-pip install git+https://i10git.cs.fau.de/da15siwa/pystencils-sfg.git
+pip install git+https://i10git.cs.fau.de/pycodegen/pystencils-sfg.git
 ```
 
 ### From PyPI
-- 
GitLab