From 94e5d6fd1e9e390f791630a472ec70b779e40e33 Mon Sep 17 00:00:00 2001
From: yuyanting <yuyantingzero@gmail.com>
Date: Wed, 6 Apr 2016 10:48:26 -0700
Subject: [PATCH] [googledatastore] Update README.md for googledatastore.

---
 googledatastore/README.md | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/googledatastore/README.md b/googledatastore/README.md
index a6755a65..b2aa8dfd 100644
--- a/googledatastore/README.md
+++ b/googledatastore/README.md
@@ -20,6 +20,9 @@ LICENSE file.
 
 https://cloud.google.com/datastore/docs/concepts/overview?hl=en
 
+Please refer to https://cloud.google.com/datastore/docs/apis/overview for more information on
+Google Cloud Datastore API.
+
 ## Configure
 
     YCSB_HOME - YCSB home directory
@@ -44,7 +47,7 @@ A. Configuration and setup:
 See this link for instructions about setting up Google Cloud Datastore and
 authentication:
 
-https://cloud.google.com/datastore/docs/getstarted/start_java/
+https://cloud.google.com/datastore/docs/activate#accessing_the_datastore_api_from_another_platform
 
 After you setup your environment, you will have 3 pieces of information ready:
 - datasetId,
-- 
GitLab