You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ha...@apache.org on 2018/03/20 04:41:53 UTC

[2/3] incubator-weex-site git commit: Correct English guide page some wrong links

Correct English guide page some wrong links

Correct English guide page some wrong links and add some helpful links.

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/8515da09
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/8515da09
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/8515da09

Branch: refs/heads/master
Commit: 8515da0997019e58cce43c63b5af51ffe06ea9ef
Parents: b92ac3c
Author: shikechen <80...@qq.com>
Authored: Mon Mar 19 12:36:00 2018 +0800
Committer: GitHub <no...@github.com>
Committed: Mon Mar 19 12:36:00 2018 +0800

----------------------------------------------------------------------
 source/guide/advanced/app-architecture.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/8515da09/source/guide/advanced/app-architecture.md
----------------------------------------------------------------------
diff --git a/source/guide/advanced/app-architecture.md b/source/guide/advanced/app-architecture.md
index d800974..135a7a8 100644
--- a/source/guide/advanced/app-architecture.md
+++ b/source/guide/advanced/app-architecture.md
@@ -58,5 +58,7 @@ If the feature of WeexSDK is limited to your mobile app. You can extend your own
 
 **Links**
 
-* [Extend to iOS](../../references/advanced/extend-to-ios.html)
-* [Extend to Android](../../references/advanced/extend-to-android.html)
+* [Extend iOS](../extend-ios.html)
+* [Extend Android](../extend-android.html)
+* [Extend Web Renderer](../extend-web-render.html)
+* [Extend JS framework](../extend-js-framework.html)