GEDOE-2832: Fixing the link of README.md

Fixed an error in Markdown link notation of README.md.
Delete the space between the display name and the destination URL.
Delete the statements about JCE.

This closes #95
diff --git a/README.md b/README.md
index 05cd4c4..856d622 100644
--- a/README.md
+++ b/README.md
@@ -9,14 +9,14 @@
 
 ## <a name="overview"></a>Overview
 
-Native Client is a client implementation for [Apache Geode] (http://geode.apache.org/) that does not require the Java server JARs.
+Native Client is a client implementation for [Apache Geode](http://geode.apache.org/) that does not require the Java server JARs.
 
 ## <a name="building"></a>Building from Source
 
-Directions to build Native Client from source can be found in the source distribution in `BUILDING.md`.
+Directions to build Native Client from source can be found in the source distribution in [BUILDING.md](BUILDING.md).
 
 ## <a name="started"></a>Introduction
-Please refer to the [Native Client documentation] (http://gemfire-native.docs.pivotal.io/native/introduction/native-client-intro.html) for help in getting started with Native Client.
+Please refer to the [Native Client documentation](http://gemfire-native.docs.pivotal.io/gemfire/introduction/native-client-intro.html) for help in getting started with Native Client.
 
 ## <a name="development"></a>Application Development
 
@@ -48,9 +48,4 @@
 
 The following provides more details on the included cryptographic software:
 
-* Apache Geode is designed to be used with
-  [Java Secure Socket Extension](https://docs.oracle.com/javase/8/docs/technotes/guides/security/jsse/JSSERefGuide.html) (JSSE) and
-  [Java Cryptography Extension](http://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html) (JCE).
-  The [JCE Unlimited Strength Jurisdiction Policy](http://www.oracle.com/technetwork/java/javase/downloads/jce8-download-2133166.html)
-  may need to be installed separately to use keystore passwords with 7 or more characters.
 * Apache Geode links to and uses [OpenSSL](https://www.openssl.org/) ciphers.