From 39c0d2c7774e5fdbb34bfeb7d5aeb0614f44994c Mon Sep 17 00:00:00 2001 From: wangyajing <413741312@qq.com> Date: Mon, 24 Nov 2025 15:34:35 +0800 Subject: [PATCH] update curl command for json file --- docs/use-cases/duix-avatar.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use-cases/duix-avatar.md b/docs/use-cases/duix-avatar.md index f1ae8614e..0e4ebaa02 100644 --- a/docs/use-cases/duix-avatar.md +++ b/docs/use-cases/duix-avatar.md @@ -65,7 +65,7 @@ To follow this guide using the `ffmpeg` command, ensure it is installed on your A pre-configured Hoppscotch collection is available to simplify the API calls. 1. Run the following command in your terminal to download the API collection file: ```bash - curl -o duix.json https://cdn.olares.cn/app/demos/duix/duix.json + curl -o duix.avatar.json https://cdn.olares.com/app/demos/en/duix/duix.avatar.json ``` 2. Open the Hoppscotch app in Olares. 3. In the collections panel on the right, click **Import** > **Import from Hoppscotch**, and select the `duix.avatar.json` file you just downloaded.