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

lixiaojie 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 5246503  fix link error (#335)
5246503 is described below

commit 5246503b7e7a84813a5ae0a58978780ebc40842a
Author: xujingfeng <250577...@qq.com>
AuthorDate: Wed Mar 20 20:10:35 2019 +0800

    fix link error (#335)
---
 site_config/blog.js | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/site_config/blog.js b/site_config/blog.js
index e853fe8..af3caca 100644
--- a/site_config/blog.js
+++ b/site_config/blog.js
@@ -182,7 +182,7 @@ export default {
             author: '@JeffLv',
             dateStr: 'Feb 20th, 2019',
             desc: 'Dubbo客户端异步接口的实现背景和实践',
-            link: '/zh-cn/blog/dubboAync_client.html',
+            link: '/zh-cn/blog/dubboAsync_client.html',
         },
            {
             title: 'Dubbo服务端异步接口的实现背景和实践',
@@ -283,13 +283,6 @@ export default {
             link: '/zh-cn/blog/dubbo-copywriting-style.html',
         },
         {
-            title: 'Dubbo 中的 URL 统一模型',
-            author:'@徐靖峰',
-            dateStr: 'Dec 27th, 2018',
-            desc: 'URL 是 Dubbo 种一个重要的领域模型,了解它可以更加轻松的理解 Dubbo 的设计理念。',
-            link: '/zh-cn/blog/introduction-to-dubbo-url.html',
-        },
-        {
           title: '当Dubbo遇上Arthas:排查问题的实践',
           author:'@hengyunabc',
           dateStr: 'Dec 14th, 2018',

Reply via email to