Skip to content

Commit

Permalink
Merge pull request #30 from jgeewax/patch-1
Browse files Browse the repository at this point in the history
Fixed broken links based on location change.
  • Loading branch information
proppy committed Feb 20, 2014
2 parents 120c767 + 2d54d87 commit 57cebc2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Official documentation
If you just want to **use** the library
(not contribute to it),
check out the official documentation:
http://jgeewax.github.io/gcloud/documentation/
http://GoogleCloudPlatform.github.io/gcloud-python/documentation/

Incredibly quick demo
---------------------

Start by cloning the repository::

$ git clone git://github.com/jgeewax/gcloud.git
$ git clone git://github.com/GoogleCloudPlatform/gcloud-python.git
$ cd gcloud
$ python setup.py develop

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

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

$ git clone git://github.com/jgeewax/gcloud.git
$ git clone git://github.com/GoogleCloudPlatform/gcloud-python.git
$ pip install sphinx
$ cd gcloud/docs
$ cd gcloud-python/docs
$ make html

How do I run the tests?
-----------------------

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

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

0 comments on commit 57cebc2

Please sign in to comment.