Skip to content

Commit b2a574b

Browse files
committed
fix: wrong ttstream doc paths in kitex release doc
1 parent 41b7646 commit b2a574b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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
@@ -29,13 +29,13 @@ description: >
2929
4. **TTHeader Streaming: Support for ctx Cancel to Control Flow Lifecycle**
3030

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

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

38-
- 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
38+
- 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
3939
- In cascade cancel scenarios, error description includes complete cancel link, quickly locating the first-hop service that actively cancels
4040
- Error description includes specific error scenarios and corresponding unique error codes
4141
- Unified and convenient cancel error handling method, eliminating the need for cumbersome string matching

0 commit comments

Comments
 (0)