HCATALOG-600 webhcat installation doc incorrectly gives location of start/stop script


git-svn-id: https://svn.apache.org/repos/asf/incubator/hcatalog/trunk@1435262 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES.txt b/CHANGES.txt
index f207ee6..d46b868 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -176,6 +176,8 @@
   OPTIMIZATIONS
 
   BUG FIXES
+  HCAT-600 webhcat installation doc incorrectly gives location of start/stop script (gates)
+
   HCAT-593 webhcat system tests don't work as per the instructions (thejas via gates)
 
   HCAT-596 fix releaseaudit and automate running (traviscrawford)
diff --git a/src/docs/src/documentation/content/xdocs/rest_server_install.xml b/src/docs/src/documentation/content/xdocs/rest_server_install.xml
index 48db8fc..ae4814a 100644
--- a/src/docs/src/documentation/content/xdocs/rest_server_install.xml
+++ b/src/docs/src/documentation/content/xdocs/rest_server_install.xml
@@ -48,7 +48,7 @@
   <li>Build HCatalog using the command <code>ant jar</code> from the
       top level HCatalog directory.</li>
   <li>Start the REST server with the command
-      <code>bin/webhcat_server.sh start</code>.</li>
+      <code>sbin/webhcat_server.sh start</code>.</li>
   <li>Check that your local install works.  Assuming that the server is running
       on port 50111, the following command would give output similar to that shown.
 <source>