From 7abd7cde29c01b86f3abb15dc794145a13a64f22 Mon Sep 17 00:00:00 2001 From: Muhsin Fatih Yorulmaz Date: Thu, 7 Jan 2021 22:49:27 -0500 Subject: [PATCH] fixed broken link for CORS support developers.google.com redirects to the github repo. I changed the link to the specific location in the github repo --- docs/start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/start.md b/docs/start.md index 4f12aea..c994a61 100644 --- a/docs/start.md +++ b/docs/start.md @@ -78,7 +78,7 @@ gapi.load('client', start); ### Option 3: Use CORS -Google APIs support [CORS](http://www.w3.org/TR/cors/). If your application needs to do media uploads and downloads, it should use CORS. See the [CORS Support](https://developers.google.com/api-client-library/javascript/features/cors) page for details. +Google APIs support [CORS](http://www.w3.org/TR/cors/). If your application needs to do media uploads and downloads, it should use CORS. See the [CORS Support](https://github.com/google/google-api-javascript-client/blob/master/docs/cors.md) page for details. [](#top_of_page)Supported environments --------------------------------------