fix the weex-loader url broken in vue/difference-with-web

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

Branch: refs/heads/master
Commit: 422e6e984cba8d1ae5a54351c48e12be45837b1c
Parents: 0cd033c
Author: luxp <[email protected]>
Authored: Mon Mar 6 17:58:05 2017 +0800
Committer: luxp <[email protected]>
Committed: Mon Mar 6 17:58:05 2017 +0800

----------------------------------------------------------------------
 doc/source/references/vue/difference-with-web.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/422e6e98/doc/source/references/vue/difference-with-web.md
----------------------------------------------------------------------
diff --git a/doc/source/references/vue/difference-with-web.md 
b/doc/source/references/vue/difference-with-web.md
index ff328f4..2af11f9 100644
--- a/doc/source/references/vue/difference-with-web.md
+++ b/doc/source/references/vue/difference-with-web.md
@@ -114,7 +114,7 @@ In addition, you should also pay attention to the following 
points:
 Because of the platform difference, you have to compile your source file in 
two different ways:
 
 + For the web, you can compile source files in any official way, such as 
Webpack + vue-loader or Browserify + vueify. and require the 
[weex-vue-render](https://www.npmjs.com/package/weex-vue-render), which is a 
group of Weex build-in components.
-+ For Android and iOS, we've provided 
[weex-loader](https://github.com/weepteam/weep-loader) to compile the `.vue` 
files. That is, use Webpack + weex-loader to generate the js bundle that is 
available for the native.
++ For Android and iOS, we've provided 
[weex-loader](https://github.com/weexteam/weex-loader) to compile the `.vue` 
files. That is, use Webpack + weex-loader to generate the js bundle that is 
available for the native.
 
 ### Use weex-loader
 

Reply via email to