Fix 404 Error Links Fix 404 Error Links at source/references/modules/index.md: - [WebSocket](./WebSocket.html) --> ./websocket.html - [globalEvent](./globalEvent.html) --> ./globalevent.html
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/d0fe68d6 Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/d0fe68d6 Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/d0fe68d6 Branch: refs/heads/master Commit: d0fe68d68e278cbb41223901ca1993ae9ea08c04 Parents: 18f5cf0 Author: shushu <[email protected]> Authored: Wed May 23 17:13:12 2018 +0800 Committer: GitHub <[email protected]> Committed: Wed May 23 17:13:12 2018 +0800 ---------------------------------------------------------------------- source/references/modules/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/d0fe68d6/source/references/modules/index.md ---------------------------------------------------------------------- diff --git a/source/references/modules/index.md b/source/references/modules/index.md index 515c4e4..c2c849d 100644 --- a/source/references/modules/index.md +++ b/source/references/modules/index.md @@ -16,5 +16,5 @@ version: 2.1 - [storage](./storage.html) - [picker](./picker.html) - [webview](./webview.html) -- [WebSocket](./WebSocket.html) -- [globalEvent](./globalEvent.html) +- [WebSocket](./websocket.html) +- [globalEvent](./globalevent.html)
