From f4eb5fd6cd1218178e6d672667661e420dc2ed0f Mon Sep 17 00:00:00 2001 From: mp-loki Date: Thu, 16 Nov 2017 00:51:16 -0500 Subject: [PATCH] Typo fixed --- docs/samples/analytics/spark-integration-with-thingsboard.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/samples/analytics/spark-integration-with-thingsboard.md b/docs/samples/analytics/spark-integration-with-thingsboard.md index eb738bf7aa..a73d8212c4 100644 --- a/docs/samples/analytics/spark-integration-with-thingsboard.md +++ b/docs/samples/analytics/spark-integration-with-thingsboard.md @@ -68,10 +68,10 @@ Don't forget to **activate** your new plugin instance by clicking on the corresp Now we need to configure the Rule that will be used to push wind speed data from the weather stations to Kafka. -[**Download**](/docs/samples/analytics/resources/windspeed_telemetry_rule.json) the json with plugin descriptor +[**Download**](/docs/samples/analytics/resources/windspeed_telemetry_rule.json) the json with rule descriptor and use these [**instructions**](/docs/user-guide/ui/rules/#rule-import) to import it to your instance. -Don't forget to **activate** your new rule instance by clicking on the corresponding button in plugin details! +Don't forget to **activate** your new rule instance by clicking on the corresponding button in rule details! ![image](/images/samples/analytics/spark/kafka-rule-activation.png)