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 2019/01/07 03:55:18 UTC

[incubator-weex-site] branch draft updated: Fix the wrong link of runtime context (zh)

This is an automated email from the ASF dual-hosted git repository.

hanks pushed a commit to branch draft
in repository https://gitbox.apache.org/repos/asf/incubator-weex-site.git


The following commit(s) were added to refs/heads/draft by this push:
     new 0962a4e  Fix the wrong link of runtime context (zh)
0962a4e is described below

commit 0962a4e4236816aea292e31f2f05b335531b8ced
Author: Hanks <zh...@gmail.com>
AuthorDate: Mon Jan 7 11:55:14 2019 +0800

    Fix the wrong link of runtime context (zh)
---
 docs/zh/docs/api/broadcast-channel.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/zh/docs/api/broadcast-channel.md b/docs/zh/docs/api/broadcast-channel.md
index 3b1ec4d..7e51223 100644
--- a/docs/zh/docs/api/broadcast-channel.md
+++ b/docs/zh/docs/api/broadcast-channel.md
@@ -10,7 +10,7 @@ version: 2.1
 
 > `BroadcastChannel` 接口在 <span class="api-version">v0.9+</span> 及以上的版本中可用。
 
-在 [JS 执行环境](./runtime-context.html)中提到过,不同的 Weex 页面使用的是不同的执行环境,即使全局变量也是互相隔离的,然而使用 `BroadcastChannel` 是可以实现跨页面通信的。
+在 [Weex 和 Web 的平台差异](../../guide/platform-difference.html)中提到过,不同的 Weex 页面使用的是不同的执行环境,即使全局变量也是互相隔离的,然而使用 `BroadcastChannel` 是可以实现跨页面通信的。
 
 ## API