From d628184acbc1f7e00a32cc7348929f274d517c9d Mon Sep 17 00:00:00 2001 From: David Simansky Date: Tue, 14 Jan 2020 17:01:59 +0100 Subject: [PATCH] Fix link to yaml file in MQTT CamelSource sample --- docs/eventing/samples/apache-camel-source/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/eventing/samples/apache-camel-source/README.md b/docs/eventing/samples/apache-camel-source/README.md index 5e7ad0da0c3..a9f9b4fa3ca 100644 --- a/docs/eventing/samples/apache-camel-source/README.md +++ b/docs/eventing/samples/apache-camel-source/README.md @@ -108,7 +108,7 @@ CamelSources from the namespace: kubectl delete camelsource --all ``` -Install the [mqtt CamelSource](source_telegram.yaml): +Install the [mqtt CamelSource](source_mqtt.yaml): ```shell kubectl apply -f source_mqtt.yaml