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

[09/48] 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/f5df3c46
Tree: http://git-wip-us.apache.org/repos/asf/incubator-allura/tree/f5df3c46
Diff: http://git-wip-us.apache.org/repos/asf/incubator-allura/diff/f5df3c46

Branch: refs/heads/si/5453
Commit: f5df3c46a8059e751083e5b7517bb49d564e56ea
Parents: ca6d9ea
Author: Dave Brondsema <db...@geek.net>
Authored: Sat Mar 9 13:25:12 2013 -0500
Committer: Dave Brondsema <db...@geek.net>
Committed: Wed Mar 13 16:29:27 2013 -0400

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


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/f5df3c46/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.