Skip to content

Commit 8b3fe47

Browse files
committed
docs: fix repo links
1 parent 6e4ec1d commit 8b3fe47

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
@@ -55,17 +55,18 @@ async fn main() -> Result<(), uapi_sdk_rust::Error> {
5555

5656
| 语言 | 仓库地址 |
5757
|-------------|--------------------------------------------------------------|
58-
| Go | https://github.com/AxT-Team/uapi-go-sdk |
59-
| Python | https://github.com/AxT-Team/uapi-python-sdk |
60-
| TypeScript| https://github.com/AxT-Team/uapi-typescript-sdk |
58+
| Go | https://github.com/AxT-Team/uapi-sdk-go |
59+
| Python | https://github.com/AxT-Team/uapi-sdk-python |
60+
| TypeScript| https://github.com/AxT-Team/uapi-sdk-typescript |
6161
| Browser (TypeScript/JavaScript)| https://github.com/AxT-Team/uapi-browser-sdk |
62-
| Java | https://github.com/AxT-Team/uapi-java-sdk |
63-
| PHP | https://github.com/AxT-Team/uapi-php-sdk |
64-
| C# | https://github.com/AxT-Team/uapi-csharp-sdk |
65-
| C++ | https://github.com/AxT-Team/uapi-cpp-sdk |
66-
| Rust(当前) | https://github.com/AxT-Team/uapi-rust-sdk |
62+
| Java | https://github.com/AxT-Team/uapi-sdk-java |
63+
| PHP | https://github.com/AxT-Team/uapi-sdk-php |
64+
| C# | https://github.com/AxT-Team/uapi-sdk-csharp |
65+
| C++ | https://github.com/AxT-Team/uapi-sdk-cpp |
66+
| Rust(当前) | https://github.com/AxT-Team/uapi-sdk-rust |
6767

6868
## 文档
6969

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

72+

0 commit comments

Comments
 (0)