Skip to content

Commit

Permalink
「JS 实时通信」修正权限与认证部分文档的错误链接。
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxiao committed Apr 9, 2015
1 parent a0d031c commit 6e119d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion md/js_realtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ realtimeObj.on('message', function(data) {

为了满足开发者对权限和认证的需求,我们设计了签名的概念。

详细请看实时通信开发指南中的 「[权限和认证](https://leancloud.cn/docs/realtime.html#权限和认证)」部分。
详细请看「[实时通信开发指南](https://leancloud.cn/docs/realtime_v2.html)」中的 「权限和认证」部分。

### 防御 XSS

Expand Down

0 comments on commit 6e119d8

Please sign in to comment.