From c292cfeb2c85bd835101cd5cad0aa19ed4171ae7 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/snippets/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/samples/snippets/README.md b/samples/snippets/README.md index 012c56ef..ddba20de 100644 --- a/samples/snippets/README.md +++ b/samples/snippets/README.md @@ -1,5 +1,10 @@ # Google Cloud Tasks Pull 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=tasks/README.md + Sample command-line program for interacting with the Google Cloud Tasks API using pull queues.