aboutsummaryrefslogtreecommitdiff
path: root/docs/streaming-programming-guide.md
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-11-23 11:25:47 +0000
committerSean Owen <sowen@cloudera.com>2016-11-23 11:25:47 +0000
commit7e0cd1d9b168286386f15e9b55988733476ae2bb (patch)
tree0608b399c5117c697f982ee0628ad4fdce846a54 /docs/streaming-programming-guide.md
parent2559fb4b40c9f42f7b3ed2b77de14461f68b6fa5 (diff)
downloadspark-7e0cd1d9b168286386f15e9b55988733476ae2bb.tar.gz
spark-7e0cd1d9b168286386f15e9b55988733476ae2bb.tar.bz2
spark-7e0cd1d9b168286386f15e9b55988733476ae2bb.zip
[SPARK-18073][DOCS][WIP] Migrate wiki to spark.apache.org web site
## What changes were proposed in this pull request? Updates links to the wiki to links to the new location of content on spark.apache.org. ## How was this patch tested? Doc builds Author: Sean Owen <sowen@cloudera.com> Closes #15967 from srowen/SPARK-18073.1.
Diffstat (limited to 'docs/streaming-programming-guide.md')
-rw-r--r--docs/streaming-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/streaming-programming-guide.md b/docs/streaming-programming-guide.md
index 18fc1cd934..1fcd198685 100644
--- a/docs/streaming-programming-guide.md
+++ b/docs/streaming-programming-guide.md
@@ -2382,7 +2382,7 @@ additional effort may be necessary to achieve exactly-once semantics. There are
- [Kafka Integration Guide](streaming-kafka-integration.html)
- [Kinesis Integration Guide](streaming-kinesis-integration.html)
- [Custom Receiver Guide](streaming-custom-receivers.html)
-* Third-party DStream data sources can be found in [Third Party Projects](https://cwiki.apache.org/confluence/display/SPARK/Third+Party+Projects)
+* Third-party DStream data sources can be found in [Third Party Projects](http://spark.apache.org/third-party-projects.html)
* API documentation
- Scala docs
* [StreamingContext](api/scala/index.html#org.apache.spark.streaming.StreamingContext) and