From 604cb20824a35878daedd32a164cf27cbe235a1a Mon Sep 17 00:00:00 2001 From: Mike Eltsufin Date: Mon, 6 Apr 2020 16:21:33 -0400 Subject: [PATCH] Fix GCP Sample link in refdoc Resolves #482 --- docs/src/main/asciidoc/adapters/gcp-intro.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/adapters/gcp-intro.adoc b/docs/src/main/asciidoc/adapters/gcp-intro.adoc index f9a5f849b..e42aa9b0b 100644 --- a/docs/src/main/asciidoc/adapters/gcp-intro.adoc +++ b/docs/src/main/asciidoc/adapters/gcp-intro.adoc @@ -133,4 +133,4 @@ 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. +Go to the https://github.com/spring-cloud/spring-cloud-function/tree/master/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.