This is an automated email from the ASF dual-hosted git repository.

liujun pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 9e65599  polish 2.7.0 docs
9e65599 is described below

commit 9e65599fd9f8a8043d03e55f8211334d31919afa
Author: ken.lj <[email protected]>
AuthorDate: Tue Jan 29 11:23:46 2019 +0800

    polish 2.7.0 docs
---
 docs/zh-cn/user/configuration/config-center.md |  6 +++---
 docs/zh-cn/user/demos/async-call.md            |  2 +-
 docs/zh-cn/user/demos/config-rule.md           |  6 +++---
 docs/zh-cn/user/demos/routing-rule.md          | 12 ++++++------
 4 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/docs/zh-cn/user/configuration/config-center.md 
b/docs/zh-cn/user/configuration/config-center.md
index 73259b6..a246a9c 100644
--- a/docs/zh-cn/user/configuration/config-center.md
+++ b/docs/zh-cn/user/configuration/config-center.md
@@ -148,6 +148,6 @@ configCenter.setExternalConfig(dubboConfigurations);
 
 不同的规则以不同的key后缀区分:
 
-- configurators,[覆盖规则]()
-- tag-router,[标签路由]()
-- condition-router,[条件路由
\ No newline at end of file
+- configurators,[覆盖规则](../demos/config-rule.md)
+- tag-router,[标签路由](../demos/routing-rule.md)
+- condition-router,[条件路由](../demos/routing-rule.md)
\ No newline at end of file
diff --git a/docs/zh-cn/user/demos/async-call.md 
b/docs/zh-cn/user/demos/async-call.md
index b42a182..a2ff083 100644
--- a/docs/zh-cn/user/demos/async-call.md
+++ b/docs/zh-cn/user/demos/async-call.md
@@ -9,7 +9,7 @@
 
 ## 使用CompletableFuture签名的接口
 
-需要服务提供者事先定义CompletableFuture签名的服务,具体参见[服务端异步执行](./async-execute-on-provider)接口定义:
+需要服务提供者事先定义CompletableFuture签名的服务,具体参见[服务端异步执行](./async-execute-on-provider.md)接口定义:
 
 ```java
 public interface AsyncService {
diff --git a/docs/zh-cn/user/demos/config-rule.md 
b/docs/zh-cn/user/demos/config-rule.md
index c26cb3c..eab9df6 100644
--- a/docs/zh-cn/user/demos/config-rule.md
+++ b/docs/zh-cn/user/demos/config-rule.md
@@ -1,6 +1,6 @@
 # 配置规则
 
-查看[老版本配置规则](./config-rule deprecated.md)。
+查看[老版本配置规则](./config-rule-deprecated.md)。
 
 
覆盖规则是Dubbo设计的在无需重启应用的情况下,动态调整RPC调用行为的一种能力。2.7.0版本开始,支持从**服务**和**应用**两个粒度来调整动态配置。
 
@@ -91,8 +91,8 @@ configs:
   - providerAddresses
 
 
-
-对于绝大多数配置场景,只需要理清楚以下问题基本就知道配置该怎么写了:
+<br/>
+**对于绝大多数配置场景,只需要理清楚以下问题基本就知道配置该怎么写了:**
 
 1. 要修改整个应用的配置还是某个服务的配置。
 
diff --git a/docs/zh-cn/user/demos/routing-rule.md 
b/docs/zh-cn/user/demos/routing-rule.md
index ab27dfd..77fc113 100644
--- a/docs/zh-cn/user/demos/routing-rule.md
+++ b/docs/zh-cn/user/demos/routing-rule.md
@@ -1,6 +1,6 @@
 # 路由规则
 
-在此查看[老版本路由规则(2.6.x or before)](./routing-rule.md)
+在此查看[老版本路由规则(2.6.x or before)](./routing-rule-deprecated.md)
 
 
 
@@ -194,13 +194,13 @@ host != 172.22.3.* => host != 172.22.3.*
   <dubbo:provider tag="tag1"/>
   ```
 
-or
+  or
 
-  ```xml
-  <dubbo:service tag="tag1"/>
-  ```
+    ```xml
+    <dubbo:service tag="tag1"/>
+    ```
 
-or
+  or
 
   ```properties
   java -jar xxx-provider.jar -Ddubbo.provider.tag={the tag you want}

Reply via email to