diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index de971d2859cf7d63475d6fca37843cfc41dbd362..e2699908316a385e85d191e0b62706b1a197a500 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -13,7 +13,7 @@ git clone git@gitlab.inria.fr:username/forkname.git
 Once this is done, you can setup the morse_cmake repository as the upstream of your clone to simplify the update of your fork repository.
 ```
 #!shell
-git remote add upstream git@bitbucket.org:solverstack/morse_cmake.git
+git remote add upstream git@gitlab.inria.fr:solverstack/morse_cmake.git
 ```
 
 Now, you have your repository configured, and you want to create a new pull request. The first step is to create a branch from the HEAD of the your fork repository.