diff --git a/functions/README.md b/functions/README.md index 15028979f7..c221753756 100644 --- a/functions/README.md +++ b/functions/README.md @@ -13,7 +13,7 @@ There are two versions of Cloud Run functions: 1. Read [Prerequisites][prereq] and [How to run a sample][run] first. -[prereq]: ../README.md#prerequisities +[prereq]: ../README.md#setup [run]: ../README.md#how-to-run-a-sample ## Samples diff --git a/functions/env_vars/README.md b/functions/env_vars/README.md index 3fd2fffcc8..9879df389f 100644 --- a/functions/env_vars/README.md +++ b/functions/env_vars/README.md @@ -16,7 +16,7 @@ See the [Cloud Functions Using Environment Variables tutorial][tutorial]. ## Run the tests -1. Read and follow the [prerequisites](../../#how-to-run-the-tests). +1. Read and follow the [prerequisites](../../#setup). 2. Install dependencies: diff --git a/functions/helloworld/README.md b/functions/helloworld/README.md index 743b4e2e0b..15e5c5a795 100644 --- a/functions/helloworld/README.md +++ b/functions/helloworld/README.md @@ -27,7 +27,7 @@ complete list, see the [gcloud reference](https://cloud.google.com/sdk/gcloud/re ## Run the tests -1. Read and follow the [prerequisites](../../../README.md#prerequisites). +1. Read and follow the [prerequisites](../../../README.md#setup). 1. Install dependencies: diff --git a/functions/helloworld/helloGCS/README.md b/functions/helloworld/helloGCS/README.md index ff66aabfda..87303ea22f 100644 --- a/functions/helloworld/helloGCS/README.md +++ b/functions/helloworld/helloGCS/README.md @@ -25,7 +25,7 @@ complete list, see the [gcloud reference](https://cloud.google.com/sdk/gcloud/re ## Run the tests -1. Read and follow the [prerequisites](../../../README.md#prerequisites). +1. Read and follow the [prerequisites](../../../README.md#setup). 1. Install dependencies: diff --git a/functions/helloworld/helloPubSub/README.md b/functions/helloworld/helloPubSub/README.md index 01ec8acce0..729b4f4ac7 100644 --- a/functions/helloworld/helloPubSub/README.md +++ b/functions/helloworld/helloPubSub/README.md @@ -25,7 +25,7 @@ complete list, see the [gcloud reference](https://cloud.google.com/sdk/gcloud/re ## Run the tests -1. Read and follow the [prerequisites](../../../README.md#prerequisites). +1. Read and follow the [prerequisites](../../../README.md#setup). 1. Install dependencies: diff --git a/functions/helloworld/helloworldHttp/README.md b/functions/helloworld/helloworldHttp/README.md index 4083510e07..6cd91f517c 100644 --- a/functions/helloworld/helloworldHttp/README.md +++ b/functions/helloworld/helloworldHttp/README.md @@ -25,7 +25,7 @@ complete list, see the [gcloud reference](https://cloud.google.com/sdk/gcloud/re ## Run the tests -1. Read and follow the [prerequisites](../../../README.md#prerequisites). +1. Read and follow the [prerequisites](../../../README.md#setup). 1. Install dependencies: diff --git a/functions/http/README.md b/functions/http/README.md index 4855b09bce..37db8a8e5f 100644 --- a/functions/http/README.md +++ b/functions/http/README.md @@ -18,7 +18,7 @@ See the [HTTP functions tutorial][tutorial]. ## Run the tests -1. Read and follow the [prerequisites](../../#how-to-run-the-tests). +1. Read and follow the [prerequisites](../../#setup). 1. Install dependencies: diff --git a/functions/http/corsEnabledFunction/README.md b/functions/http/corsEnabledFunction/README.md index e95f459524..dae28cc283 100644 --- a/functions/http/corsEnabledFunction/README.md +++ b/functions/http/corsEnabledFunction/README.md @@ -18,7 +18,7 @@ See the [HTTP functions tutorial][tutorial]. ## Run the tests -1. Read and follow the [prerequisites](../../../README.md#prerequisites). +1. Read and follow the [prerequisites](../../../README.md#setup). 1. Install dependencies: diff --git a/functions/http/corsEnabledFunctionAuth/README.md b/functions/http/corsEnabledFunctionAuth/README.md index e95f459524..dae28cc283 100644 --- a/functions/http/corsEnabledFunctionAuth/README.md +++ b/functions/http/corsEnabledFunctionAuth/README.md @@ -18,7 +18,7 @@ See the [HTTP functions tutorial][tutorial]. ## Run the tests -1. Read and follow the [prerequisites](../../../README.md#prerequisites). +1. Read and follow the [prerequisites](../../../README.md#setup). 1. Install dependencies: diff --git a/functions/http/httpContent/README.md b/functions/http/httpContent/README.md index e95f459524..dae28cc283 100644 --- a/functions/http/httpContent/README.md +++ b/functions/http/httpContent/README.md @@ -18,7 +18,7 @@ See the [HTTP functions tutorial][tutorial]. ## Run the tests -1. Read and follow the [prerequisites](../../../README.md#prerequisites). +1. Read and follow the [prerequisites](../../../README.md#setup). 1. Install dependencies: diff --git a/functions/http/httpMethods/README.md b/functions/http/httpMethods/README.md index e95f459524..dae28cc283 100644 --- a/functions/http/httpMethods/README.md +++ b/functions/http/httpMethods/README.md @@ -18,7 +18,7 @@ See the [HTTP functions tutorial][tutorial]. ## Run the tests -1. Read and follow the [prerequisites](../../../README.md#prerequisites). +1. Read and follow the [prerequisites](../../../README.md#setup). 1. Install dependencies: diff --git a/functions/http/parseXML/README.md b/functions/http/parseXML/README.md index e95f459524..dae28cc283 100644 --- a/functions/http/parseXML/README.md +++ b/functions/http/parseXML/README.md @@ -18,7 +18,7 @@ See the [HTTP functions tutorial][tutorial]. ## Run the tests -1. Read and follow the [prerequisites](../../../README.md#prerequisites). +1. Read and follow the [prerequisites](../../../README.md#setup). 1. Install dependencies: diff --git a/functions/http/uploadFile/README.md b/functions/http/uploadFile/README.md index e95f459524..dae28cc283 100644 --- a/functions/http/uploadFile/README.md +++ b/functions/http/uploadFile/README.md @@ -18,7 +18,7 @@ See the [HTTP functions tutorial][tutorial]. ## Run the tests -1. Read and follow the [prerequisites](../../../README.md#prerequisites). +1. Read and follow the [prerequisites](../../../README.md#setup). 1. Install dependencies: diff --git a/functions/log/README.md b/functions/log/README.md index 748dc88fb6..269ca454f9 100644 --- a/functions/log/README.md +++ b/functions/log/README.md @@ -16,7 +16,7 @@ See the [Writing and Viewing Logs from Cloud Functions documentation][docs]. ## Run the tests -1. Read and follow the [prerequisites](../../../README.md#prerequisites). +1. Read and follow the [prerequisites](../../../README.md#setup). 1. Install dependencies: diff --git a/functions/log/helloWorld/README.md b/functions/log/helloWorld/README.md index 93271db1ec..725fa01c53 100644 --- a/functions/log/helloWorld/README.md +++ b/functions/log/helloWorld/README.md @@ -14,7 +14,7 @@ See the [Writing and Viewing Logs from Cloud Functions documentation][docs]. ## Run the tests -1. Read and follow the [prerequisites](../../../README.md#prerequisites). +1. Read and follow the [prerequisites](../../../README.md#setup). 1. Install dependencies: diff --git a/functions/log/processEntry/README.md b/functions/log/processEntry/README.md index 93271db1ec..725fa01c53 100644 --- a/functions/log/processEntry/README.md +++ b/functions/log/processEntry/README.md @@ -14,7 +14,7 @@ See the [Writing and Viewing Logs from Cloud Functions documentation][docs]. ## Run the tests -1. Read and follow the [prerequisites](../../../README.md#prerequisites). +1. Read and follow the [prerequisites](../../../README.md#setup). 1. Install dependencies: diff --git a/functions/ocr/README.md b/functions/ocr/README.md index 46a5c9a623..02294b7f91 100644 --- a/functions/ocr/README.md +++ b/functions/ocr/README.md @@ -16,7 +16,7 @@ See the [Cloud Functions OCR tutorial][tutorial]. ## Run the tests -1. Read and follow the [prerequisites](https://github.com/GoogleCloudPlatform/nodejs-docs-samples#prerequisites). +1. Read and follow the [prerequisites](https://github.com/GoogleCloudPlatform/nodejs-docs-samples#setup). 1. Install dependencies: diff --git a/functions/slack/README.md b/functions/slack/README.md index 077c039ecb..0a50693558 100644 --- a/functions/slack/README.md +++ b/functions/slack/README.md @@ -16,7 +16,7 @@ See the [Cloud Functions Slack tutorial][tutorial]. ## Run the tests -1. Read and follow the [prerequisites](../../#how-to-run-the-tests). +1. Read and follow the [prerequisites](../../#setup). 1. Install dependencies: diff --git a/functions/v2/ocr/README.md b/functions/v2/ocr/README.md index 6d117fb57f..8ba6ffd418 100644 --- a/functions/v2/ocr/README.md +++ b/functions/v2/ocr/README.md @@ -11,7 +11,7 @@ See the [Cloud Functions OCR tutorial][tutorial]. ## Run the tests -1. Read and follow the [prerequisites](https://github.com/GoogleCloudPlatform/nodejs-docs-samples#prerequisites). +1. Read and follow the [prerequisites](https://github.com/GoogleCloudPlatform/nodejs-docs-samples#setup). 1. Install dependencies: diff --git a/monitoring/prometheus/README.md b/monitoring/prometheus/README.md index 2c34cf813a..188fa98dc5 100644 --- a/monitoring/prometheus/README.md +++ b/monitoring/prometheus/README.md @@ -16,7 +16,7 @@ Prometheus is an open-source systems monitoring and alerting toolkit originally npm install -[prereq]: ../../README.md#prerequisites +[prereq]: ../../README.md#setup [run]: ../../README.md#how-to-run-a-sample ## Samples diff --git a/workflows/quickstart/README.md b/workflows/quickstart/README.md index 47db4ba24c..341855e2e9 100644 --- a/workflows/quickstart/README.md +++ b/workflows/quickstart/README.md @@ -50,4 +50,4 @@ myFirstWorkflow.workflows.yaml` ] ``` -[prereq]: ../../README.md#prerequisities +[prereq]: ../../README.md#setup