From 2c2cf36c529294c547c81af6a769f048f03fa945 Mon Sep 17 00:00:00 2001 From: Abhishek Kumar Date: Thu, 12 Feb 2015 12:35:08 +0530 Subject: [PATCH] HBASE-13024 : Broken document link --- src/main/asciidoc/_chapters/architecture.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/asciidoc/_chapters/architecture.adoc b/src/main/asciidoc/_chapters/architecture.adoc index 9e0b0c2..bf256ff 100644 --- a/src/main/asciidoc/_chapters/architecture.adoc +++ b/src/main/asciidoc/_chapters/architecture.adoc @@ -167,7 +167,7 @@ Connections are heavyweight objects. Create once and keep an instance around. Table, Admin and RegionLocator instances are lightweight. Create as you go and then let go as soon as you are done by closing them. -See the link:/Users/stack/checkouts/hbase.git/target/site/apidocs/org/apache/hadoop/hbase/client/package-summary.html[Client Package Javadoc Description] for example usage of the new HBase 1.0 API. +See the link:/apidocs/org/apache/hadoop/hbase/client/package-summary.html[Client Package Javadoc Description] for example usage of the new HBase 1.0 API. For connection configuration information, see <>. -- 1.8.4.msysgit.0