[Documentation] Fix location of start-crail.sh and stop-crail.sh as well as TcpNameNode RPC type in doc.
diff --git a/doc/source/config.rst b/doc/source/config.rst
index 50d91b3..ce17e04 100644
--- a/doc/source/config.rst
+++ b/doc/source/config.rst
@@ -76,7 +76,7 @@
 is used to configure the RPC implementation. We currently offer two implementations:
 
 * A TCP implementation based on `narpc <https://github.com/zrlio/narpc>`_ (default):
-  **org.apache.crail.namenode.rpc.tcp.tcpnamenode**
+  **org.apache.crail.namenode.rpc.tcp.TcpNameNode**
 * A RDMA implementation based on `darpc <https://github.com/zrlio/darpc>`_:
   **org.apache.crail.namenode.rpc.darpc.DaRPCNameNode**
 
diff --git a/doc/source/run.rst b/doc/source/run.rst
index 1fd235b..05c12e1 100644
--- a/doc/source/run.rst
+++ b/doc/source/run.rst
@@ -113,13 +113,13 @@
 
 .. code-block:: bash
 
-   $CRAIL_HOME/start-crail.sh
+   $CRAIL_HOME/bin/start-crail.sh
 
 Similarly, Crail can be stopped by using
 
 .. code-block:: bash
 
-   $CRAIL_HOME/stop-crail.sh
+   $CRAIL_HOME/bin/stop-crail.sh
 
 For this to work include the list of machines to start datanodes in the :ref:`slaves` file.
 You can start multiple datanode of different types on the same host as follows: