Repository: hbase
Updated Branches:
  refs/heads/HBASE-11533 c0bcf7cc1 -> e68643868


Fixed broken Orca link and broken link to Getting Started


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

Branch: refs/heads/HBASE-11533
Commit: e68643868398d819f57f2d47379527573f2f9ce8
Parents: c0bcf7c
Author: Misty Stanley-Jones <[email protected]>
Authored: Sat Jan 10 07:10:30 2015 +1000
Committer: Misty Stanley-Jones <[email protected]>
Committed: Sat Jan 10 07:10:30 2015 +1000

----------------------------------------------------------------------
 pom.xml                | 2 +-
 src/main/site/site.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/e6864386/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8a75b7d..979ad98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -847,7 +847,7 @@
             </goals>
             <phase>pre-site</phase>
             <configuration>
-              <imagesDir>images</imagesDir>
+              <imagesDir>./images</imagesDir>
               <doctype>book</doctype>
               <attributes>
                 <stylesheet>hbase.css</stylesheet>

http://git-wip-us.apache.org/repos/asf/hbase/blob/e6864386/src/main/site/site.xml
----------------------------------------------------------------------
diff --git a/src/main/site/site.xml b/src/main/site/site.xml
index 04a73cb..c7a0b81 100644
--- a/src/main/site/site.xml
+++ b/src/main/site/site.xml
@@ -63,8 +63,8 @@
       <item name="Other resources" href="resources.html" />
     </menu>
     <menu name="Documentation">
-      <item name="Reference" href="book.html" target="_blank" />
-      <item name="Getting Started" href="book/quickstart.html" />
+      <item name="Reference Guide" href="book.html" target="_blank" />
+      <item name="Getting Started" href="book.html#quickstart" />
       <item name="User API" href="apidocs/index.html" />
       <item name="Developer API" href="devapidocs/index.html" />
       <item name="X-Ref" href="xref/index.html" />

Reply via email to