You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2014/10/14 05:11:56 UTC

git commit: HBASE-12248 broken link in hbase shell help (André Kelpe)

Repository: hbase
Updated Branches:
  refs/heads/master 6dea02b26 -> a47fe89d9


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/a47fe89d
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a47fe89d
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a47fe89d

Branch: refs/heads/master
Commit: a47fe89d95b0903a7f26df490f7dd7da5510df1a
Parents: 6dea02b
Author: stack <st...@apache.org>
Authored: Mon Oct 13 20:11:43 2014 -0700
Committer: stack <st...@apache.org>
Committed: Mon Oct 13 20:11:43 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/a47fe89d/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 8b6b44f..1cfd3d6 100644
--- a/hbase-shell/src/main/ruby/shell.rb
+++ b/hbase-shell/src/main/ruby/shell.rb
@@ -225,7 +225,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