diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5edfb8ffe1abcc2a75d3d0633ff4b4c19b225200..d335f9555db59e60d471769899233b955388802b 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 e5bed672b2516f06fde5e408e02bd5bb4b4527d8..8e1126448741c2589f275d4bf011121e5097c813 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 c2a253ecdd075582d8038f2beef153f1b74e9a73..5807978c0ac838fc0c9752c66c3f109e148dfde1 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 2613c9fc5ced6f6fd89273069a53d94e14868434..5596ae11955ed8e75c99d100f9759c39fb2f49bb 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