You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by rn...@apache.org on 2014/07/17 18:14:34 UTC

[13/14] examples commit: updated refs/heads/master to 8a630c5

update clone command to clone from github repo

since this already works on main couchdb.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-examples/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-examples/commit/4d04cc26
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-examples/tree/4d04cc26
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-examples/diff/4d04cc26

Branch: refs/heads/master
Commit: 4d04cc2688be297489aebdd0722787bcded51a1b
Parents: 41b7f95
Author: Mariano Guerra <lu...@gmail.com>
Authored: Mon Mar 17 13:52:14 2014 +0100
Committer: Mariano Guerra <lu...@gmail.com>
Committed: Mon Mar 17 13:52:14 2014 +0100

----------------------------------------------------------------------
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-examples/blob/4d04cc26/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 8bef13c..3c25eec 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,8 @@ A practical guide to developing CouchDB plugins.
 
 To get started, you need to install CouchDB from source, grab the CouchDB sources:
 
-    git clone https://git-wip-us.apache.org/repos/asf/couchdb.git
+    git clone https://github.com/apache/couchdb.git
     cd couchdb
-    git checkout -b 1867-feature-plugin origin/1867-feature-plugins
 
 Follow the instructions in `couchdb/INSTALL.Unix` and `couchdb/DEVELOPERS` to get a development environment going.