summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThiago da Silva <thiago@redhat.com>2015-02-24 07:37:33 -0800
committerGerrit Code Review <review@dev.gluster.org>2015-02-24 07:37:33 -0800
commit436a05174b96a90216925424bbb8bb1bcbb1eb2e (patch)
treeb4e4e2aafee5bd5e4da484cae4042af55c58f33d
parentc4bf5426a6ddf645edebeb1a9c2ae6939ecab66d (diff)
parent3e49b6b69889ffc658bb49a9e6a799a3b2147f75 (diff)
Merge "Correcting the project url in README"
-rw-r--r--README.md2
-rw-r--r--doc/markdown/dev_guide.md4
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index fb86e26..ad918e9 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Python bindings for the [GlusterFS](http://www.gluster.org) libgfapi interface
1) Clone the git repo
```
-$ git clone https://github.com/gluster/libgfapi-python.git
+$ git clone https://review.gluster.org/libgfapi-python
$ cd libgfapi-python
```
diff --git a/doc/markdown/dev_guide.md b/doc/markdown/dev_guide.md
index 9d2588d..9ac7f1d 100644
--- a/doc/markdown/dev_guide.md
+++ b/doc/markdown/dev_guide.md
@@ -42,10 +42,10 @@ git config --global user.email "your_email@youremail.com"
### Download the Source
-The source for libgfapi-python is available in Github. To download type:
+The source for libgfapi-python is available in review.gluster.org. To download type:
```
-git clone https://github.com/gluster/libgfapi-python.git
+git clone https://review.gluster.org/libgfapi-python
cd libgfapi-python
```