You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2013/03/13 21:22:08 UTC

[1/2] git commit: [#4808] change sf.net git repo to apache incubator

[#4808] change sf.net git repo to apache incubator


Project: http://git-wip-us.apache.org/repos/asf/incubator-allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-allura/commit/d525e839
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/d525e839
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/d525e839

Branch: refs/heads/db/4808
Commit: d525e839d3578f44542190cb8074c8e90a986b80
Parents: 6049825
Author: Dave Brondsema <db...@geek.net>
Authored: Sat Mar 9 13:25:12 2013 -0500
Committer: Dave Brondsema <db...@geek.net>
Committed: Sat Mar 9 13:25:12 2013 -0500

----------------------------------------------------------------------
 README.markdown |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/d525e839/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index b60d890..775b97a 100644
--- a/README.markdown
+++ b/README.markdown
@@ -54,7 +54,7 @@ Now we can get down to actually getting the Forge code and dependencies download
 
     (anvil)~$ mkdir src
     (anvil)~$ cd src
-    (anvil)~/src$ git clone git://git.code.sf.net/p/allura/git.git forge
+    (anvil)~/src$ git clone https://git-wip-us.apache.org/repos/asf/incubator-allura.git forge
 
 Although the application setup.py files define a number of dependencies, the `requirements.txt` files are currently the authoritative source, so we'll use those with `pip` to make sure the correct versions are installed.