aboutsummaryrefslogtreecommitdiff
path: root/docs/ml-classification-regression.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ml-classification-regression.md')
-rw-r--r--docs/ml-classification-regression.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ml-classification-regression.md b/docs/ml-classification-regression.md
index 8ffc997b4b..9569a06472 100644
--- a/docs/ml-classification-regression.md
+++ b/docs/ml-classification-regression.md
@@ -289,7 +289,7 @@ The example below demonstrates how to load the
<div class="codetabs">
<div data-lang="scala" markdown="1">
-Refer to the [Scala API docs](api/scala/index.html#org.apache.spark.ml.classifier.OneVsRest) for more details.
+Refer to the [Scala API docs](api/scala/index.html#org.apache.spark.ml.classification.OneVsRest) for more details.
{% include_example scala/org/apache/spark/examples/ml/OneVsRestExample.scala %}
</div>