From a52d38657649d716a29b78e5bf2edff2e0c2bca8 Mon Sep 17 00:00:00 2001 From: Mike Eltsufin Date: Thu, 2 Apr 2020 23:37:46 -0400 Subject: [PATCH] Add sample link to refdoc --- docs/src/main/asciidoc/adapters/gcp-intro.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/src/main/asciidoc/adapters/gcp-intro.adoc b/docs/src/main/asciidoc/adapters/gcp-intro.adoc index d95221a2a..f9a5f849b 100644 --- a/docs/src/main/asciidoc/adapters/gcp-intro.adoc +++ b/docs/src/main/asciidoc/adapters/gcp-intro.adoc @@ -130,3 +130,7 @@ Invoke the HTTP function: ---- curl https://REGION-PROJECT_ID.cloudfunctions.net/function-sample-gcp -d "hello" ---- + +==== Sample Function + +Go to the link:../../spring-cloud-function-samples/function-sample-gcp/[function-sample-gcp] to try out a sample function that you can test locally or deploy to GCP.