Skip to content

Commit b366aa9

Browse files
committed
docs: fix repo links
1 parent 19a97a1 commit b366aa9

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,17 +53,18 @@ Console.WriteLine(result);
5353

5454
| 语言 | 仓库地址 |
5555
|-------------|--------------------------------------------------------------|
56-
| Go | https://github.com/AxT-Team/uapi-go-sdk |
57-
| Python | https://github.com/AxT-Team/uapi-python-sdk |
58-
| TypeScript| https://github.com/AxT-Team/uapi-typescript-sdk |
56+
| Go | https://github.com/AxT-Team/uapi-sdk-go |
57+
| Python | https://github.com/AxT-Team/uapi-sdk-python |
58+
| TypeScript| https://github.com/AxT-Team/uapi-sdk-typescript |
5959
| Browser (TypeScript/JavaScript)| https://github.com/AxT-Team/uapi-browser-sdk |
60-
| Java | https://github.com/AxT-Team/uapi-java-sdk |
61-
| PHP | https://github.com/AxT-Team/uapi-php-sdk |
62-
| C#(当前) | https://github.com/AxT-Team/uapi-csharp-sdk |
63-
| C++ | https://github.com/AxT-Team/uapi-cpp-sdk |
64-
| Rust | https://github.com/AxT-Team/uapi-rust-sdk |
60+
| Java | https://github.com/AxT-Team/uapi-sdk-java |
61+
| PHP | https://github.com/AxT-Team/uapi-sdk-php |
62+
| C#(当前) | https://github.com/AxT-Team/uapi-sdk-csharp |
63+
| C++ | https://github.com/AxT-Team/uapi-sdk-cpp |
64+
| Rust | https://github.com/AxT-Team/uapi-sdk-rust |
6565

6666
## 文档
6767

6868
访问 [UApi文档首页](https://uapis.cn/docs/introduction) 并选择任意接口,向下滚动到 **快速启动** 区块即可看到最新的 C# 示例代码。
6969

70+

0 commit comments

Comments
 (0)