diff --git a/Android/APIExample/README.md b/Android/APIExample/README.md
index c87e7e2d6..c7bbe5903 100644
--- a/Android/APIExample/README.md
+++ b/Android/APIExample/README.md
@@ -65,7 +65,7 @@ The project uses a single app to combine a variety of functionalities. Each func
YOUR ACCESS TOKEN
```
- > 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.
+ > 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.
>
> The Channel name you used to generate the token must be the same as the channel name you use to join a channel.
diff --git a/Android/APIExample/README.zh.md b/Android/APIExample/README.zh.md
index 4cd20c2c3..325865f79 100644
--- a/Android/APIExample/README.zh.md
+++ b/Android/APIExample/README.zh.md
@@ -65,7 +65,7 @@ _[English](README.md) | 中文_
YOUR ACCESS TOKEN
```
- > 参考 [校验用户权限](https://docs.agora.io/cn/Agora%20Platform/token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
+ > 参考 [开始使用 Agora 平台](https://docs.agora.io/cn/Agora%20Platform/get_appid_token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
>
> 生成 Token 使用的频道名必须和加入频道时使用的频道名一致。
diff --git a/iOS/README.md b/iOS/README.md
index fbb418643..e40eeca17 100644
--- a/iOS/README.md
+++ b/iOS/README.md
@@ -70,7 +70,7 @@ The project uses a single app to combine a variety of functionalities. Each func
}
```
- > 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.
+ > 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.
>
> The Channel name you used to generate the token must be the same as the channel name you use to join a channel.
diff --git a/iOS/README.zh.md b/iOS/README.zh.md
index a0b796bd2..34b00845d 100644
--- a/iOS/README.zh.md
+++ b/iOS/README.zh.md
@@ -71,7 +71,7 @@ pod install
}
```
- > 参考 [校验用户权限](https://docs.agora.io/cn/Agora%20Platform/token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
+ > 参考 [开始使用 Agora 平台](https://docs.agora.io/cn/Agora%20Platform/get_appid_token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
>
> 生成 Token 使用的频道名必须和加入频道时使用的频道名一致。
diff --git a/macOS/README.md b/macOS/README.md
index c629a2c7d..d4d7c8020 100644
--- a/macOS/README.md
+++ b/macOS/README.md
@@ -54,7 +54,7 @@ The project uses a single app to combine a variety of functionalities. Each func
}
```
- > 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.
+ > 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.
>
> The Channel name you used to generate the token must be the same as the channel name you use to join a channel.
diff --git a/macOS/README.zh.md b/macOS/README.zh.md
index 6da65b015..b544158fb 100644
--- a/macOS/README.zh.md
+++ b/macOS/README.zh.md
@@ -61,7 +61,7 @@ _[English](README.md) | 中文_
}
```
- > 参考 [校验用户权限](https://docs.agora.io/cn/Agora%20Platform/token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
+ > 参考 [开始使用 Agora 平台](https://docs.agora.io/cn/Agora%20Platform/get_appid_token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
>
> 生成 Token 使用的频道名必须和加入频道时使用的频道名一致。
diff --git a/windows/README.md b/windows/README.md
index b2e1021ce..8365f97ee 100644
--- a/windows/README.md
+++ b/windows/README.md
@@ -67,7 +67,7 @@ The project uses a single program to combine a variety of functionalities. Each
#define APP_TOKEN ""
```
- > 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.
+ > 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.
>
> The Channel name you used to generate the token must be the same as the channel name you use to join a channel.
diff --git a/windows/README.zh.md b/windows/README.zh.md
index 41e8dd2bc..8f40784fe 100644
--- a/windows/README.zh.md
+++ b/windows/README.zh.md
@@ -1,4 +1,4 @@
-# API Example iOS
+# API Example Windows
_[English](README.md) | 中文_
@@ -71,13 +71,13 @@ _[English](README.md) | 中文_
#define APP_TOKEN ""
```
- > 参考 [校验用户权限](https://docs.agora.io/cn/Agora%20Platform/token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
+ > 参考 [开始使用 Agora 平台](https://docs.agora.io/cn/Agora%20Platform/get_appid_token) 了解如何获取 App ID 和 Token。你可以获取一个临时 token,快速运行示例项目。
>
> 生成 Token 使用的频道名必须和加入频道时使用的频道名一致。
> 为提高项目的安全性,Agora 使用 Token(动态密钥)对即将加入频道的用户进行鉴权。
>
- > 临时 Token 仅作为演示和测试用途。在生产环境中,你需要自行部署服务器签发 Token,详见[生成 Token](https://docs.agora.io/cn/Interactive%20Broadcast/token_server)。
+ > 临时 Token 仅作为演示和测试用途。在生产环境中,你需要自行部署服务器签发 Token,详见 [生成 Token](https://docs.agora.io/cn/Interactive%20Broadcast/token_server)。
4. 选择 Win32 为运行平台版本。在 Windows 设备中构建并运行解决方案。