Skip to content

Commit ba653e3

Browse files
committed
fix: invalid link to README
1 parent 3730682 commit ba653e3

File tree

18 files changed

+18
-19
lines changed

18 files changed

+18
-19
lines changed

functions/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@ compute solution that allows you to create small, single-purpose functions that
77
respond to Cloud events without the need to manage a server or a runtime
88
environment.
99

10-
[functions_signup]: https://docs.google.com/a/google.com/forms/d/1WQNWPK3xdLnw4oXPT_AIVR9-gd6DLo5ZIucyxzSQ5fQ/viewform
1110
[functions_docs]: https://cloud.google.com/functions/docs/
1211

1312
## Setup
1413

1514
1. Read [Prerequisites][prereq] and [How to run a sample][run] first.
1615

17-
[prereq]: ../README.md#prerequisities
16+
[prereq]: ../README.md#setup
1817
[run]: ../README.md#how-to-run-a-sample
1918

2019
## Samples

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/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

functions/http/httpMethods/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/parseXML/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)