From 8df783e684c18d314e2cc2c6dd7eb9ef652d1617 Mon Sep 17 00:00:00 2001 From: Grant Timmerman Date: Mon, 10 Jun 2019 16:49:29 -0700 Subject: [PATCH] docs: Fix functions background tutorial link. Fixes #994 --- functions/background/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/background/README.md b/functions/background/README.md index 4ea20d8fef..c554bd7cfd 100644 --- a/functions/background/README.md +++ b/functions/background/README.md @@ -9,7 +9,7 @@ See: * [Background functions sample source code][code] [docs]: https://cloud.google.com/functions/docs/writing/background -[tutorial]: https://cloud.google.com/functions/docs/tutorials/background +[tutorial]: https://cloud.google.com/functions/docs/writing/background [code]: index.js ## Deploy and run the sample