diff --git a/README.md b/README.md
index 09a1a35dbd798a8b2bb65140d3d2923ede879a2c..d28cb5faf3a393a502d3d4c7ccd09aea46e82fc4 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
 
 [![PyPI - Version](https://img.shields.io/pypi/v/orekit-jpype.svg)](https://pypi.org/project/orekit-jpype)
 [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/orekit-jpype.svg)](https://pypi.org/project/orekit-jpype)
-[![Pipeline passing](https://gitlab.orekit.org/Petrush/orekit_jpype/badges/master/pipeline.svg?ignore_skipped=true)](https://gitlab.orekit.org/Petrush/orekit_jpype/-/pipelines)
-[![coverage](https://gitlab.orekit.org/Petrush/orekit_jpype/badges/main/coverage.svg)](https://gitlab.orekit.org/Petrush/orekit_jpype/-/graphs/master/charts)
+[![Pipeline passing](https://gitlab.orekit.org/orekit/orekit_jpype/badges/master/pipeline.svg?ignore_skipped=true)](https://gitlab.orekit.org/orekit/orekit_jpype/-/pipelines)
+[![coverage](https://gitlab.orekit.org/orekit/orekit_jpype/badges/main/coverage.svg)](https://gitlab.orekit.org/orekit/orekit_jpype/-/graphs/master/charts)
 
 An alternative implementation of orekit python wrapper based on Jpype and stubs generated by stubgenj. The interface is largely similar to the original JCC wrapped orekit version which is a more capable wrapper as it can subclass java classes, which Jpype cannot. The Jpype version is however easy to install, use and for most purposes sufficient.
 
@@ -12,7 +12,7 @@ Orekit (https://www.orekit.org/) is a low level library for space flight dynamic
 The original Orekit python wrapper based on JCC is located at:
 https://gitlab.orekit.org/orekit-labs/python-wrapper/-/wikis/home
 
-Please see the [repository](https://gitlab.orekit.org/Petrush/orekit_jpype) example notebooks and test cases for usage, as well as jpype documentation https://jpype.readthedocs.io/en/latest/index.html
+Please see the [repository](https://gitlab.orekit.org/orekit/orekit_jpype) example notebooks and test cases for usage, as well as jpype documentation https://jpype.readthedocs.io/en/latest/index.html
 
 
 # Installation
@@ -31,12 +31,12 @@ pip install orekit-jpype
 
 To install from source:
 ```bash
-git clone https://gitlab.orekit.org/Petrush/orekit_jpype.git
+git clone https://gitlab.orekit.org/orekit/orekit_jpype.git
 pip install . -vv
 ```
 Or alternatively:
 ```bash
-pip install git+https://gitlab.orekit.org/Petrush/orekit_jpype.git
+pip install git+https://gitlab.orekit.org/orekit/orekit_jpype.git
 ```
 
 To install the required orekit data from pip:
@@ -47,7 +47,7 @@ pip install git+https://gitlab.orekit.org/orekit/orekit-data.git
 
 # usage
 
-See the example notebooks (`examples` folder) and the package `test` folder (only available in the source distribution or in the [git repo](https://gitlab.orekit.org/Petrush/orekit_jpype)) for examples.
+See the example notebooks (`examples` folder) and the package `test` folder (only available in the source distribution or in the [git repo](https://gitlab.orekit.org/orekit/orekit_jpype)) for examples.
 
 ## Usage difference from JCC based wrapper
 
diff --git a/pyproject.toml b/pyproject.toml
index 4d541349749c0754973e759990487404d737450e..f4581972b55d6733a49d256e84ea72093445003d 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,7 +31,7 @@ dependencies = [
 ]
 
 [project.urls]
-source = "https://gitlab.orekit.org/Petrush/orekit_jpype/-/tree/master"
+source = "https://gitlab.orekit.org/orekit/orekit_jpype/-/tree/master"
 homepage = "https://www.orekit.org/"
 forum = "https://forum.orekit.org/"