You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by ma...@apache.org on 2013/09/01 23:59:41 UTC

[57/69] [abbrv] git commit: Fix over-zealous find-and-replace in HTML

Fix over-zealous find-and-replace in HTML


Project: http://git-wip-us.apache.org/repos/asf/incubator-spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-spark/commit/debcf243
Tree: http://git-wip-us.apache.org/repos/asf/incubator-spark/tree/debcf243
Diff: http://git-wip-us.apache.org/repos/asf/incubator-spark/diff/debcf243

Branch: refs/heads/branch-0.8
Commit: debcf243892bcc7de3f41981e63b8daacb0f2e06
Parents: d27cd03
Author: Matei Zaharia <ma...@eecs.berkeley.edu>
Authored: Sat Aug 31 22:41:50 2013 -0700
Committer: Matei Zaharia <ma...@eecs.berkeley.edu>
Committed: Sun Sep 1 14:13:16 2013 -0700

----------------------------------------------------------------------
 docs/_layouts/global.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-spark/blob/debcf243/docs/_layouts/global.html
----------------------------------------------------------------------
diff --git a/docs/_layouts/global.html b/docs/_layouts/global.html
index 349eb92..84749fd 100755
--- a/docs/_layouts/global.html
+++ b/docs/_layouts/global.html
@@ -100,7 +100,7 @@
                                 <li><a href="tuning.html">Tuning Guide</a></li>
                                 <li><a href="hardware-provisioning.html">Hardware Provisioning</a></li>
                                 <li><a href="building-with-maven.html">Building Spark with Maven</a></li>
-                                <li><a href="contributing-to-org.apache.spark.html">Contributing to Spark</a></li>
+                                <li><a href="contributing-to-spark.html">Contributing to Spark</a></li>
                             </ul>
                         </li>
                     </ul>