Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 0B8E61746D for ; Tue, 14 Oct 2014 03:12:48 +0000 (UTC) Received: (qmail 73013 invoked by uid 500); 14 Oct 2014 03:12:47 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 72965 invoked by uid 500); 14 Oct 2014 03:12:47 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 72956 invoked by uid 99); 14 Oct 2014 03:12:47 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Oct 2014 03:12:47 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 84447915702; Tue, 14 Oct 2014 03:12:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: stack@apache.org To: commits@hbase.apache.org Message-Id: <75c108fd7d564448bd58ba1f2bc4f5ee@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: =?utf-8?q?git_commit=3A_HBASE-12248_broken_link_in_hbase_shell_hel?= =?utf-8?q?p_=28Andr=C3=A9_Kelpe=29?= Date: Tue, 14 Oct 2014 03:12:47 +0000 (UTC) Repository: hbase Updated Branches: refs/heads/0.98 96ef77ab3 -> c7e05568b HBASE-12248 broken link in hbase shell help (André Kelpe) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c7e05568 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c7e05568 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/c7e05568 Branch: refs/heads/0.98 Commit: c7e05568bf2265385dd382cd946d4f7b2d339e2b Parents: 96ef77a Author: stack Authored: Mon Oct 13 20:11:43 2014 -0700 Committer: stack Committed: Mon Oct 13 20:12:37 2014 -0700 ---------------------------------------------------------------------- hbase-shell/src/main/ruby/shell.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/c7e05568/hbase-shell/src/main/ruby/shell.rb ---------------------------------------------------------------------- diff --git a/hbase-shell/src/main/ruby/shell.rb b/hbase-shell/src/main/ruby/shell.rb index 7e948b7..e67bdf0 100644 --- a/hbase-shell/src/main/ruby/shell.rb +++ b/hbase-shell/src/main/ruby/shell.rb @@ -218,7 +218,7 @@ double-quote'd hexadecimal representation. For example: hbase> put 't1', "test\\xef\\xff", 'f1:', "\\x01\\x33\\x40" The HBase shell is the (J)Ruby IRB with the above HBase-specific commands added. -For more on the HBase Shell, see http://hbase.apache.org/docs/current/book.html +For more on the HBase Shell, see http://hbase.apache.org/book.html HERE end end