This is an automated email from the ASF dual-hosted git repository.

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tamaya-site.git

commit 369e15ccfc18875e0970c94c33281dfc2155795a
Author: Hugo Hirsch <git...@hugo-hirsch.de>
AuthorDate: Wed Dec 19 00:23:10 2018 +0100

    TAMAYA-371: Fix reference to git
---
 content/devguide.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 @@ or if your branch is ahead of master. This will always lead to
 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 @@ as clean as possible.
 === 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
 ----

Reply via email to