Skip to content

Commit 49699f9

Browse files
fix: wrap protoc-gen-openapi v0.1.7 link in angle brackets in zh changelog
The bare URL in the Chinese translation was being parsed with the trailing fullwidth right paren U+FF09 included, causing the link checker to flag https://github.com/fern-api/protoc-gen-openapi/releases/tag/v0.1.7%EF%BC%89 as missing. Wrapping the URL in <...> autolink delimiters terminates the URL before the fullwidth paren.
1 parent 12df5f4 commit 49699f9

2 files changed

Lines changed: 1 addition & 26 deletions

File tree

.github/broken-links/broken-links.md

Lines changed: 0 additions & 25 deletions
This file was deleted.

fern/translations/zh/products/sdks/generators/csharp/changelog/2026-03-13.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ generators:
4444
**`(feat):`** 通过以下方面改进 gRPC 代码生成:
4545
1. 更新枚举表示和 .ToProto + .FromProto 映射器。
4646
2. 修复渲染 gRPC 客户端引用的问题。
47-
3. 更新 protoc-gen-openapi 以展开合成 oneof 类型(参考:https://github.com/fern-api/protoc-gen-openapi/releases/tag/v0.1.7)
47+
3. 更新 protoc-gen-openapi 以展开合成 oneof 类型(参考:<https://github.com/fern-api/protoc-gen-openapi/releases/tag/v0.1.7>

0 commit comments

Comments
 (0)