From 9d1576b0771fed2eba77158f606d2905f0a74814 Mon Sep 17 00:00:00 2001 From: Misty Stanley-Jones Date: Wed, 10 Feb 2016 11:46:22 -0800 Subject: [PATCH] HBASE-15250 Fix old URLs that currently get redirected --- 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(-) diff --git a/src/main/asciidoc/_chapters/ops_mgt.adoc b/src/main/asciidoc/_chapters/ops_mgt.adoc index 578d66f..c36c5ed 100644 --- a/src/main/asciidoc/_chapters/ops_mgt.adoc +++ b/src/main/asciidoc/_chapters/ops_mgt.adoc @@ -1878,7 +1878,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 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 @@ - + 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

-

See the Architecture Overview, the Apache HBase Reference Guide FAQ, +

See the Architecture Overview, the Apache HBase Reference Guide FAQ, and the other documentation links.

-- 2.5.4 (Apple Git-61)