You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2017/08/27 05:33:49 UTC

[49/50] [abbrv] hbase git commit: HBASE-16722 Fixed broken link in CatalogJanitor doc

HBASE-16722 Fixed broken link in CatalogJanitor doc

Signed-off-by: Chia-Ping Tsai <ch...@gmail.com>


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

Branch: refs/heads/HBASE-18467
Commit: f53051b59082e27a775d20a6e058d46696be25cd
Parents: f386a9a
Author: Jan Hentschel <ja...@ultratendency.com>
Authored: Mon Jan 2 14:27:49 2017 +0100
Committer: Chia-Ping Tsai <ch...@gmail.com>
Committed: Sat Aug 26 20:24:20 2017 +0800

----------------------------------------------------------------------
 src/main/asciidoc/_chapters/architecture.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/f53051b5/src/main/asciidoc/_chapters/architecture.adoc
----------------------------------------------------------------------
diff --git a/src/main/asciidoc/_chapters/architecture.adoc b/src/main/asciidoc/_chapters/architecture.adoc
index 2ded813..6ef8375 100644
--- a/src/main/asciidoc/_chapters/architecture.adoc
+++ b/src/main/asciidoc/_chapters/architecture.adoc
@@ -580,7 +580,7 @@ See <<regions.arch.assignment>> for more information on region assignment.
 ==== CatalogJanitor
 
 Periodically checks and cleans up the `hbase:meta` table.
-See <arch.catalog.meta>> for more information on the meta table.
+See <<arch.catalog.meta>> for more information on the meta table.
 
 [[regionserver.arch]]
 == RegionServer