summaryrefslogtreecommitdiff
path: root/site/releases/spark-release-0-5-1.html
diff options
context:
space:
mode:
authorAnkur Dave <ankurdave@apache.org>2014-05-31 03:21:26 +0000
committerAnkur Dave <ankurdave@apache.org>2014-05-31 03:21:26 +0000
commit43588164336771f787d0d2cdf79f0d50ac828af4 (patch)
tree0152873c704f691ccbb0040a498ab4481ce5ddd5 /site/releases/spark-release-0-5-1.html
parente7d788ef5ba171f29174701e6e71b1dbd8b0bd5a (diff)
downloadspark-website-43588164336771f787d0d2cdf79f0d50ac828af4.tar.gz
spark-website-43588164336771f787d0d2cdf79f0d50ac828af4.tar.bz2
spark-website-43588164336771f787d0d2cdf79f0d50ac828af4.zip
Add a GraphX page at /graphx/
Diffstat (limited to 'site/releases/spark-release-0-5-1.html')
-rw-r--r--site/releases/spark-release-0-5-1.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/site/releases/spark-release-0-5-1.html b/site/releases/spark-release-0-5-1.html
index 925d320e3..64d594846 100644
--- a/site/releases/spark-release-0-5-1.html
+++ b/site/releases/spark-release-0-5-1.html
@@ -28,11 +28,11 @@
})();
<!-- Adds slight delay to links to allow async reporting -->
- function trackOutboundLink(link, category, action) {
- try {
- _gaq.push(['_trackEvent', category , action]);
+ function trackOutboundLink(link, category, action) {
+ try {
+ _gaq.push(['_trackEvent', category , action]);
} catch(err){}
-
+
setTimeout(function() {
document.location.href = link.href;
}, 100);
@@ -87,7 +87,7 @@
<li><a href="http://shark.cs.berkeley.edu">Shark (SQL)</a></li>
<li><a href="/streaming/">Spark Streaming</a></li>
<li><a href="/mllib/">MLlib (machine learning)</a></li>
- <li><a href="http://amplab.github.io/graphx/">GraphX (graph)</a></li>
+ <li><a href="/graphx/">GraphX (graph)</a></li>
</ul>
</li>
<li class="dropdown">
@@ -151,7 +151,7 @@
<li><a href="http://shark.cs.berkeley.edu">Shark (SQL)</a></li>
<li><a href="/streaming/">Spark Streaming</a></li>
<li><a href="/mllib/">MLlib (machine learning)</a></li>
- <li><a href="http://amplab.github.io/graphx/">GraphX (graph)</a></li>
+ <li><a href="/graphx/">GraphX (graph)</a></li>
</ul>
</div>
</div>