From 92994427c9cf8e757402acc92321cac5fed1d589 Mon Sep 17 00:00:00 2001 From: Campion Fellin Date: Wed, 4 Apr 2018 17:18:23 -0700 Subject: [PATCH] Fix broken GCP console link --- appengine/cloudtasks/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appengine/cloudtasks/README.md b/appengine/cloudtasks/README.md index ab2db06d66..cba0c7821c 100644 --- a/appengine/cloudtasks/README.md +++ b/appengine/cloudtasks/README.md @@ -26,7 +26,7 @@ Before you can run or deploy the sample, you need to do the following: 1. Refer to the [appengine/README.md][readme] file for instructions on running and deploying. -1. Enable the Cloud Tasks API in the [Google Cloud Console](https://cloud.google.com/apis/library/cloudtasks.googleapis.com). +1. Enable the Cloud Tasks API in the [Google Cloud Console](https://console.cloud.google.com/apis/api/tasks.googleapis.com). 1. Install dependencies: With `npm`: