Repository: hbase Updated Branches: refs/heads/master f386a9a37 -> f53051b59
HBASE-16722 Fixed broken link in CatalogJanitor doc Signed-off-by: Chia-Ping Tsai <[email protected]> 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/master Commit: f53051b59082e27a775d20a6e058d46696be25cd Parents: f386a9a Author: Jan Hentschel <[email protected]> Authored: Mon Jan 2 14:27:49 2017 +0100 Committer: Chia-Ping Tsai <[email protected]> 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
