diff --git a/.github/PULL_REQUEST_TEMPLATE.md  b/.github/PULL_REQUEST_TEMPLATE.md 
index 5a019dd9fe2916881ed44135eaa7278939629091..774a5cab990e0e856a0a7edfa7ecc9870a288702 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md 	
+++ b/.github/PULL_REQUEST_TEMPLATE.md 	
@@ -1,4 +1,4 @@
-This project is tracked on our hosted gitlab server at: https://git.duniter.org/nodes/typescript/duniter/gitlab
+This project is tracked on our hosted gitlab server at: https://git.duniter.org/nodes/rust/duniter-v2s
 
 The current github repository is a simple clone taken up to date at each push on the main gitlab repository.
 
diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml
index 86498acee01d49d40da1c933aeb44610599ba939..cb1e389cb49bd5f35b77855623575f05bc708e31 100644
--- a/xtask/Cargo.toml
+++ b/xtask/Cargo.toml
@@ -4,7 +4,7 @@ description = "Duniter-v2s xtask"
 edition = "2018"
 license = "AGPL-3.0"
 name = "xtask"
-repository = "https://git.duniter.org/nodes/typescript/duniter"
+repository = "https://git.duniter.org/nodes/rust/duniter-v2s"
 version = "0.1.0"
 
 [[bin]]