aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2013-02-13 18:42:17 -0800
committerMatei Zaharia <matei@eecs.berkeley.edu>2013-02-13 18:42:17 -0800
commite8663e0fe5550d3ba0046ac2ba464524aef8d0cd (patch)
tree82edde018f62c6aadd19b653e95f97d7e7550411 /docs
parentfd7e414bd0eab4f8d82e225d9981d2eba036e756 (diff)
parent131b56afd0ec20b92502e11acda77c6594380471 (diff)
downloadspark-e8663e0fe5550d3ba0046ac2ba464524aef8d0cd.tar.gz
spark-e8663e0fe5550d3ba0046ac2ba464524aef8d0cd.tar.bz2
spark-e8663e0fe5550d3ba0046ac2ba464524aef8d0cd.zip
Merge pull request #461 from JoshRosen/fix/issue-tracker-link
Update issue tracker link in contributing guide
Diffstat (limited to 'docs')
-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 c6e01c62d8..14d0dc856b 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 [issues page](https://github.com/mesos/spark/issues), 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](https://spark-project.atlassian.net), or email the [mailing list](http://www.spark-project.org/mailing-lists.html).
# Licensing of Contributions