[WEEX-192][android]Weex Document Interator with your app

Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/d32d4805
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/d32d4805
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/d32d4805

Branch: refs/heads/master
Commit: d32d48057838538bfe589dab8fb0f9d9d9c33b6a
Parents: 42138b4
Author: jianbai.gbj <[email protected]>
Authored: Mon Mar 26 10:58:45 2018 +0800
Committer: jianbai.gbj <[email protected]>
Committed: Mon Mar 26 10:58:45 2018 +0800

----------------------------------------------------------------------
 source/cn/guide/integrate-to-your-app.md | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/d32d4805/source/cn/guide/integrate-to-your-app.md
----------------------------------------------------------------------
diff --git a/source/cn/guide/integrate-to-your-app.md 
b/source/cn/guide/integrate-to-your-app.md
index 8cc3b4a..1d2c9e5 100644
--- a/source/cn/guide/integrate-to-your-app.md
+++ b/source/cn/guide/integrate-to-your-app.md
@@ -193,7 +193,7 @@ public class MainActivity extends AppCompatActivity 
implements IWXRenderListener
 
 ### 源码依赖(IDE Android Studio)
 
-1. 下载源码 `git clone https://github.com/alibaba/weex`
+1. 下载源码 `git clone https://github.com/apache/incubator-weex.git`
 2. 创建 Android 工程。
 3. 通过以下路径引入 SDK Module
    File->New-Import Module-> 选择 WEEX SDK Module(weex/android/sdk) -> Finish
@@ -202,9 +202,12 @@ public class MainActivity extends AppCompatActivity 
implements IWXRenderListener
 
 #### 附录
 
-WXSample地址
+Native WXSample地址
+`https://github.com/apache/incubator-weex/tree/master/android/playground/app`
+`https://github.com/apache/incubator-weex/tree/master/ios/playground`
 
-`https://github.com/xkli/WXSample.git`
+Vue WXSample地址:
+`https://hanks10100.github.io/weex-vue-examples/`
 
 ## 集成到 iOS
 

Reply via email to