From e00114efbc22a2fd3dc928379dfc5bba32013978 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Mon, 15 Oct 2018 11:28:34 -0400 Subject: [PATCH] Fix copy-pasta from datastore README. Closes #6205. --- dns/README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dns/README.rst b/dns/README.rst index cfecae06f286..a8f0a0cba024 100644 --- a/dns/README.rst +++ b/dns/README.rst @@ -30,7 +30,7 @@ In order to use this library, you first need to go through the following steps: .. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project .. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project -.. _Enable the Google Cloud Datastore API.: https://cloud.google.com/datastore +.. _Enable the Google Cloud Datastore API.: https://cloud.google.com/dns .. _Setup Authentication.: https://googlecloudplatform.github.io/google-cloud-python/latest/core/auth.html Installation @@ -55,7 +55,7 @@ Mac/Linux pip install virtualenv virtualenv source /bin/activate - /bin/pip install google-cloud-datastore + /bin/pip install google-cloud-dns Windows @@ -66,7 +66,7 @@ Windows pip install virtualenv virtualenv \Scripts\activate - \Scripts\pip.exe install google-cloud-datastore + \Scripts\pip.exe install google-cloud-dns Next Steps