From 324c0498a6eccdd55ba5d9a93ac65ab8a735d916 Mon Sep 17 00:00:00 2001 From: michaelawyu Date: Thu, 7 Dec 2017 10:34:29 -0800 Subject: [PATCH] Added "Open in Cloud Shell" buttons to README files [(#1254)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/1254) --- samples/appengine/flexible/tasks/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/samples/appengine/flexible/tasks/README.md b/samples/appengine/flexible/tasks/README.md index 1906ebf2..60f4b69e 100644 --- a/samples/appengine/flexible/tasks/README.md +++ b/samples/appengine/flexible/tasks/README.md @@ -1,5 +1,10 @@ # Google Cloud Tasks App Engine Queue Samples +[![Open in Cloud Shell][shell_img]][shell_link] + +[shell_img]: http://gstatic.com/cloudssh/images/open-btn.png +[shell_link]: https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&page=editor&open_in_editor=appengine/flexible/tasks/README.md + Sample command-line program for interacting with the Cloud Tasks API using App Engine queues.