summaryrefslogtreecommitdiff
path: root/downloads.md
diff options
context:
space:
mode:
authorSean Owen <sowen@cloudera.com>2016-11-11 19:56:10 +0000
committerSean Owen <sowen@cloudera.com>2016-11-15 17:56:22 +0100
commitd82e3722043aa2c2c2d5af6d1e68f16a83101d73 (patch)
tree3520325adf57b6265ecf3f676544a19acb1a1813 /downloads.md
parent4e10a1ac10fa773f891422c7c1a3727e47feca8e (diff)
downloadspark-website-d82e3722043aa2c2c2d5af6d1e68f16a83101d73.tar.gz
spark-website-d82e3722043aa2c2c2d5af6d1e68f16a83101d73.tar.bz2
spark-website-d82e3722043aa2c2c2d5af6d1e68f16a83101d73.zip
Use site.baseurl, not site.url, to work with Jekyll 3.3. Require Jekyll 3.3. Again commit HTML consistent with Jekyll 3.3 output. Fix date problem with news posts that set date: by removing date:.
Diffstat (limited to 'downloads.md')
-rw-r--r--downloads.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/downloads.md b/downloads.md
index 0031a0524..17e1c7c3f 100644
--- a/downloads.md
+++ b/downloads.md
@@ -62,7 +62,7 @@ If you are interested in working with the newest under-development code or contr
# 2.0 maintenance branch with stability fixes on top of Spark 2.0.2
git clone git://github.com/apache/spark.git -b branch-2.0
-Once you've downloaded Spark, you can find instructions for installing and building it on the <a href="{{site.url}}documentation.html">documentation page</a>.
+Once you've downloaded Spark, you can find instructions for installing and building it on the <a href="{{site.baseurl}}/documentation.html">documentation page</a>.
### Release Notes for Stable Releases