From 97471d5c192ba488fad4b26b0ecfd9beba3615da Mon Sep 17 00:00:00 2001 From: Frank Henigman Date: Fri, 4 Oct 2019 18:10:01 -0400 Subject: [PATCH] Fix link to API explorer. On the getting started page, change link to API explorer to https://developers.google.com/apis-explorer/. --- docs/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start.md b/docs/start.md index feebe35a316..4caf706283f 100644 --- a/docs/start.md +++ b/docs/start.md @@ -128,7 +128,7 @@ print('First stamp name: %s'.format(response['items'][0]['name'])) ## Finding information about the APIs -Use the [APIs Explorer](http://developers.google.com/api-client-library/python/reference/apis_explorer) to browse APIs, list available methods, and even try API calls from your browser. +Use the [APIs Explorer](https://developers.google.com/apis-explorer/) to browse APIs, list available methods, and even try API calls from your browser. ## Library reference documentation