This is an automated email from the ASF dual-hosted git repository.
zshshr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git
The following commit(s) were added to refs/heads/master by this push:
new 03a3d26 Update broadcast-channel.md
03a3d26 is described below
commit 03a3d268512f9b378b51966c0a6df531654a8086
Author: zshshr <[email protected]>
AuthorDate: Wed Jan 2 11:17:35 2019 +0800
Update broadcast-channel.md
---
source/references/broadcast-channel.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/references/broadcast-channel.md
b/source/references/broadcast-channel.md
index e6069a6..13628d1 100644
--- a/source/references/broadcast-channel.md
+++ b/source/references/broadcast-channel.md
@@ -10,7 +10,7 @@ version: 2.1
> The `BroadcastChannel` is available since <span
> class="api-version">v0.9+</span>.
-As mentioned in [JS Runtime Context](./runtime-context.html), Weex is using
different context for each page, even global variables are isolated, but
`BroadcastChannel` is a way to achieve cross-page communication.
+As mentioned in JS Runtime Context, Weex is using different context for each
page, even global variables are isolated, but `BroadcastChannel` is a way to
achieve cross-page communication.
## API