From f5369fc1a47c0420fc3a05dfbc3f7a5c58be493b Mon Sep 17 00:00:00 2001 From: James Ward Date: Fri, 18 Oct 2019 05:46:36 -0600 Subject: [PATCH] Use deploy redirector --- run/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/run/README.md b/run/README.md index 10042108..ed48db36 100644 --- a/run/README.md +++ b/run/README.md @@ -11,8 +11,8 @@ This directory contains samples for [Google Cloud Run](https://cloud.run). [Clou | Sample | Description | Deploy | | ------------------------------- | ------------------------ | ------------- | -|[Hello World][helloworld] ➥ | Quickstart | [Run on Google Cloud][run_button_helloworld] | -|[Cloud Pub/Sub][pubsub] | Handling Pub/Sub push messages | [Run on Google Cloud][run_button_pubsub] | +|[Hello World][helloworld] ➥ | Quickstart | [Run on Google Cloud][run_button_helloworld] | +|[Cloud Pub/Sub][pubsub] | Handling Pub/Sub push messages | [Run on Google Cloud][run_button_pubsub] | For more Cloud Run samples beyond Python, see the main list in the [Cloud Run Samples repository](https://github.com/GoogleCloudPlatform/cloud-run-samples). @@ -105,6 +105,6 @@ for more information. [run_deploy]: https://cloud.google.com/run/docs/deploying [helloworld]: https://github.com/knative/docs/tree/master/docs/serving/samples/hello-world/helloworld-python [pubsub]: pubsub/ -[run_button_helloworld]: https://console.cloud.google.com/cloudshell/editor?shellonly=true&cloudshell_image=gcr.io/cloudrun/button&cloudshell_git_repo=https://github.com/knative/docs&cloudshell_working_dir=docs/serving/samples/hello-world/helloworld-python -[run_button_pubsub]: https://console.cloud.google.com/cloudshell/editor?shellonly=true&cloudshell_image=gcr.io/cloudrun/button&cloudshell_git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&cloudshell_working_dir=run/pubsub +[run_button_helloworld]: https://deploy.cloud.run/?git_repo=https://github.com/knative/docs&dir=docs/serving/samples/hello-world/helloworld-python +[run_button_pubsub]: https://deploy.cloud.run/?git_repo=https://github.com/GoogleCloudPlatform/python-docs-samples&dir=run/pubsub [testing]: https://cloud.google.com/run/docs/testing/local#running_locally_using_docker_with_access_to_services