Skip to content

Commit 57cebc2

Browse files
committed
Merge pull request googleapis#30 from jgeewax/patch-1
Fixed broken links based on location change.
2 parents 120c767 + 2d54d87 commit 57cebc2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Official documentation
77
If you just want to **use** the library
88
(not contribute to it),
99
check out the official documentation:
10-
http://jgeewax.github.io/gcloud/documentation/
10+
http://GoogleCloudPlatform.github.io/gcloud-python/documentation/
1111

1212
Incredibly quick demo
1313
---------------------
1414

1515
Start by cloning the repository::
1616

17-
$ git clone git://github.com/jgeewax/gcloud.git
17+
$ git clone git://github.com/GoogleCloudPlatform/gcloud-python.git
1818
$ cd gcloud
1919
$ python setup.py develop
2020

@@ -38,16 +38,16 @@ How do I build the docs?
3838

3939
Make sure you have ``sphinx`` installed and::
4040

41-
$ git clone git://github.com/jgeewax/gcloud.git
41+
$ git clone git://github.com/GoogleCloudPlatform/gcloud-python.git
4242
$ pip install sphinx
43-
$ cd gcloud/docs
43+
$ cd gcloud-python/docs
4444
$ make html
4545

4646
How do I run the tests?
4747
-----------------------
4848

4949
Make sure you have ``nose`` installed and::
5050

51-
$ git clone git://github.com/jgeewax/gcloud.git
51+
$ git clone git://github.com/GoogleCloudPlatform/gcloud-python.git
5252
$ pip install unittest2 nose
5353
$ nosetests

0 commit comments

Comments
 (0)