This is an automated email from the ASF dual-hosted git repository. huxing pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-website.git
commit 1f1416d6dca6a000096d457a9abb580131586b20 Author: Huxing Zhang <[email protected]> AuthorDate: Wed Jul 4 21:52:20 2018 +0800 Fix #23. --- build/page.js | 2 +- site_config/community.jsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/page.js b/build/page.js index 3e65c62..723d255 100644 --- a/build/page.js +++ b/build/page.js @@ -3,4 +3,4 @@ Licensed under the MIT License (MIT), see http://jedwatson.github.io/classnames */ -!function(){"use strict";function e(){for(var s=[],n=0;n<arguments.length;n++){var a=arguments[n];if(a){var t=typeof a;if("string"===t||"number"===t)s.push(a);else if(Array.isArray(a))s.push(e.apply(null,a));else if("object"===t)for(var o in a)l.call(a,o)&&a[o]&&s.push(o)}}return s.join(" ")}var l={}.hasOwnProperty;void 0!==s&&s.exports?s.exports=e:(a=[],void 0!==(t=function(){return e}.apply(n,a))&&(s.exports=t))}()},function(s,n,e){"use strict";n.decode=n.parse=e(85),n.encode=n.stringi [...] \ No newline at end of file +!function(){"use strict";function e(){for(var s=[],n=0;n<arguments.length;n++){var a=arguments[n];if(a){var t=typeof a;if("string"===t||"number"===t)s.push(a);else if(Array.isArray(a))s.push(e.apply(null,a));else if("object"===t)for(var o in a)l.call(a,o)&&a[o]&&s.push(o)}}return s.join(" ")}var l={}.hasOwnProperty;void 0!==s&&s.exports?s.exports=e:(a=[],void 0!==(t=function(){return e}.apply(n,a))&&(s.exports=t))}()},function(s,n,e){"use strict";n.decode=n.parse=e(85),n.encode=n.stringi [...] \ No newline at end of file diff --git a/site_config/community.jsx b/site_config/community.jsx index ee9aae0..31ad343 100644 --- a/site_config/community.jsx +++ b/site_config/community.jsx @@ -429,17 +429,17 @@ export default { { img: './img/issue.png', title: '报告缺陷', - content: <span>通过<a href="https://github.com/apache/incubator-dubbo/issues">Github issues</a>报告缺陷。</span>, + content: <span>通过<a href="https://github.com/apache/incubator-dubbo/issues"> Github issues </a>报告缺陷。</span>, }, { img: './img/documents.png', title: '文档', - content: <span>优化Dubbo <a href="https://github.com/apache/incubator-dubbo-docs">文档</a>.</span>, + content: <span>优化Dubbo <a href="http://dubbo.apache.org/#/docs/"> 文档</a>。</span>, }, { img: './img/pullrequest.png', title: 'Pull Request', - content: <span>提交 <a href="https://github.com/apache/incubator-dubbo/pulls">Pull requests</a>来修复问题。</span>, + content: <span>提交 <a href="https://github.com/apache/incubator-dubbo/pulls"> Pull requests </a>来修复问题。</span>, }, ], },
