You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by mp...@apache.org on 2016/07/14 16:16:45 UTC

incubator-kudu git commit: docs: Fix broken link to Introduction in navbar

Repository: incubator-kudu
Updated Branches:
  refs/heads/master 1a1d3a8d2 -> 146fe826b


docs: Fix broken link to Introduction in navbar

We moved introduction.adoc to index.adoc, but the navigation bar still
points to introduction.html

Change-Id: If4bee45e2470d9d9c09da82d4fad7fa80893c7da
Reviewed-on: http://gerrit.cloudera.org:8080/3650
Tested-by: Mike Percy <mp...@apache.org>
Reviewed-by: Jean-Daniel Cryans <jd...@apache.org>


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

Branch: refs/heads/master
Commit: 146fe826bd9cf9c4c4203cd6a561919fbe303e7b
Parents: 1a1d3a8
Author: Mike Percy <mp...@apache.org>
Authored: Thu Jul 14 00:48:43 2016 -0700
Committer: Mike Percy <mp...@apache.org>
Committed: Thu Jul 14 16:16:22 2016 +0000

----------------------------------------------------------------------
 docs/support/jekyll-templates/document.html.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/146fe826/docs/support/jekyll-templates/document.html.erb
----------------------------------------------------------------------
diff --git a/docs/support/jekyll-templates/document.html.erb b/docs/support/jekyll-templates/document.html.erb
index c5e9ed3..718bd04 100644
--- a/docs/support/jekyll-templates/document.html.erb
+++ b/docs/support/jekyll-templates/document.html.erb
@@ -84,7 +84,7 @@ end %>
   <ul>
 <%
       toplevels = [
-        :introduction, "Introducing Kudu",
+        :index, "Introducing Kudu",
         :release_notes, "Kudu Release Notes",
         :quickstart, "Getting Started with Kudu",
         :installation, "Installation Guide",