Skip to content

Commit 76b4074

Browse files
committed
fix: wrong ttstream doc paths in kitex release doc
1 parent dddc165 commit 76b4074

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

content/en/blog/releases/Kitex/release-v0_15_1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ description: >
2828
4. **TTHeader Streaming: Support for ctx Cancel to Control Flow Lifecycle**
2929

3030
- Quickly terminate streaming calls, saving model resources
31-
- Aligns with gRPC, for detailed usage see [Stream Lifecycle Control Best Practices](/docs/kitex/tutorials/basic-feature/streamx/StreamX_Lifecycle_Control)
31+
- Aligns with gRPC, for detailed usage see [Stream Lifecycle Control Best Practices](/docs/kitex/tutorials/basic-feature/streamx/streamx_lifecycle_control)
3232
- Supports Client actively invoking cancel to end streaming calls
3333
- Supports Client sensing the ctx cancel signal of the current Handler and cascading to end streaming calls
3434

3535
5. **Streaming Error Handling Optimization**
3636

37-
- Quickly address specific error scenarios, accelerate troubleshooting of cascade cancel link issues, see [Stream Error Handling Best Practices](/docs/kitex/tutorials/basic-feature/streamx/StreamX_Error_Handling) for details
37+
- Quickly address specific error scenarios, accelerate troubleshooting of cascade cancel link issues, see [Stream Error Handling Best Practices](/docs/kitex/tutorials/basic-feature/streamx/streamx_error_handling) for details
3838
- In cascade cancel scenarios, error description includes complete cancel link, quickly locating the first-hop service that actively cancels
3939
- Error description includes specific error scenarios and corresponding unique error codes
4040
- Unified and convenient cancel error handling method, eliminating the need for cumbersome string matching

content/zh/blog/releases/Kitex/release-v0_15_1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ description: >
2828
4. **TTHeader Streaming:支持 ctx cancel 控制流生命周期**
2929

3030
- 快速结束流式调用,节省模型资源
31-
- 对齐 gPRC,详细用法见[流生命周期控制最佳实践](/zh/docs/kitex/tutorials/basic-feature/streamx/StreamX_Lifecycle_Control)
31+
- 对齐 gPRC,详细用法见[流生命周期控制最佳实践](/zh/docs/kitex/tutorials/basic-feature/streamx/streamx_lifecycle_control)
3232
- 支持 Client 主动调用 cancel 结束流式调用
3333
- 支持 Client 感知所处 Handler 的 ctx cancel 信号,级联结束流式调用
3434

3535
5. **流式错误处理优化**
3636

37-
- 快速对应具体错误场景,加速级联 cancel 链路问题排查,详情见[流错误处理最佳实践](/zh/docs/kitex/tutorials/basic-feature/streamx/StreamX_Error_Handling)
37+
- 快速对应具体错误场景,加速级联 cancel 链路问题排查,详情见[流错误处理最佳实践](/zh/docs/kitex/tutorials/basic-feature/streamx/streamx_error_handling)
3838
- 级联 cancel 场景,错误描述包含完整 cancel 链路,快速定位主动 cancel 的第一跳服务
3939
- 错误描述包含具体的错误场景,以及与之唯一对应的错误码
4040
- 统一方便的 cancel 错误处理方式,无需使用繁琐的字符串匹配

0 commit comments

Comments
 (0)