You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ky...@apache.org on 2019/08/06 08:53:10 UTC

[incubator-weex-site] branch master updated: [DOC] Update readme.md in community (#466)

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

kyork pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 0232536  [DOC] Update readme.md in community (#466)
0232536 is described below

commit 02325369968964c92c0b21391d0ffbf7564a038d
Author: YorkShen <sh...@gmail.com>
AuthorDate: Tue Aug 6 16:53:04 2019 +0800

    [DOC] Update readme.md in community (#466)
---
 docs/community/README.md    | 2 +-
 docs/zh/community/README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/community/README.md b/docs/community/README.md
index 2cf69f4..ebdb160 100644
--- a/docs/community/README.md
+++ b/docs/community/README.md
@@ -1,7 +1,7 @@
 <script>
 module.exports = {
   created(){
-    this.$router.push('/community/roadmap.html')
+    this.$router.push('/community/weex-third-party-extensions.html')
   }
 }
 </script>
\ No newline at end of file
diff --git a/docs/zh/community/README.md b/docs/zh/community/README.md
index f9e438e..77582ec 100644
--- a/docs/zh/community/README.md
+++ b/docs/zh/community/README.md
@@ -1,7 +1,7 @@
 <script>
 module.exports = {
   created(){
-    this.$router.push('/zh/community/roadmap.html')
+    this.$router.push('/zh/community/weex-third-party-extensions.html')
   }
 }
 </script>
\ No newline at end of file