From 200804e79c4aa1eadb28ca9cfadb9b424add75d8 Mon Sep 17 00:00:00 2001 From: Geshan Manandhar Date: Fri, 4 Oct 2019 12:55:15 +1000 Subject: [PATCH] Fix links to Google cloud run main readme in all examples - [x] Fixes the link for Hello-broken, image-processing, logging-manual and system-package examples --- run/hello-broken/README.md | 2 +- run/image-processing/README.md | 2 +- run/logging-manual/README.md | 2 +- run/system-package/README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/run/hello-broken/README.md b/run/hello-broken/README.md index 8c1e10314b..459b7073a0 100644 --- a/run/hello-broken/README.md +++ b/run/hello-broken/README.md @@ -6,7 +6,7 @@ errors and default values. Use it with the [Local Container Troubleshooting tutorial](http://cloud.google.com/run/docs/tutorials/local-troubleshooting). -For more details on how to work with this sample read the [Google Cloud Run Node.js Samples README](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/run). +For more details on how to work with this sample read the [Google Cloud Run Node.js Samples README](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/run). ## Local Development diff --git a/run/image-processing/README.md b/run/image-processing/README.md index b070cfc853..db386a384b 100644 --- a/run/image-processing/README.md +++ b/run/image-processing/README.md @@ -4,7 +4,7 @@ This sample service applies [Cloud Storage](https://cloud.google.com/storage/doc Use it with the [Image Processing with Cloud Run tutorial](http://cloud.google.com/run/docs/tutorials/image-processing). -For more details on how to work with this sample read the [Google Cloud Run Node.js Samples README](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/run). +For more details on how to work with this sample read the [Google Cloud Run Node.js Samples README](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/run). ## Dependencies diff --git a/run/logging-manual/README.md b/run/logging-manual/README.md index 6d1692fdf5..b300402fdc 100644 --- a/run/logging-manual/README.md +++ b/run/logging-manual/README.md @@ -4,7 +4,7 @@ This sample shows how to send structured logs to Stackdriver Logging. Read more about Cloud Run logging in the [Logging How-to Guide](http://cloud.google.com/run/docs/logging). -For more details on how to work with this sample read the [Google Cloud Run Node.js Samples README](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/run). +For more details on how to work with this sample read the [Google Cloud Run Node.js Samples README](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/run). ## Local Development diff --git a/run/system-package/README.md b/run/system-package/README.md index ab17d5ef3a..15db4f6639 100644 --- a/run/system-package/README.md +++ b/run/system-package/README.md @@ -4,7 +4,7 @@ This sample shows how to use a CLI tool installed as a system package as part of Use it with the [Using system packages tutorial](https://cloud.google.com/run/docs/tutorials/system-packages). -For more details on how to work with this sample read the [Google Cloud Run Node.js Samples README](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/run). +For more details on how to work with this sample read the [Google Cloud Run Node.js Samples README](https://github.com/GoogleCloudPlatform/nodejs-docs-samples/tree/master/run). ## Dependencies