From ee1fc5153accfcbe1e9e13c3e6d53602bd264c4c Mon Sep 17 00:00:00 2001 From: Ace Nassri Date: Tue, 29 Jan 2019 11:06:24 -0800 Subject: [PATCH] Functions: Remove GCS link in README (#1086) --- functions/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/functions/README.md b/functions/README.md index 8f954147fc..764c7dc029 100644 --- a/functions/README.md +++ b/functions/README.md @@ -25,7 +25,6 @@ environment. * [Cloud Datastore](datastore/) * [Cloud Pub/Sub](pubsub/) * [Cloud Spanner](spanner/) -* [Cloud Storage](gcs/) * [Dependencies](uuid/) * [Error Reporting](errorreporting/) * [HTTP](http/) @@ -35,4 +34,4 @@ environment. * [Slack](slack/) ## Notes: -The samples in the `node8` directory are designed for use with Node.js `8.x.x` only. Unless otherwise noted, all other samples are designed for _both_ Node.js `6.x.x` _and_ Node.js `8.x.x`. \ No newline at end of file +The samples in the `node8` directory are designed for use with Node.js `8.x.x` only. Unless otherwise noted, all other samples are designed for _both_ Node.js `6.x.x` _and_ Node.js `8.x.x`.