From 1b34044035b1da734b3015ace70c374364273be0 Mon Sep 17 00:00:00 2001 From: akashrv Date: Fri, 30 Aug 2019 11:40:13 -0700 Subject: [PATCH] Adding Image processing sample to the list of external sample code --- docs/samples.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/samples.md b/docs/samples.md index ebd5eaea263..e378ca6d7ca 100755 --- a/docs/samples.md +++ b/docs/samples.md @@ -28,4 +28,6 @@ View the set of Knative code samples that are actively tested and maintained: A list of links to Knative code samples that live outside of [https://knative.dev](https://knative.dev): -- _Be the first to link your externally hosted Knative code sample._ +- [Image processing using Knative Eventing, Cloud Run on GKE (Knative Serving implementation) and Google Cloud Vision API](https://github.com/akashrv/knative-samples/blob/master/docs/image-processing.md) + +_Please add links to your externally hosted Knative code sample._