Skip to content

Commit 6a0ac34

Browse files
authored
fix: update broken link to invalid anchor in README (#4116)
1 parent 4cee7b2 commit 6a0ac34

File tree

21 files changed

+21
-21
lines changed

21 files changed

+21
-21
lines changed

functions/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ There are two versions of Cloud Run functions:
1313

1414
1. Read [Prerequisites][prereq] and [How to run a sample][run] first.
1515

16-
[prereq]: ../README.md#prerequisities
16+
[prereq]: ../README.md#setup
1717
[run]: ../README.md#how-to-run-a-sample
1818

1919
## Samples

functions/env_vars/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ See the [Cloud Functions Using Environment Variables tutorial][tutorial].
1616

1717
## Run the tests
1818

19-
1. Read and follow the [prerequisites](../../#how-to-run-the-tests).
19+
1. Read and follow the [prerequisites](../../#setup).
2020

2121
2. Install dependencies:
2222

functions/helloworld/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ complete list, see the [gcloud reference](https://cloud.google.com/sdk/gcloud/re
2727

2828
## Run the tests
2929

30-
1. Read and follow the [prerequisites](../../../README.md#prerequisites).
30+
1. Read and follow the [prerequisites](../../../README.md#setup).
3131

3232

3333
1. Install dependencies:

functions/helloworld/helloGCS/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ complete list, see the [gcloud reference](https://cloud.google.com/sdk/gcloud/re
2525

2626
## Run the tests
2727

28-
1. Read and follow the [prerequisites](../../../README.md#prerequisites).
28+
1. Read and follow the [prerequisites](../../../README.md#setup).
2929

3030

3131
1. Install dependencies:

functions/helloworld/helloPubSub/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ complete list, see the [gcloud reference](https://cloud.google.com/sdk/gcloud/re
2525

2626
## Run the tests
2727

28-
1. Read and follow the [prerequisites](../../../README.md#prerequisites).
28+
1. Read and follow the [prerequisites](../../../README.md#setup).
2929

3030

3131
1. Install dependencies:

functions/helloworld/helloworldHttp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ complete list, see the [gcloud reference](https://cloud.google.com/sdk/gcloud/re
2525

2626
## Run the tests
2727

28-
1. Read and follow the [prerequisites](../../../README.md#prerequisites).
28+
1. Read and follow the [prerequisites](../../../README.md#setup).
2929

3030

3131
1. Install dependencies:

functions/http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ See the [HTTP functions tutorial][tutorial].
1818

1919
## Run the tests
2020

21-
1. Read and follow the [prerequisites](../../#how-to-run-the-tests).
21+
1. Read and follow the [prerequisites](../../#setup).
2222

2323
1. Install dependencies:
2424

functions/http/corsEnabledFunction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ See the [HTTP functions tutorial][tutorial].
1818

1919
## Run the tests
2020

21-
1. Read and follow the [prerequisites](../../../README.md#prerequisites).
21+
1. Read and follow the [prerequisites](../../../README.md#setup).
2222

2323
1. Install dependencies:
2424

functions/http/corsEnabledFunctionAuth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ See the [HTTP functions tutorial][tutorial].
1818

1919
## Run the tests
2020

21-
1. Read and follow the [prerequisites](../../../README.md#prerequisites).
21+
1. Read and follow the [prerequisites](../../../README.md#setup).
2222

2323
1. Install dependencies:
2424

functions/http/httpContent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ See the [HTTP functions tutorial][tutorial].
1818

1919
## Run the tests
2020

21-
1. Read and follow the [prerequisites](../../../README.md#prerequisites).
21+
1. Read and follow the [prerequisites](../../../README.md#setup).
2222

2323
1. Install dependencies:
2424

0 commit comments

Comments
 (0)