From 1224cbf1bf918a207fb0d9c26375721ef928003b Mon Sep 17 00:00:00 2001
From: Nikita Koksharov <mrniko@users.noreply.github.com>
Date: Mon, 29 Apr 2019 16:43:01 +0300
Subject: [PATCH] Update CHANGELOG.md

---
 CHANGELOG.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc3a10b0f..b231b6f54 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,7 +5,7 @@ Redisson Releases History
 Сonsider __[Redisson PRO](https://redisson.pro)__ version for advanced features and support by SLA.
 
 ### 29-Apr-2019 - versions 3.10.7 released  
-Feature - Add support for Reactive and RxJava2 interfaces to RemoteService object  
+Feature - Add support for [Reactive and RxJava2 interfaces](https://github.com/redisson/redisson/wiki/9.-distributed-services#913-remote-service-asynchronous-reactive-and-rxjava2-calls) to RemoteService object  
 Feature - MILLISECONDS option added to RRateLimiter.RateIntervalUnit object  
 Feature - range method added to RList, RListReactive and RListRx interfaces  
 Improvement - `JCache.getAll` execution optimization for non-existing keys