You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by cn...@apache.org on 2020/01/09 12:04:08 UTC

[incubator-weex-site] branch master updated: fix 571

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

cnryb 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 e72e8c7  fix 571
e72e8c7 is described below

commit e72e8c743b06c528d6dee54bde0aaf24c8acf91b
Author: 任跃兵 <cn...@live.cn>
AuthorDate: Thu Jan 9 20:03:27 2020 +0800

    fix 571
---
 docs/guide/develop/integrate-to-android-app.md    | 2 +-
 docs/zh/guide/develop/integrate-to-android-app.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/guide/develop/integrate-to-android-app.md b/docs/guide/develop/integrate-to-android-app.md
index a979259..b2fef29 100644
--- a/docs/guide/develop/integrate-to-android-app.md
+++ b/docs/guide/develop/integrate-to-android-app.md
@@ -73,7 +73,7 @@ InitConfig config = new InitConfig.Builder()
 WXSDKEngine.initialize(applicationContext,config);
 ```
 
-- [demo init case](https://github.com/apache/incubator-weex/blob/master/android/playground/app/src/main/java/com/alibaba/weex/WXApplication.java)
+- [demo init case](https://github.com/apache/incubator-weex-playground/blob/master/android/playground/src/main/java/org/apache/weex/WXApplication.java)
 - [extend-android doc](/guide/extend/extend-android.html)
 
 
diff --git a/docs/zh/guide/develop/integrate-to-android-app.md b/docs/zh/guide/develop/integrate-to-android-app.md
index 13de86a..eb4e49f 100644
--- a/docs/zh/guide/develop/integrate-to-android-app.md
+++ b/docs/zh/guide/develop/integrate-to-android-app.md
@@ -74,7 +74,7 @@ WXSDKEngine.initialize(applicationContext,config);
 
 ```
 
-- [demo初始化源码](https://github.com/apache/incubator-weex/blob/master/android/playground/app/src/main/java/com/alibaba/weex/WXApplication.java)
+- [demo初始化源码](https://github.com/apache/incubator-weex-playground/blob/master/android/playground/src/main/java/org/apache/weex/WXApplication.java)
 - [其它扩展配置看这里](/guide/extend/extend-android.html)