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/23 09:44:31 UTC

[08/12] incubator-weex-site git commit: Fix more 404 url

Fix more 404 url


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

Branch: refs/heads/master
Commit: 0dee5e5577794160ddf6ba0af075bc383c45cbfe
Parents: 15a0788
Author: Zhenfei You <he...@imyzf.com>
Authored: Fri Mar 23 11:21:42 2018 +0800
Committer: Zhenfei You <he...@imyzf.com>
Committed: Fri Mar 23 11:21:42 2018 +0800

----------------------------------------------------------------------
 source/cn/guide/use-vue.md              | 2 +-
 source/cn/references/modules/storage.md | 1 -
 source/cn/wiki/faq.md                   | 2 +-
 source/guide/use-vue.md                 | 2 +-
 source/wiki/faq.md                      | 2 +-
 5 files changed, 4 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0dee5e55/source/cn/guide/use-vue.md
----------------------------------------------------------------------
diff --git a/source/cn/guide/use-vue.md b/source/cn/guide/use-vue.md
index c828f90..d431876 100644
--- a/source/cn/guide/use-vue.md
+++ b/source/cn/guide/use-vue.md
@@ -82,7 +82,7 @@ Vue 中的[单文件组件](https://cn.vuejs.org/v2/guide/single-file-components
 
 ### 使用weex-loader
 
-[weex-loader](https://github.com/weexteam/weex-loader) 是一个 webpack 的 [loader](http://webpack.github.io/docs/using-loaders.html),它能把`*.vue`文件转化为简单的javascript 模块用于安卓以及 iOS 平台。所有的特性和配置都是跟 [vue-loader](https://vue-loader.vuejs.org/en/) 一样的。
+[weex-loader](https://github.com/weexteam/weex-loader) 是一个 webpack 的 [loader](https://webpack.js.org/concepts/loaders/#using-loaders),它能把`*.vue`文件转化为简单的javascript 模块用于安卓以及 iOS 平台。所有的特性和配置都是跟 [vue-loader](https://vue-loader.vuejs.org/en/) 一样的。
 
 需要注意的是,如果您的Webpack配置的*entry*选项是一个`*.vue`文件的话,你仍需要传递一个额外的`entry`参数。
 

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0dee5e55/source/cn/references/modules/storage.md
----------------------------------------------------------------------
diff --git a/source/cn/references/modules/storage.md b/source/cn/references/modules/storage.md
index 181ec3a..855f081 100644
--- a/source/cn/references/modules/storage.md
+++ b/source/cn/references/modules/storage.md
@@ -182,4 +182,3 @@ version: 2.1
 ## 其它参考
 
 * [W3school: html5 localStorage](http://www.w3school.com.cn/html5/html_5_webstorage.asp)
-* [storage 模块完整的 Demo](https://github.com/apache/incubator-weex/blob/dev/examples/module/storage-demo.we)

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0dee5e55/source/cn/wiki/faq.md
----------------------------------------------------------------------
diff --git a/source/cn/wiki/faq.md b/source/cn/wiki/faq.md
index 4ac33e8..250b9b4 100644
--- a/source/cn/wiki/faq.md
+++ b/source/cn/wiki/faq.md
@@ -19,7 +19,7 @@ version: 2.1
 
 ## Windows 指令错误
 
-请先安装 [Git for Windows](https://git-scm.com/download/win),在 [For Windows](https://github.com/apache/incubator-weex/tree/dev#for-windows) 中查看更多信息。
+请先安装 [Git for Windows](https://git-scm.com/download/win),在 [For Windows](https://github.com/apache/incubator-weex/tree/master#for-windows) 中查看更多信息。
 
 
 ## Android Studio 中 Gradle 错误

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0dee5e55/source/guide/use-vue.md
----------------------------------------------------------------------
diff --git a/source/guide/use-vue.md b/source/guide/use-vue.md
index 91767bd..dbe241c 100644
--- a/source/guide/use-vue.md
+++ b/source/guide/use-vue.md
@@ -85,7 +85,7 @@ Use different bundles for different platforms is to make good use of the platfor
 
 ### Use weex-loader
 
-[weex-loader](https://github.com/weexteam/weex-loader) is a [loader](http://webpack.github.io/docs/using-loaders.html) for webpack that can transform `*.vue` file into a plain javascript module for Android and iOS platform. All features and configurations of it are same with [vue-loader](https://vue-loader.vuejs.org/en/).
+[weex-loader](https://github.com/weexteam/weex-loader) is a [loader](https://webpack.js.org/concepts/loaders/#using-loaders) for webpack that can transform `*.vue` file into a plain javascript module for Android and iOS platform. All features and configurations of it are same with [vue-loader](https://vue-loader.vuejs.org/en/).
 
 One thing should be noted that if the *entry* option of your Webpack config is a `*.vue` file, you also need to pass an additional `entry` parameter.
 

http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/0dee5e55/source/wiki/faq.md
----------------------------------------------------------------------
diff --git a/source/wiki/faq.md b/source/wiki/faq.md
index 1f32787..bf37747 100644
--- a/source/wiki/faq.md
+++ b/source/wiki/faq.md
@@ -17,7 +17,7 @@ version: 2.1
 
 ## Command errors in MS Windows
 
-Please install [Git for Windows](https://git-scm.com/download/win) first, see [For Windows](https://github.com/apache/incubator-weex/tree/dev#for-windows) for more information.
+Please install [Git for Windows](https://git-scm.com/download/win) first, see [For Windows](https://github.com/apache/incubator-weex/tree/master#for-windows) for more information.
 
 
 ## Gradle errors in Android Studio