Skip to content

Commit

Permalink
chore: fix link error (#1162)
Browse files Browse the repository at this point in the history
Signed-off-by: rogerogers <rogers@rogerogers.com>
  • Loading branch information
rogerogers authored Oct 28, 2024
1 parent f055699 commit 6872900
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions content/en/docs/volo/volo-http/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: "This document covers the preparation of the development environmen

1. If you have not set up a Rust development environment before, you can refer to [Install Rust](https://www.rust-lang.org/tools/install).
2. It is recommended that you use the latest version of Rust, or ensure that Rustc >= 1.80.0.
3. If you have not installed `volo-cli`, please refer to [Quick Start](https://www.cloudwego.io/zh/docs/volo/volo-li/getting-started/).
3. If you have not installed `volo-cli`, please refer to [Quick Start](https://www.cloudwego.io/zh/docs/volo/cli/getting-started/).

## Create Server

Expand Down Expand Up @@ -53,7 +53,7 @@ description: "This document covers the preparation of the development environmen
As we can see, when the server is started, requesting the `/` path using the `GET` method expects an `It Works!` response
2. Run `cargo run` to start the server, after you see `Listening on [::]:8080` in the terminal, it means the Server is running successfully.
We can use `curl` to verify
```bash
Expand All @@ -75,7 +75,7 @@ description: "This document covers the preparation of the development environmen
It Works!
* Connection #0 to host localhost left intact
```
## What's Next?
Congratulations, you've read this far! At this point, we've basically learned how to use Volo, and we're ready to use Volo to kick off our Rust journey
Expand Down
2 changes: 1 addition & 1 deletion content/zh/blog/releases/Kitex/release-v0_11_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ description: >
1. **Frugal ARM 性能优化**:Frugal 支持了基于反射的高性能编解码,升级到 Frugal v0.2.0 即可
2. **Kitex Tool 代码生成提速**:提供了 `-rapid` 参数,可以无需安装 Thriftgo ,且速度略有提高。下个版本之后将作为默认行为。
3. **多 Service 多 Handler 生成**:从该版本开始,Kitex Tool 支持为每个 service 生成 handler 并统一注册到 server,详见 [多 Service 多 Handler 生成](/zh/docs/kitex/tutorials/advanced-feature/multi_service/multi_handler/)
4. **Streaming JSON 泛化[试用阶段]**:JSON 泛化调用支持了 streaming 流式接口(仅限 client),目前正在持续优化中,并未正式发布,有兴趣可以试用,详见 [Generic Streaming](/zh/docs/kitex/tutorials/advanced-feature/generic-call/generic_streaming/)
4. **Streaming JSON 泛化[试用阶段]**:JSON 泛化调用支持了 streaming 流式接口(仅限 client),目前正在持续优化中,并未正式发布,有兴趣可以试用,详见 [Generic Streaming](/docs/kitex/tutorials/advanced-feature/generic-call/generic_streaming/)

### 其他
1. 支持版本 Go 1.18~1.23,最低支持变为 Go 1.18,如果你的 Go 版本过低,编译时会有提示:`note: module requires Go 1.18`
Expand Down
2 changes: 1 addition & 1 deletion content/zh/community/overview/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ <h2 class="home-section-title">往期活动</h2>
<a href="https://github.com/cloudwego/community/issues/36">🏅 2021-2022 CloudWeGo Awesome Contributor 评选</a>
</li>
<li class="list-group-item border-0">
<a href="CloudWeGo:从开源、开放到企业落地">https://live.juejin.cn/4354/cloudwegoday001</a>
<a href="https://live.juejin.cn/4354/cloudwegoday001">CloudWeGo:从开源、开放到企业落地</a>
</li>
<li class="list-group-item border-0">
<a href="https://juejin.cn/post/7132004535748263943">GitHub 9K Star!字节高性能开源微服务中间件 CloudWeGo 技术沙龙来了!</a>
Expand Down
2 changes: 1 addition & 1 deletion content/zh/docs/volo/volo-http/getting-started/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ description: "Volo-HTTP 快速上手与基础教程。"

1. 如果您之前未搭建过 Rust 开发环境,可以参考[Install Rust](https://www.rust-lang.org/tools/install)
2. 推荐使用最新版本的 Rust,或保证 Rustc >= 1.80.0
3. 如果您未安装过 `volo-cli`,请参考[快速开始](https://www.cloudwego.io/zh/docs/volo/volo-li/getting-started/)
3. 如果您未安装过 `volo-cli`,请参考[快速开始](https://www.cloudwego.io/zh/docs/volo/cli/getting-started/)

## 创建一个 Server

Expand Down

0 comments on commit 6872900

Please sign in to comment.