Skip to content

Commit fd9099d

Browse files
committed
Updating links
1 parent 3b90004 commit fd9099d

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
@@ -1,7 +1,7 @@
11
Google Cloud Python Client
22
==========================
33

4-
Python idiomatic client for Google Cloud Platform services.
4+
'Python<https://cloud.google.com/appengine/docs/python/>' idiomatic client for 'Google Cloud Platform<https://cloud.google.com/>' services.
55

66
|build| |coverage|
77
------------------
@@ -29,15 +29,15 @@ Quickstart
2929
Google Cloud Datastore
3030
----------------------
3131

32-
`Google Cloud Datastore <https://developers.google.com/datastore/>`__ is
32+
`Google Cloud Datastore <https://cloud.google.com/datastore/docs>`__ is
3333
a fully managed, schemaless database for storing non-relational data.
3434
Cloud Datastore automatically scales with your users and supports ACID
3535
transactions, high availability of reads and writes, strong consistency
3636
for reads and ancestor queries, and eventual consistency for all other
3737
queries.
3838

3939
See the `Google Cloud Datastore
40-
docs <https://developers.google.com/datastore/docs/activate>`__ for more
40+
docs <https://cloud.google.com/datastore/docs/activate>`__ for more
4141
details on how to activate Cloud Datastore for your project.
4242

4343
See `the gcloud-python API
@@ -63,9 +63,9 @@ you to store data on Google infrastructure with very high reliability,
6363
performance and availability, and can be used to distribute large data
6464
objects to users via direct download.
6565

66-
You need to create a Google Cloud Storage bucket to use this client
66+
You need to create a 'Google Cloud Storage<https://cloud.google.com/storage/>' bucket to use this client
6767
library. Follow the steps on the `Google Cloud Storage
68-
docs <https://developers.google.com/storage/docs/cloud-console#_creatingbuckets>`__
68+
docs <https://cloud.google.com/storage/docs/cloud-console#_creatingbuckets>`__
6969
to learn how to create a bucket.
7070

7171
See `the gcloud-python API

0 commit comments

Comments
 (0)