summaryrefslogtreecommitdiff
path: root/site/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/index.html')
-rw-r--r--site/index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/site/index.html b/site/index.html
index e84fecce5..34ebd95a2 100644
--- a/site/index.html
+++ b/site/index.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>
@@ -231,7 +231,7 @@
<p>
Spark powers a stack of high-level tools including
<a href="http://shark.cs.berkeley.edu">Shark</a> for SQL, <a href="/mllib/">MLlib</a> for machine learning,
- <a href="http://amplab.github.io/graphx/">GraphX</a>, and <a href="/streaming/">Spark Streaming</a>.
+ <a href="/graphx/">GraphX</a>, and <a href="/streaming/">Spark Streaming</a>.
You can combine these frameworks seamlessly in the same application.
</p>
</div>
@@ -241,7 +241,7 @@
<area shape="rect" coords="0,0,74,95" href="http://shark.cs.berkeley.edu" alt="Shark (SQL)" title="Shark" />
<area shape="rect" coords="74,0,150,95" href="/streaming/" alt="Spark Streaming" title="Spark Streaming" />
<area shape="rect" coords="150,0,224,95" href="/mllib/" alt="MLlib (machine learning)" title="MLlib" />
- <area shape="rect" coords="225,0,300,95" href="http://amplab.github.io/graphx/" alt="GraphX" title="GraphX" />
+ <area shape="rect" coords="225,0,300,95" href="/graphx/" alt="GraphX" title="GraphX" />
</map>
</div>
</div>