From c3486a7b9856c514edc5b58e742310905399c8d7 Mon Sep 17 00:00:00 2001 From: tigerweili Date: Sun, 30 Jun 2024 16:22:04 +0800 Subject: [PATCH] update doc url of RIP-37 --- .../version-5.0/13-sdk/01overview.md | 2 +- versioned_docs/version-5.0/13-sdk/01overview.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/en/docusaurus-plugin-content-docs/version-5.0/13-sdk/01overview.md b/i18n/en/docusaurus-plugin-content-docs/version-5.0/13-sdk/01overview.md index 2da944210e..057fbddbf2 100644 --- a/i18n/en/docusaurus-plugin-content-docs/version-5.0/13-sdk/01overview.md +++ b/i18n/en/docusaurus-plugin-content-docs/version-5.0/13-sdk/01overview.md @@ -59,7 +59,7 @@ The gRPC SDK has the following advantages over the earlier Remoting protocol SDK - Immutable interface design to avoid business exceptions caused by parameter and information leakage. - Better support for multiple languages, as the gRPC protocol has the advantage of supporting multiple languages and enables lower cost evolution to achieve consistent behavior in multiple language SDKs. -Want the detailed design thinking and evolutionary direction, refer to [RIP-37: New and Unified APIs](https://shimo.im/docs/m5kv92OeRRU8olqX) and [RIP-39: Support gRPC protocol](https://shimo.im/docs/gXqmeEPYgdUw5bqo). +Want the detailed design thinking and evolutionary direction, refer to [RIP-37: New and Unified APIs](https://docs.qq.com/doc/DUkNwdkdQUU15V1Fr) and [RIP-39: Support gRPC protocol](https://shimo.im/docs/gXqmeEPYgdUw5bqo). ### SDK Info diff --git a/versioned_docs/version-5.0/13-sdk/01overview.md b/versioned_docs/version-5.0/13-sdk/01overview.md index fea4de9021..a0bddeb5a6 100644 --- a/versioned_docs/version-5.0/13-sdk/01overview.md +++ b/versioned_docs/version-5.0/13-sdk/01overview.md @@ -55,7 +55,7 @@ gRPC SDK 相比早期Remoting 协议 SDK 具备如下优势: - 接口确定性设计更完善,参数、异常类型明确。 - 接口不可变性设计,避免透传、漏传参数和信息导致的业务异常。 - 多语言支持更完善,由于gRPC协议的多语言优势,可以更低成本演进出行为一致的多语言sdk。 -详细的设计思考和演进方向,参考[RIP-37: New and Unified APIs](https://shimo.im/docs/m5kv92OeRRU8olqX) 和 [RIP-39: Support gRPC protocol](https://shimo.im/docs/gXqmeEPYgdUw5bqo)。 +详细的设计思考和演进方向,参考[RIP-37: New and Unified APIs](https://docs.qq.com/doc/DUkNwdkdQUU15V1Fr) 和 [RIP-39: Support gRPC protocol](https://shimo.im/docs/gXqmeEPYgdUw5bqo)。 目前支持的开发语言和代码仓库详情可直接参考[rocketmq-clients](https://github.com/apache/rocketmq-clients#features-and-status) SDK 仓库信息。