Add sample link to refdoc

This commit is contained in:
Mike Eltsufin
2020-04-02 23:37:46 -04:00
parent 3d70d0d3f4
commit a52d386576

View File

@@ -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.