HBASE-15250 Fix old URLs that currently get redirected
Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/61a5ef9e Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/61a5ef9e Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/61a5ef9e Branch: refs/heads/hbase-12439 Commit: 61a5ef9e65c59aa7e8cc1fdb9876f27b6465be97 Parents: afa63a9 Author: Misty Stanley-Jones <[email protected]> Authored: Wed Feb 10 11:46:22 2016 -0800 Committer: Misty Stanley-Jones <[email protected]> Committed: Fri Feb 19 13:40:43 2016 -0800 ---------------------------------------------------------------------- src/main/asciidoc/_chapters/ops_mgt.adoc | 2 +- src/main/site/site.xml | 2 +- src/main/site/xdoc/index.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/61a5ef9e/src/main/asciidoc/_chapters/ops_mgt.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/_chapters/ops_mgt.adoc b/src/main/asciidoc/_chapters/ops_mgt.adoc index 0f93785..7e0e23d 100644 --- a/src/main/asciidoc/_chapters/ops_mgt.adoc +++ b/src/main/asciidoc/_chapters/ops_mgt.adoc @@ -1867,7 +1867,7 @@ The act of copying these files creates new HDFS metadata, which is why a restore === Live Cluster Backup - Replication This approach assumes that there is a second cluster. -See the HBase page on link:http://hbase.apache.org/replication.html[replication] for more information. +See the HBase page on link:http://hbase.apache.org/book.html#replication[replication] for more information. [[ops.backup.live.copytable]] === Live Cluster Backup - CopyTable http://git-wip-us.apache.org/repos/asf/hbase/blob/61a5ef9e/src/main/site/site.xml ---------------------------------------------------------------------- diff --git a/src/main/site/site.xml b/src/main/site/site.xml index 02b28ca..6d4de53 100644 --- a/src/main/site/site.xml +++ b/src/main/site/site.xml @@ -111,7 +111,7 @@ <item name="Bulk Loads" href="book.html#arch.bulk.load" target="_blank" /> <item name="Metrics" href="metrics.html" target="_blank" /> <item name="HBase on Windows" href="cygwin.html" target="_blank" /> - <item name="Cluster replication" href="replication.html" target="_blank" /> + <item name="Cluster replication" href="book.html#replication" target="_blank" /> <item name="0.94 Documentation"> <item name="API" href="0.94/apidocs/index.html" target="_blank" /> <item name="X-Ref" href="0.94/xref/index.html" target="_blank" /> http://git-wip-us.apache.org/repos/asf/hbase/blob/61a5ef9e/src/main/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/main/site/xdoc/index.xml b/src/main/site/xdoc/index.xml index 134e58f..50d18c3 100644 --- a/src/main/site/xdoc/index.xml +++ b/src/main/site/xdoc/index.xml @@ -69,7 +69,7 @@ Apache HBase is an open-source, distributed, versioned, non-relational database </p> </section> <section name="More Info"> - <p>See the <a href="http://hbase.apache.org/book/architecture.html#arch.overview">Architecture Overview</a>, the <a href="http://hbase.apache.org/book/faq.html">Apache HBase Reference Guide FAQ</a>, + <p>See the <a href="http://hbase.apache.org/book.html#arch.overview">Architecture Overview</a>, the <a href="http://hbase.apache.org/book.html#faq">Apache HBase Reference Guide FAQ</a>, and the other documentation links. </p> <dl>
