TAMAYA-371: Fix reference to git
diff --git a/content/devguide.adoc b/content/devguide.adoc
index 1135098..2dba025 100644
--- a/content/devguide.adoc
+++ b/content/devguide.adoc
@@ -14,7 +14,7 @@
 some dirty artifacts in the commit history:
 
 ----
-Merge branch 'master' of http://git-wip-us.apache.org/tamaya into master
+Merge branch 'master' of http://gitbox.apache.org/tamaya into master
 ----
 
 === Use git pull --rebase
@@ -171,7 +171,7 @@
 === Initial setup
 
 ----
-$ git clone https://git-wip-us.apache.org/repos/asf/incubator-tamaya.git
+$ git clone https://gitbox.apache.org/repos/asf/incubator-tamaya.git
 $ git remote add discuss https://[username]@github.com/[username]/[repo-name].git
 $ git push -u discuss master
 ----