summaryrefslogtreecommitdiff
path: root/screencasts/_posts/2013-04-11-2-spark-documentation-overview.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 /screencasts/_posts/2013-04-11-2-spark-documentation-overview.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 'screencasts/_posts/2013-04-11-2-spark-documentation-overview.md')
-rw-r--r--screencasts/_posts/2013-04-11-2-spark-documentation-overview.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/screencasts/_posts/2013-04-11-2-spark-documentation-overview.md b/screencasts/_posts/2013-04-11-2-spark-documentation-overview.md
index af5d28182..1fd7b7daf 100644
--- a/screencasts/_posts/2013-04-11-2-spark-documentation-overview.md
+++ b/screencasts/_posts/2013-04-11-2-spark-documentation-overview.md
@@ -12,11 +12,11 @@ This is our 2nd Spark screencast. In it, we take a tour of the documentation ava
<div class="video-container video-square shadow"><iframe width="755" height="705" src="//www.youtube.com/embed/Dbqe_rv-NJQ?autohide=0&showinfo=0&list=PL-x35fyliRwhKT-NpTKprPW1bkbdDcTTW" frameborder="0" allowfullscreen></iframe></div>
-Check out the next spark screencast in the series, <a href="{{site.url}}screencasts/3-transformations-and-caching.html">Spark Screencast #3 - Transformations and Caching</a>.
+Check out the next spark screencast in the series, <a href="{{site.baseurl}}/screencasts/3-transformations-and-caching.html">Spark Screencast #3 - Transformations and Caching</a>.
And here are links to the documentation shown in the video:
<ul>
- <li><a href="{{site.url}}documentation.html">Spark documentation page</a></li>
+ <li><a href="{{site.baseurl}}/documentation.html">Spark documentation page</a></li>
<li><a href="http://ampcamp.berkeley.edu/big-data-mini-course-home">Amp Camp Mini Course</a></li>
</ul>