From 499af88036ab28d1829033d25271a39eb35ca810 Mon Sep 17 00:00:00 2001 From: Akash Verenkar <45154452+akashrv@users.noreply.github.com> Date: Thu, 5 Sep 2019 11:28:54 -0700 Subject: [PATCH] Adding Image processing sample to the list of external sample code (#1758) --- docs/samples.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/samples.md b/docs/samples.md index 1938b055b..dea8ee9c4 100755 --- a/docs/samples.md +++ b/docs/samples.md @@ -27,4 +27,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._