Skip to content

Commit

Permalink
Change the sample urls to github repo
Browse files Browse the repository at this point in the history
  • Loading branch information
Howe829 committed Nov 29, 2023
1 parent f7c63e5 commit 86353be
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion website/docs/tutorial/c.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This tutorial describes how to use the TQUIC C API.

:::tip
The complete example code for this article can be found in the `app/src/bin` directory of the TQUIC repository on GitHub:
* [simple_server.c](https://git.woa.com/tquic/tquic/blob/master/apps/src/bin/simple_server.c)
* [simple_server.c](https://github.com/Tencent/tquic/blob/develop/apps/src/bin/simple_server.c)
:::

The TQUIC C API is functionally equivalent to the TQUIC RUST API, except programming language details.
Expand Down
4 changes: 2 additions & 2 deletions website/docs/tutorial/rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ This tutorial describes how to use the TQUIC RUST API.

:::tip
The complete example code for this article can be found in the `app/src/bin` directory of the TQUIC repository on GitHub:
* [simple_client.rs](https://git.woa.com/tquic/tquic/blob/master/apps/src/bin/simple_client.rs)
* [simple_server.rs](https://git.woa.com/tquic/tquic/blob/master/apps/src/bin/simple_server.rs)
* [simple_client.rs](https://github.com/Tencent/tquic/blob/develop/apps/src/bin/simple_client.rs)
* [simple_server.rs](https://github.com/Tencent/tquic/blob/develop/apps/src/bin/simple_server.rs)
:::


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar_position: 3

:::tip
本文的完整示例代码可在GitHub TQUIC代码库`apps/src/bin/`目录找到:
* [simple_server.c](https://git.woa.com/tquic/tquic/blob/master/apps/src/bin/simple_server.c)
* [simple_server.c](https://github.com/Tencent/tquic/blob/develop/apps/src/bin/simple_server.c)
:::

TQUIC的C语言接口与RUST语言接口相比,除了编程语言细节上差异,在使用方法上完全相同。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ sidebar_position: 2

:::tip
本文的完整示例代码可在GitHub TQUIC代码库`apps/src/bin/`目录找到:
* [simple_client.rs](https://git.woa.com/tquic/tquic/blob/master/apps/src/bin/simple_client.rs)
* [simple_server.rs](https://git.woa.com/tquic/tquic/blob/master/apps/src/bin/simple_server.rs)
* [simple_client.rs](https://github.com/Tencent/tquic/blob/develop/apps/src/bin/simple_client.rs)
* [simple_server.rs](https://github.com/Tencent/tquic/blob/develop/apps/src/bin/simple_server.rs)
:::


Expand Down

0 comments on commit 86353be

Please sign in to comment.