aboutsummaryrefslogtreecommitdiff
path: root/R/README.md
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-11-23 11:25:47 +0000
committerSean Owen <sowen@cloudera.com>2016-11-23 11:25:47 +0000
commit7e0cd1d9b168286386f15e9b55988733476ae2bb (patch)
tree0608b399c5117c697f982ee0628ad4fdce846a54 /R/README.md
parent2559fb4b40c9f42f7b3ed2b77de14461f68b6fa5 (diff)
downloadspark-7e0cd1d9b168286386f15e9b55988733476ae2bb.tar.gz
spark-7e0cd1d9b168286386f15e9b55988733476ae2bb.tar.bz2
spark-7e0cd1d9b168286386f15e9b55988733476ae2bb.zip
[SPARK-18073][DOCS][WIP] Migrate wiki to spark.apache.org web site
## What changes were proposed in this pull request? Updates links to the wiki to links to the new location of content on spark.apache.org. ## How was this patch tested? Doc builds Author: Sean Owen <sowen@cloudera.com> Closes #15967 from srowen/SPARK-18073.1.
Diffstat (limited to 'R/README.md')
-rw-r--r--R/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/R/README.md b/R/README.md
index 47f9a86dfd..4c40c5963d 100644
--- a/R/README.md
+++ b/R/README.md
@@ -51,7 +51,7 @@ sparkR.session()
#### Making changes to SparkR
-The [instructions](https://cwiki.apache.org/confluence/display/SPARK/Contributing+to+Spark) for making contributions to Spark also apply to SparkR.
+The [instructions](http://spark.apache.org/contributing.html) for making contributions to Spark also apply to SparkR.
If you only make R file changes (i.e. no Scala changes) then you can just re-install the R package using `R/install-dev.sh` and test your changes.
Once you have made your changes, please include unit tests for them and run existing unit tests using the `R/run-tests.sh` script as described below.