aboutsummaryrefslogtreecommitdiff
path: root/docs/streaming-kafka-integration.md
diff options
context:
space:
mode:
authorJongyoul Lee <jongyoul@gmail.com>2015-01-23 23:34:11 -0800
committerReynold Xin <rxin@databricks.com>2015-01-23 23:34:11 -0800
commit09e09c548e7722fca1cdc89bd37de2cee58f4ce9 (patch)
treed377729cd385f02e2367ba081d7ddbc25bc49d2f /docs/streaming-kafka-integration.md
parente224dbb011789297cd6c6ba095f702c042869ed6 (diff)
downloadspark-09e09c548e7722fca1cdc89bd37de2cee58f4ce9.tar.gz
spark-09e09c548e7722fca1cdc89bd37de2cee58f4ce9.tar.bz2
spark-09e09c548e7722fca1cdc89bd37de2cee58f4ce9.zip
[SPARK-5058] Part 2. Typos and broken URL
- Also fixed java link Author: Jongyoul Lee <jongyoul@gmail.com> Closes #4172 from jongyoul/SPARK-FIXDOC and squashes the following commits: 6be03e5 [Jongyoul Lee] [SPARK-5058] Part 2. Typos and broken URL - Also fixed java link
Diffstat (limited to 'docs/streaming-kafka-integration.md')
-rw-r--r--docs/streaming-kafka-integration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/streaming-kafka-integration.md b/docs/streaming-kafka-integration.md
index 0e38fe2144..77c0abbbac 100644
--- a/docs/streaming-kafka-integration.md
+++ b/docs/streaming-kafka-integration.md
@@ -29,7 +29,7 @@ title: Spark Streaming + Kafka Integration Guide
streamingContext, [zookeeperQuorum], [group id of the consumer], [per-topic number of Kafka partitions to consume]);
See the [API docs](api/java/index.html?org/apache/spark/streaming/kafka/KafkaUtils.html)
- and the [example]({{site.SPARK_GITHUB_URL}}/tree/master/examples/src/main/java/org/apache/spark/examples/streaming/JavaKafkaWordCount.java).
+ and the [example]({{site.SPARK_GITHUB_URL}}/blob/master/examples/scala-2.10/src/main/java/org/apache/spark/examples/streaming/JavaKafkaWordCount.java).
</div>
</div>