Repository: spark
Updated Branches:
  refs/heads/master 0cba802ad -> 4e47d54be


[docs] [SPARK-6306] Readme points to dead link

The link to "Specifying the Hadoop Version" currently points to 
http://spark.apache.org/docs/latest/building-with-maven.html#specifying-the-hadoop-version.

The correct link is: 
http://spark.apache.org/docs/latest/building-spark.html#specifying-the-hadoop-version

Author: Theodore Vasiloudis <t...@sics.se>

Closes #4999 from thvasilo/patch-1 and squashes the following commits:

c34aea8 [Theodore Vasiloudis] Fix dead link in Readme


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/4e47d54b
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/4e47d54b
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/4e47d54b

Branch: refs/heads/master
Commit: 4e47d54befb23587a2060aed4c535d8f86c297cf
Parents: 0cba802
Author: Theodore Vasiloudis <t...@sics.se>
Authored: Thu Mar 12 15:01:33 2015 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Thu Mar 12 15:01:33 2015 +0000

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/4e47d54b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index af02339..c3afc4d 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ storage systems. Because the protocols have changed in 
different versions of
 Hadoop, you must build Spark against the same version that your cluster runs.
 
 Please refer to the build documentation at
-["Specifying the Hadoop 
Version"](http://spark.apache.org/docs/latest/building-with-maven.html#specifying-the-hadoop-version)
+["Specifying the Hadoop 
Version"](http://spark.apache.org/docs/latest/building-spark.html#specifying-the-hadoop-version)
 for detailed guidance on building for a particular distribution of Hadoop, 
including
 building for particular Hive and Hive Thriftserver distributions. See also
 ["Third Party Hadoop 
Distributions"](http://spark.apache.org/docs/latest/hadoop-third-party-distributions.html)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to