diff options
author | Thiago da Silva <thiago@redhat.com> | 2015-02-24 07:37:33 -0800 |
---|---|---|
committer | Gerrit Code Review <review@dev.gluster.org> | 2015-02-24 07:37:33 -0800 |
commit | 436a05174b96a90216925424bbb8bb1bcbb1eb2e (patch) | |
tree | b4e4e2aafee5bd5e4da484cae4042af55c58f33d /README.md | |
parent | c4bf5426a6ddf645edebeb1a9c2ae6939ecab66d (diff) | |
parent | 3e49b6b69889ffc658bb49a9e6a799a3b2147f75 (diff) |
Merge "Correcting the project url in README"
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ``` |