summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Bastian <benjamin.bastian@gmail.com>2017-06-30 08:20:08 -0700
committerBenjamin Bastian <benjamin.bastian@gmail.com>2017-06-30 09:27:50 -0700
commit06772addab3c0ee17a3c2ecea3557c273acd9406 (patch)
treea65a297e7e029928bdbb0094088225388a64d95f
parent67048abbd14848c92595a2950b22b20a18607c59 (diff)
downloadcouchdb-contributing-md-update.tar.gz
Update CONTRIBUTING.md to reflect monorepocontributing-md-update
Also, there was a typo in the gitbox URL.
-rw-r--r--CONTRIBUTING.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 884d3afbc..e345ea487 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -152,15 +152,15 @@ on how to send one :)
You will need to wait about 30 minutes after completing this process
for it to complete. Follow the instructions in the organisational
invite email you receive. Alternately, you can use the Apache mirror
- of the repository at `https://gitbox.apache.org/asf/repos/<name>.git`
+ of the repository at `https://gitbox.apache.org/repos/asf/couchdb.git`
if you do not agree to the GitHub Terms of Service.
2. Clone the repo and create a branch.
```bash
- git clone https://github.com/couchdb/<repo-name>
- # or git clone https://gitbox.apache.org/asf/repos/<name>.git
- cd <repo-name>
+ git clone https://github.com/couchdb/couchdb
+ # or git clone https://gitbox.apache.org/repos/asf/couchdb.git
+ cd couchdb
git checkout -b <topic-branch-name>
```