aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKay Ousterhout <kayousterhout@gmail.com>2014-12-02 09:06:02 -0800
committerKay Ousterhout <kayousterhout@gmail.com>2014-12-02 09:06:24 -0800
commitb97c27ff257f77422ba17903d4e568be738265fb (patch)
tree6f6f55769624f986d409276c7d36ba0d22b5f9de /docs
parent3783e15f0dc36f966b449227668e232707d6696b (diff)
downloadspark-b97c27ff257f77422ba17903d4e568be738265fb.tar.gz
spark-b97c27ff257f77422ba17903d4e568be738265fb.tar.bz2
spark-b97c27ff257f77422ba17903d4e568be738265fb.zip
[SPARK-4686] Link to allowed master URLs is broken
The link points to the old scala programming guide; it should point to the submitting applications page. This should be backported to 1.1.2 (it's been broken as of 1.0). Author: Kay Ousterhout <kayousterhout@gmail.com> Closes #3542 from kayousterhout/SPARK-4686 and squashes the following commits: a8fc43b [Kay Ousterhout] [SPARK-4686] Link to allowed master URLs is broken (cherry picked from commit d9a148ba6a67a01e4bf77c35c41dd4cbc8918c82) Signed-off-by: Kay Ousterhout <kayousterhout@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/configuration.md b/docs/configuration.md
index be418aa712..cdd9f1ea1f 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -98,7 +98,7 @@ of the most common options to set are:
<td>(none)</td>
<td>
The cluster manager to connect to. See the list of
- <a href="scala-programming-guide.html#master-urls"> allowed master URL's</a>.
+ <a href="submitting-applications.html#master-urls"> allowed master URL's</a>.
</td>
</tr>
<tr>