Skip to content

Commit 315de1e

Browse files
committed
docs: fix repo links
1 parent bfda3a2 commit 315de1e

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
## 快速开始
1212

1313
```bash
14-
git submodule add https://github.com/AxT-Team/uapi-cpp-sdk deps/uapi-cpp
14+
git submodule add https://github.com/AxT-Team/uapi-sdk-cpp deps/uapi-cpp
1515
```
1616

1717
```cpp
@@ -58,17 +58,18 @@ int main() {
5858

5959
| 语言 | 仓库地址 |
6060
|-------------|--------------------------------------------------------------|
61-
| Go | https://github.com/AxT-Team/uapi-go-sdk |
62-
| Python | https://github.com/AxT-Team/uapi-python-sdk |
63-
| TypeScript| https://github.com/AxT-Team/uapi-typescript-sdk |
61+
| Go | https://github.com/AxT-Team/uapi-sdk-go |
62+
| Python | https://github.com/AxT-Team/uapi-sdk-python |
63+
| TypeScript| https://github.com/AxT-Team/uapi-sdk-typescript |
6464
| Browser (TypeScript/JavaScript)| https://github.com/AxT-Team/uapi-browser-sdk |
65-
| Java | https://github.com/AxT-Team/uapi-java-sdk |
66-
| PHP | https://github.com/AxT-Team/uapi-php-sdk |
67-
| C# | https://github.com/AxT-Team/uapi-csharp-sdk |
68-
| C++(当前) | https://github.com/AxT-Team/uapi-cpp-sdk |
69-
| Rust | https://github.com/AxT-Team/uapi-rust-sdk |
65+
| Java | https://github.com/AxT-Team/uapi-sdk-java |
66+
| PHP | https://github.com/AxT-Team/uapi-sdk-php |
67+
| C# | https://github.com/AxT-Team/uapi-sdk-csharp |
68+
| C++(当前) | https://github.com/AxT-Team/uapi-sdk-cpp |
69+
| Rust | https://github.com/AxT-Team/uapi-sdk-rust |
7070

7171
## 文档
7272

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

75+

0 commit comments

Comments
 (0)