Repository: hbase
Updated Branches:
  refs/heads/master 35693f058 -> 389e142ea


HBASE-18265 Correct the link unuseful in regionServer's region state UI

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


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

Branch: refs/heads/master
Commit: 389e142eae6f170b8b703a15b1027a655d349d3f
Parents: 35693f0
Author: 张世彬10204932 <zhang.shi...@zte.com.cn>
Authored: Mon Jun 26 12:39:18 2017 +0800
Committer: Chia-Ping Tsai <chia7...@gmail.com>
Committed: Tue Jun 27 10:38:46 2017 +0800

----------------------------------------------------------------------
 .../org/apache/hadoop/hbase/tmpl/regionserver/RegionListTmpl.jamon | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/389e142e/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/RegionListTmpl.jamon
----------------------------------------------------------------------
diff --git 
a/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/RegionListTmpl.jamon
 
b/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/RegionListTmpl.jamon
index 96c3a96..7088f60 100644
--- 
a/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/RegionListTmpl.jamon
+++ 
b/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/regionserver/RegionListTmpl.jamon
@@ -78,7 +78,7 @@
     The hbase:meta table keeps a list of all regions in the system. The empty 
key is used to denote
     table start and table end.  A region with an empty start key is the first 
region in a table.
     If a region has both an empty start key and an empty end key, it's the 
only region in the
-    table. See <a href="http://hbase.org";>HBase Home</a> for further 
explication.<p>
+    table. See <a href="http://hbase.apache.org";>HBase Home</a> for further 
explication.<p>
 <%else>
     <p>Not serving regions</p>
 </%if>

Reply via email to