Skip to content

Commit 1b8f7bd

Browse files
author
xia ning
authored
Merge pull request #264 from AgoraIO/yamasite-update-readme-link
Update README links
2 parents 4b93117 + efca13e commit 1b8f7bd

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

Android/APIExample/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ The project uses a single app to combine a variety of functionalities. Each func
6565
<string name="agora_access_token" translatable="false">YOUR ACCESS TOKEN</string>
6666
```
6767

68-
> See [Set up Authentication](https://docs.agora.io/en/Agora%20Platform/token) to learn how to get an App ID and access token. You can get a temporary access token to quickly try out this sample project.
68+
> See [Get Started with Agora](https://docs.agora.io/en/Agora%20Platform/get_appid_token) to learn how to get an App ID and access token. You can get a temporary access token to quickly try out this sample project.
6969
>
7070
> The Channel name you used to generate the token must be the same as the channel name you use to join a channel.
7171

Android/APIExample/README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ _[English](README.md) | 中文_
6565
<string name="agora_access_token" translatable="false">YOUR ACCESS TOKEN</string>
6666
```
6767

68-
> 参考 [校验用户权限](https://docs.agora.io/cn/Agora%20Platform/token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
68+
> 参考 [开始使用 Agora 平台](https://docs.agora.io/cn/Agora%20Platform/get_appid_token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
6969
>
7070
> 生成 Token 使用的频道名必须和加入频道时使用的频道名一致。
7171

iOS/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The project uses a single app to combine a variety of functionalities. Each func
7070
}
7171
```
7272
73-
> See [Set up Authentication](https://docs.agora.io/en/Agora%20Platform/token) to learn how to get an App ID and access token. You can get a temporary access token to quickly try out this sample project.
73+
> See [Get Started with Agora](https://docs.agora.io/en/Agora%20Platform/get_appid_token) to learn how to get an App ID and access token. You can get a temporary access token to quickly try out this sample project.
7474
>
7575
> The Channel name you used to generate the token must be the same as the channel name you use to join a channel.
7676

iOS/README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ pod install
7171
}
7272
```
7373

74-
> 参考 [校验用户权限](https://docs.agora.io/cn/Agora%20Platform/token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
74+
> 参考 [开始使用 Agora 平台](https://docs.agora.io/cn/Agora%20Platform/get_appid_token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
7575
>
7676
> 生成 Token 使用的频道名必须和加入频道时使用的频道名一致。
7777

macOS/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ The project uses a single app to combine a variety of functionalities. Each func
5454
}
5555
```
5656
57-
> See [Set up Authentication](https://docs.agora.io/en/Agora%20Platform/token) to learn how to get an App ID and access token. You can get a temporary access token to quickly try out this sample project.
57+
> See [Get Started with Agora](https://docs.agora.io/en/Agora%20Platform/get_appid_token) to learn how to get an App ID and access token. You can get a temporary access token to quickly try out this sample project.
5858
>
5959
> The Channel name you used to generate the token must be the same as the channel name you use to join a channel.
6060

macOS/README.zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ _[English](README.md) | 中文_
6161
}
6262
```
6363

64-
> 参考 [校验用户权限](https://docs.agora.io/cn/Agora%20Platform/token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
64+
> 参考 [开始使用 Agora 平台](https://docs.agora.io/cn/Agora%20Platform/get_appid_token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
6565
>
6666
> 生成 Token 使用的频道名必须和加入频道时使用的频道名一致。
6767

windows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The project uses a single program to combine a variety of functionalities. Each
6767
#define APP_TOKEN ""
6868
```
6969
70-
> See [Set up Authentication](https://docs.agora.io/en/Agora%20Platform/token) to learn how to get an App ID and access token. You can get a temporary access token to quickly try out this sample project.
70+
> See [Get Started with Agora](https://docs.agora.io/en/Agora%20Platform/get_appid_token) to learn how to get an App ID and access token. You can get a temporary access token to quickly try out this sample project.
7171
>
7272
> The Channel name you used to generate the token must be the same as the channel name you use to join a channel.
7373

windows/README.zh.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# API Example iOS
1+
# API Example Windows
22

33
_[English](README.md) | 中文_
44

@@ -71,13 +71,13 @@ _[English](README.md) | 中文_
7171
#define APP_TOKEN ""
7272
```
7373
74-
> 参考 [校验用户权限](https://docs.agora.io/cn/Agora%20Platform/token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
74+
> 参考 [开始使用 Agora 平台](https://docs.agora.io/cn/Agora%20Platform/get_appid_token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
7575
>
7676
> 生成 Token 使用的频道名必须和加入频道时使用的频道名一致。
7777
7878
> 为提高项目的安全性,Agora 使用 Token(动态密钥)对即将加入频道的用户进行鉴权。
7979
>
80-
> 临时 Token 仅作为演示和测试用途。在生产环境中,你需要自行部署服务器签发 Token,详见[生成 Token](https://docs.agora.io/cn/Interactive%20Broadcast/token_server)。
80+
> 临时 Token 仅作为演示和测试用途。在生产环境中,你需要自行部署服务器签发 Token,详见 [生成 Token](https://docs.agora.io/cn/Interactive%20Broadcast/token_server)。
8181
8282
4. 选择 Win32 为运行平台版本。在 Windows 设备中构建并运行解决方案。
8383

0 commit comments

Comments
 (0)