[DOC] Update readme.md in community (#466)

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