Repository: incubator-weex-site Updated Branches: refs/heads/master bf1a5fbaf -> c7bf76228
fix a wrong url reference path in guide index page The extending JS Framework source at `line 88` in the `guide/index.md` went wrong. Using the previous reference will get a `404` at the current live version of the site. Fixed by change this reference to the correct location. 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/c0d6d078 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/c0d6d078 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/c0d6d078 Branch: refs/heads/master Commit: c0d6d0780f1d97130a2772f7b4b1c1101c0e1cdc Parents: 288bb98 Author: Souler Ou <[email protected]> Authored: Mon Feb 26 20:24:20 2018 +0800 Committer: GitHub <[email protected]> Committed: Mon Feb 26 20:24:20 2018 +0800 ---------------------------------------------------------------------- source/guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/c0d6d078/source/guide/index.md ---------------------------------------------------------------------- diff --git a/source/guide/index.md b/source/guide/index.md index 9d6e5f5..475f470 100644 --- a/source/guide/index.md +++ b/source/guide/index.md @@ -85,7 +85,7 @@ Weex supports [Vue.js](https://vuejs.org/) and [Rax](https://alibaba.github.io/r > Vue.js and Rax are already integrated into Weex SDK, you don't need to > require them manually. -However, Vue and Rax are not the only options, it's possible to integrate other your favorite front-end framework into Weex. There is a document *[Extend JS Framework](./advanced/extend-js-framework.html)* that describes how to implement it, but the process is still very complicated and tricky. To achieve it, you need to understand many underlying details about the js-native bridge and native render engines. +However, Vue and Rax are not the only options, it's possible to integrate other your favorite front-end framework into Weex. There is a document *[Extend JS Framework](./extend-js-framework.html)* that describes how to implement it, but the process is still very complicated and tricky. To achieve it, you need to understand many underlying details about the js-native bridge and native render engines. You can read *[Front-End Frameworks](./front-end-frameworks.html)* to learn more details.
