Skip to content

Commit 59fcda6

Browse files
committed
docs: Update README links for Agora Console and API documentation for accuracy
1 parent 75cd724 commit 59fcda6

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

README.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ This SDK has undergone some testing to ensure its basic functionality works corr
2929

3030
## Environment Setup
3131
* [Go 1.18 or later](https://go.dev/)
32-
* App ID and App Certificate obtained from the [Agora Console](https://console.shengwang.cn/)
33-
* Basic Auth credentials from the [Agora Console](https://console.shengwang.cn/)
34-
* Enable the relevant service capabilities on the [Agora Console](https://console.shengwang.cn/)
32+
* App ID and App Certificate obtained from the [Agora Console](https://console.agora.io/v2)
33+
* Basic Auth credentials from the [Agora Console](https://console.agora.io/v2)
34+
* Enable the relevant service capabilities on the [Agora Console](https://console.agora.io/v2)
3535

3636
## Installation
3737
Install the dependency from GitHub using the following command:
@@ -195,21 +195,12 @@ func main() {
195195
```
196196
For more examples, see [Example](./examples).
197197

198-
## How to Contact Agora for Assistance if You Encounter Difficulties
199-
200-
> Option 1: If you are already using Agora services or are in the process of integration, you can directly contact your sales or service representative.
201-
>
202-
> Option 2: Send an email to [[email protected]](mailto:[email protected]) for consultation.
203-
>
204-
> Option 3: Scan the QR code to join our WeChat group for questions.
205-
>
206-
> <img src="https://download.agora.io/demo/release/SDHY_QA.jpg" width="360" height="360">
207-
---
208-
209198
## Contribution
199+
210200
This project welcomes and accepts contributions. If you encounter any issues or have suggestions for improvements, please open an issue or submit a Pull Request.
211201

212202
# SemVer Versioning
203+
213204
This project uses Semantic Versioning (SemVer) to manage versions. The format is MAJOR.MINOR.PATCH.
214205

215206
* MAJOR version indicates incompatible changes.
@@ -218,7 +209,7 @@ This project uses Semantic Versioning (SemVer) to manage versions. The format is
218209
For more details, please refer to the [Semantic Versioning](https://semver.org) specification.
219210

220211
## References
221-
* [Agora API Documentation](https://doc.shengwang.cn/)
212+
* [Agora API Documentation](https://docs.agora.io/en/)
222213

223214
## License
224215
This project is licensed under the MIT License. For more details, please refer to the LICENSE file.

services/convoai/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Agora's Conversational AI Engine redefines human-computer interaction, breaking
2525
> Click the copy icon under Primary Certificate to obtain the App Certificate for your project.
2626
> ![](../../assets/imges/EN/copy_app_cert.png)
2727
28-
- Enable Conversational AI Engine Service ----- [Enable Service](https://doc.shengwang.cn/doc/convoai/restful/get-started/enable-service)
28+
- Enable Conversational AI Engine Service ----- [Enable Service](https://docs.agora.io/en/conversational-ai/get-started/manage-agora-account)
2929
> ![](../../assets/imges/EN/open_convo_ai.png)
3030
3131

0 commit comments

Comments
 (0)