From 5a6b8212124789281c898c8b7ec37bd1f5979918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B2=88=E6=98=9F=E7=B9=81?= Date: Sun, 8 Jun 2025 01:38:40 +0800 Subject: [PATCH] docs: update README --- README.md | 2 +- README.zh-Hans.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 02f3ff3..590496e 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ public class YourService(IDashScopeClient client) # Examples -Visit [snapshots](./test/Cnblogs.DashScope.Sdk.UnitTests/Utils/Snapshots.cs) for calling samples. +Visit [snapshots](./test/Cnblogs.DashScope.Tests.Shared/Utils/Snapshots.cs) for calling samples. Visit [tests](./test/Cnblogs.DashScope.Sdk.UnitTests) for more usage of each api. diff --git a/README.zh-Hans.md b/README.zh-Hans.md index f275d76..41346da 100644 --- a/README.zh-Hans.md +++ b/README.zh-Hans.md @@ -82,7 +82,7 @@ public class YourService(IDashScopeClient client) # 示例 -查看 [Snapshots.cs](./test/Cnblogs.DashScope.Sdk.UnitTests/Utils/Snapshots.cs) 获得 API 调用参数示例. +查看 [快照文件](./test/Cnblogs.DashScope.Tests.Shared/Utils/Snapshots.cs) 获得 API 调用参数示例. 查看 [测试](./test) 获得更多 API 使用示例。