From 400b8d52fed870dfa54ffbf658082bbf845ab532 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Mon, 11 Oct 2021 14:25:37 +0100 Subject: [PATCH] change function example --- function/examples.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/function/examples.json b/function/examples.json index 7c68876..a680292 100644 --- a/function/examples.json +++ b/function/examples.json @@ -3,7 +3,7 @@ { "title": "Deploy a function", "request": { - "repo": "github.com/crufter/gcloud-nodejs-test", + "repo": "github.com/m3o/nodejs-function-example", "name": "my-first-func", "entrypoint": "helloworld", "project": "tests" @@ -35,7 +35,7 @@ "project": "a", "name": "test4", "entrypoint": "helloworld", - "repo": "github.com/crufter/gcloud-nodejs-test", + "repo": "github.com/m3o/nodejs-function-example", "subfolder": "" } ]