aboutsummaryrefslogtreecommitdiff
path: root/docs/contributing-to-spark.md
diff options
context:
space:
mode:
authorAndy Konwinski <andyk@berkeley.edu>2013-02-19 16:58:02 -0800
committerAndy Konwinski <andyk@berkeley.edu>2013-02-19 16:58:02 -0800
commitecd137a72da189c52b92a1286b004740706bd936 (patch)
tree0163d97722a422c089c30d5712add7d1c632eba0 /docs/contributing-to-spark.md
parent03d847999e8c54684128573b94973544026081b2 (diff)
downloadspark-ecd137a72da189c52b92a1286b004740706bd936.tar.gz
spark-ecd137a72da189c52b92a1286b004740706bd936.tar.bz2
spark-ecd137a72da189c52b92a1286b004740706bd936.zip
Fixes link to issue tracker in documentation page "Contributing to Spark".
Diffstat (limited to 'docs/contributing-to-spark.md')
-rw-r--r--docs/contributing-to-spark.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/contributing-to-spark.md b/docs/contributing-to-spark.md
index 14d0dc856b..50feeb2d6c 100644
--- a/docs/contributing-to-spark.md
+++ b/docs/contributing-to-spark.md
@@ -15,7 +15,7 @@ The Spark team welcomes contributions in the form of GitHub pull requests. Here
But first, make sure that you have [configured a spark-env.sh](configuration.html) with at least
`SCALA_HOME`, as some of the tests try to spawn subprocesses using this.
- Add new unit tests for your code. We use [ScalaTest](http://www.scalatest.org/) for testing. Just add a new Suite in `core/src/test`, or methods to an existing Suite.
-- If you'd like to report a bug but don't have time to fix it, you can still post it to our [issue tracker](https://spark-project.atlassian.net), or email the [mailing list](http://www.spark-project.org/mailing-lists.html).
+- If you'd like to report a bug but don't have time to fix it, you can still post it to our [issue tracker]({{site.SPARK_ISSUE_TRACKER_URL}}), or email the [mailing list](http://www.spark-project.org/mailing-lists.html).
# Licensing of Contributions