Skip to content

Commit 58f08fa

Browse files
committed
Merge pull request #101 from marcgel/master
Small changes to Cloud Storage doc pages.
2 parents 1f2aaf3 + 9874bfa commit 58f08fa

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/datastore-quickstart.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You can install the library quickly with ``pip``::
2222
$ pip install gcloud
2323

2424
Run the
25-
`example script <https://github.com/jgeewax/gcloud/blob/master/gcloud/datastore/demo.py>`_
25+
`example script <https://github.com/GoogleCloudPlatform/gcloud-python/blob/master/gcloud/datastore/demo/demo.py>`_
2626
included in the package::
2727

2828
$ python -m gcloud.datastore.demo

docs/storage-getting-started.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Enabling the API
2020
----------------
2121

2222
Now that you created a project,
23-
you need to **turn on** the Cloud Datastore API.
23+
you need to **turn on** the Google Cloud Storage API.
2424
This is sort of like telling Google
2525
which services you intend to use for this project.
2626

docs/storage-quickstart.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can install the library quickly with ``pip``::
1212
$ pip install gcloud
1313

1414
Run the
15-
`example script <https://github.com/jgeewax/gcloud/blob/master/gcloud/storage/demo.py>`_
15+
`example script <https://github.com/GoogleCloudPlatform/gcloud-python/blob/master/gcloud/storage/demo/demo.py>`_
1616
included in the package::
1717

1818
$ python -m gcloud.storage.demo
@@ -50,6 +50,7 @@ you can create buckets and keys::
5050
'this is test content!'
5151
>>> print bucket.get_all_keys()
5252
[<Key: my-new-bucket, my-test-file.txt>]
53+
>>> key.delete()
5354
>>> bucket.delete()
5455

5556
.. note::

0 commit comments

Comments
 (0)