This is an automated email from the ASF dual-hosted git repository. PDavid pushed a commit to branch asf-site-staging in repository https://gitbox.apache.org/repos/asf/hbase-site.git
commit 641abbf9cb5571a30185a3be82241ba46987e0fe Author: Dávid Paksy <[email protected]> AuthorDate: Thu Apr 23 10:26:33 2026 +0200 HBASE-30113 Update Cluster Replication redirect to new RefGuide (cherry picked from commit 595616ede49be14caa21d9e7f988f3215722dffd) --- .htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.htaccess b/.htaccess index e4ec7e5ef31..16a39865b70 100644 --- a/.htaccess +++ b/.htaccess @@ -1,7 +1,7 @@ # Redirect replication URL to the right section of the book # Rule added 2015-1-12 -- can be removed in 6 months -Redirect permanent /replication.html /book.html#_cluster_replication +Redirect permanent /replication.html https://hbase.apache.org/docs/operational-management/cluster-replication # Redirect old page-per-chapter book sections to new single file. RedirectMatch permanent ^/book/(.*)\.html$ /book.html#$1
