From 8f06164625afba1335c4b54e42afd00648d071d5 Mon Sep 17 00:00:00 2001
From: vharseko <vharseko@openam.org.ru>
Date: Sat, 03 Mar 2018 09:59:05 +0000
Subject: [PATCH] [OpenDJ](https://github.com/OpenIdentityPlatform/OpenDJ)

---
 README.md |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/README.md b/README.md
index 33711a5..d9d3df1 100644
--- a/README.md
+++ b/README.md
@@ -8,16 +8,16 @@
 [![Top language](https://img.shields.io/github/languages/top/OpenIdentityPlatform/OpenDJ.svg)](https://github.com/OpenIdentityPlatform/OpenDJ)
 [![Code size in bytes](https://img.shields.io/github/languages/code-size/OpenIdentityPlatform/OpenDJ.svg)](https://github.com/OpenIdentityPlatform/OpenDJ)
 
-OpenDJ is an [LDAPv3](http://tools.ietf.org/html/rfc4510) compliant directory service, which has been developed 
+[OpenDJ](https://github.com/OpenIdentityPlatform/OpenDJ) is an [LDAPv3](http://tools.ietf.org/html/rfc4510) compliant directory service, which has been developed 
 for the Java platform, providing a high performance, highly available, and secure store for the identities managed 
 by your organization. Its easy installation process, combined with the power of the Java platform makes OpenDJ
 the simplest, fastest directory to deploy and manage.
 
-## License
+## [OpenDJ](https://github.com/OpenIdentityPlatform/OpenDJ) License
 This project is licensed under the Common Development and Distribution License (CDDL). The following text applies to 
 both this file, and should also be included in all files in the project.
 
-## Downloads 
+## [OpenDJ](https://github.com/OpenIdentityPlatform/OpenDJ) Downloads 
 * [OpenDJ ZIP](https://github.com/OpenIdentityPlatform/OpenDJ/releases/latest) (All OS)
 * [OpenDJ Docker](https://hub.docker.com/r/openidentityplatform/opendj/) (All OS)
 * [OpenDJ DEB](https://github.com/OpenIdentityPlatform/OpenDJ/releases/latest) (Debian)
@@ -26,14 +26,14 @@
 
 Java 1.8+ required
 
-## How-to build
+## How-to build [OpenDJ](https://github.com/OpenIdentityPlatform/OpenDJ) from source
 ```bash
 git clone --recursive  https://github.com/OpenIdentityPlatform/OpenDJ.git
 mvn clean install -f OpenDJ/forgerock-parent
 mvn clean install -f OpenDJ
 ```
 
-## How-to run after build
+## How-to run [OpenDJ](https://github.com/OpenIdentityPlatform/OpenDJ) after build
 ```bash
 cd OpenDJ/opendj-server-legacy/target/package/opendj
 ./setup
@@ -41,16 +41,16 @@
 bin/stop-ds
 ```
 
-## Support and Mailing List Information
+## [OpenDJ](https://github.com/OpenIdentityPlatform/OpenDJ) support and mailing List Information
 * OpenDJ Community Mailing List: open-identity-platform-opendj@googlegroups.com
 * OpenDJ Community Archive: https://groups.google.com/d/forum/open-identity-platform-opendj
 * OpenDJ Community on Gitter: https://gitter.im/OpenIdentityPlatform/OpenDJ
 * OpenDJ Commercial support RFP: support@openam.org.ru (English, Russian)
 
-## Contributing
+## [OpenDJ](https://github.com/OpenIdentityPlatform/OpenDJ) contributing
 Please, make [Pull request](https://github.com/OpenIdentityPlatform/OpenDJ/pulls)
 
-## Thanks
+## Thanks for [OpenDJ](https://github.com/OpenIdentityPlatform/OpenDJ)
 * Sun OpenDS
 * Oracle OpenDS
 * Forgerock OpenDJ

--
Gitblit v1.10.0