Repository: spark Updated Branches: refs/heads/master c5172568b -> f3a3fed76
[MINOR][DOCS] Remove Apache Spark Wiki address ## What changes were proposed in this pull request? According to the notice of the following Wiki front page, we can remove the obsolete wiki pointer safely in `README.md` and `docs/index.md`, too. These two lines are the last occurrence of that links. ``` All current wiki content has been merged into pages at http://spark.apache.org as of November 2016. Each page links to the new location of its information on the Spark web site. Obsolete wiki content is still hosted here, but carries a notice that it is no longer current. ``` ## How was this patch tested? Manual. - `README.md`: https://github.com/dongjoon-hyun/spark/tree/remove_wiki_from_readme - `docs/index.md`: ``` cd docs SKIP_API=1 jekyll build ```  Author: Dongjoon Hyun <[email protected]> Closes #16239 from dongjoon-hyun/remove_wiki_from_readme. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/f3a3fed7 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/f3a3fed7 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/f3a3fed7 Branch: refs/heads/master Commit: f3a3fed76cb74ecd0f46031f337576ce60f54fb2 Parents: c517256 Author: Dongjoon Hyun <[email protected]> Authored: Sat Dec 10 16:40:10 2016 +0000 Committer: Sean Owen <[email protected]> Committed: Sat Dec 10 16:40:10 2016 +0000 ---------------------------------------------------------------------- README.md | 3 +-- docs/index.md | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/f3a3fed7/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 18914bf..d0eca1d 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,7 @@ and Spark Streaming for stream processing. ## Online Documentation You can find the latest Spark documentation, including a programming -guide, on the [project web page](http://spark.apache.org/documentation.html) -and [project wiki](https://cwiki.apache.org/confluence/display/SPARK). +guide, on the [project web page](http://spark.apache.org/documentation.html). This README file only contains basic setup instructions. ## Building Spark http://git-wip-us.apache.org/repos/asf/spark/blob/f3a3fed7/docs/index.md ---------------------------------------------------------------------- diff --git a/docs/index.md b/docs/index.md index c5d34cb..57b9fa8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -131,7 +131,6 @@ options for deployment: **External Resources:** * [Spark Homepage](http://spark.apache.org) -* [Spark Wiki](https://cwiki.apache.org/confluence/display/SPARK) * [Spark Community](http://spark.apache.org/community.html) resources, including local meetups * [StackOverflow tag `apache-spark`](http://stackoverflow.com/questions/tagged/apache-spark) * [Mailing Lists](http://spark.apache.org/mailing-lists.html): ask questions about Spark here --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
