aboutsummaryrefslogtreecommitdiff
path: root/docs/java-programming-guide.md
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-02-25 15:19:05 -0800
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-02-25 15:19:05 -0800
commit351ac5233e20073e3161a5817992ac61317ce2f6 (patch)
tree1b5d9de3f683121dd8231eb1f5969736c601553e /docs/java-programming-guide.md
parent2ae15353a116b8230dd0267d2ad06545a0088499 (diff)
downloadspark-351ac5233e20073e3161a5817992ac61317ce2f6.tar.gz
spark-351ac5233e20073e3161a5817992ac61317ce2f6.tar.bz2
spark-351ac5233e20073e3161a5817992ac61317ce2f6.zip
Some tweaks to docs
Diffstat (limited to 'docs/java-programming-guide.md')
-rw-r--r--docs/java-programming-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/java-programming-guide.md b/docs/java-programming-guide.md
index 37a906ea1c..ae8257b539 100644
--- a/docs/java-programming-guide.md
+++ b/docs/java-programming-guide.md
@@ -189,7 +189,7 @@ We hope to generate documentation with Java-style syntax in the future.
# Where to Go from Here
Spark includes several sample programs using the Java API in
-`examples/src/main/java`. You can run them by passing the class name to the
+[`examples/src/main/java`](https://github.com/mesos/spark/tree/master/examples/src/main/java/spark/examples). You can run them by passing the class name to the
`run` script included in Spark -- for example, `./run
spark.examples.JavaWordCount`. Each example program prints usage help when run
without any arguments.