Improve documentation links to Apache SSHD

Signed-off-by: Shawn O. Pearce <sop@google.com>
diff --git a/Documentation/install.txt b/Documentation/install.txt
index c89c0fc..22b919b 100644
--- a/Documentation/install.txt
+++ b/Documentation/install.txt
@@ -34,7 +34,7 @@
   repo init -u git://android.git.kernel.org/tools/manifest.git
 
   (cd jgit/jgit-maven/jgit && mvn install)
-  (cd mina_sshd && mvn install)
+  (cd sshd && mvn install)
 
   mvn clean package
   cp target/gerrit-*.war ...YOUR.DEST.../gerrit.war
@@ -43,7 +43,7 @@
 The first build may take a while as dependencies are searched
 for and downloaded from Maven distribution repositories.
 
-Unfortunately you need to install snapshots of both JGit and MINA
+Unfortunately you need to install snapshots of both JGit and
 SSHD to your local Maven repository (typically under `~/.m2`).
 These core dependencies are still under active development and have
 not made final releases yet.
@@ -53,6 +53,11 @@
 * http://maven.apache.org/download.html[Download]
 * http://maven.apache.org/run-maven/index.html[Running Maven]
 
+Apache SSHD:
+
+* http://mina.apache.org/sshd/[Apache SSHD]
+
+
 Setting up the Database
 -----------------------