summaryrefslogtreecommitdiff
path: root/site/community.html
diff options
context:
space:
mode:
Diffstat (limited to 'site/community.html')
-rw-r--r--site/community.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/site/community.html b/site/community.html
index 7aa5c9e91..9e22625ee 100644
--- a/site/community.html
+++ b/site/community.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>
@@ -222,7 +222,7 @@ in 2009, and was open sourced in early 2010.
Many of the ideas behind the system are presented in various
<a href="/research.html">research papers</a>.
The AMPLab continues to perform research on both improving Spark and on systems built on top, such as
-<a href="http://shark.cs.berkeley.edu">Shark</a>, <a href="http://amplab.github.io/graphx/">GraphX</a>, and
+<a href="http://shark.cs.berkeley.edu">Shark</a>, <a href="/graphx/">GraphX</a>, and
<a href="/streaming/">Spark Streaming</a>.
</p>