Skip to content

Commit 37ba2f2

Browse files
geshanfhinkel
authored andcommitted
Fix link to the Node.js Cloud Run sample readme (#1498)
- [x] Point to the master branch readme file
1 parent 43e2d90 commit 37ba2f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run/pubsub/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ This sample shows how to create a service that processes Pub/Sub messages.
44

55
Use it with the [Cloud Pub/Sub with Cloud Run tutorial](http://cloud.google.com/run/docs/tutorials/pubsub).
66

7-
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).
7+
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).
88

99
## Dependencies
1010

1111
* **express**: Web server framework.
1212
* **body-parser**: express middleware for request payload processing.
1313
* **mocha**: [development] Test running framework.
14-
* **supertest**: [development] HTTP assertion test client.
14+
* **supertest**: [development] HTTP assertion test client.

0 commit comments

Comments
 (0)