Repository: geode-native Updated Branches: refs/heads/develop 9c5db5626 -> e2630b160
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 Project: http://git-wip-us.apache.org/repos/asf/geode-native/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-native/commit/e2630b16 Tree: http://git-wip-us.apache.org/repos/asf/geode-native/tree/e2630b16 Diff: http://git-wip-us.apache.org/repos/asf/geode-native/diff/e2630b16 Branch: refs/heads/develop Commit: e2630b160afdece55edfb22404f4002e1da603bf Parents: 9c5db56 Author: masaki.yamakawa <[email protected]> Authored: Fri Apr 28 01:09:10 2017 +0900 Committer: Jacob Barrett <[email protected]> Committed: Mon May 8 07:02:26 2017 -0700 ---------------------------------------------------------------------- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode-native/blob/e2630b16/README.md ---------------------------------------------------------------------- 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 @@ for both object code and source code. 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.
