This is an automated email from the ASF dual-hosted git repository.
iluo 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 6134ce0 adjust article title for dubbo-annotation
6134ce0 is described below
commit 6134ce0e6cc7cc93cdf00b39d18cc671bde05c07
Author: beiwei.ly <[email protected]>
AuthorDate: Thu Aug 9 14:12:10 2018 +0800
adjust article title for dubbo-annotation
---
site_config/blog.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/site_config/blog.js b/site_config/blog.js
index 8d1feaa..4064fda 100644
--- a/site_config/blog.js
+++ b/site_config/blog.js
@@ -53,7 +53,7 @@ export default {
link: '/blog/introduction-to-dubbo-spi.md',
},
{
- title: 'dubbo-annotations.md',
+ title: 'Use anntation in Dubbo',
author: 'Ge Shao',
dateStr: 'August 7nd,2018',
desc: 'This blog introduces how to use annotations',