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 使用示例。