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

functions/http/uploadFile/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/log/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ See the [Writing and Viewing Logs from Cloud Functions documentation][docs].
1616

1717
## Run the tests
1818

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

2121
1. Install dependencies:
2222

functions/log/helloWorld/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the [Writing and Viewing Logs from Cloud Functions documentation][docs].
1414

1515
## Run the tests
1616

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

1919
1. Install dependencies:
2020

functions/log/processEntry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ See the [Writing and Viewing Logs from Cloud Functions documentation][docs].
1414

1515
## Run the tests
1616

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

1919
1. Install dependencies:
2020

monitoring/opencensus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ OpenCensus is a toolkit for collecting application performance and behavior data
1717
npm install
1818

1919

20-
[prereq]: ../../README.md#prerequisites
20+
[prereq]: ../../README.md#setup
2121
[run]: ../../README.md#how-to-run-a-sample
2222

2323
## Samples

monitoring/prometheus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Prometheus is an open-source systems monitoring and alerting toolkit originally
1616

1717
npm install
1818

19-
[prereq]: ../../README.md#prerequisites
19+
[prereq]: ../../README.md#setup
2020
[run]: ../../README.md#how-to-run-a-sample
2121

2222
## Samples

opencensus/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ OpenCensus is a toolkit for collecting application performance and behavior data
1717
npm install
1818

1919

20-
[prereq]: ../README.md#prerequisites
20+
[prereq]: ../README.md#setup
2121
[run]: ../README.md#how-to-run-a-sample
2222

2323
## Samples

workflows/quickstart/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ myFirstWorkflow.workflows.yaml`
5050
]
5151
```
5252

53-
[prereq]: ../../README.md#prerequisities
53+
[prereq]: ../../README.md#setup

0 commit comments

Comments
 (0)