docs: update blog/block outdated link - #666
Conversation
📝 WalkthroughWalkthrough本次变更主要更新了两篇博客文档中“参考文档”部分的链接,将部分链接指向更具体或更权威的页面,内容本身未作实质性调整。 Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 分钟 Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. ✨ Finishing Touches🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🧹 Nitpick comments (2)
blog/better-block.zh-CN.md (1)
60-66: 统一引用名称的强调符号,消除 markdownlint(MD049) 警告
第 62 行与 66 行使用下划线_进行斜体,而第 64 行使用星号*,导致强调风格不一致并触发 linter。建议改成统一的下划线。-*pro-blocks* [https://github.com/ant-design/pro-blocks/pulls](https://github.com/ant-design/pro-blocks/pulls) +_pro-blocks_ [https://github.com/ant-design/pro-blocks/pulls](https://github.com/ant-design/pro-blocks/pulls)blog/better-block.en-US.md (1)
60-66: Align emphasis style with Chinese version
同样存在星号与下划线混用问题,建议保持一致,示例修改:-*pro-blocks* [https://github.com/ant-design/pro-blocks/pulls](https://github.com/ant-design/pro-blocks/pulls) +_pro-blocks_ [https://github.com/ant-design/pro-blocks/pulls](https://github.com/ant-design/pro-blocks/pulls)这样可避免 markdownlint 报错。
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (2)
blog/better-block.en-US.md(1 hunks)blog/better-block.zh-CN.md(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
blog/better-block.zh-CN.md
64-64: Emphasis style
Expected: underscore; Actual: asterisk
(MD049, emphasis-style)
64-64: Emphasis style
Expected: underscore; Actual: asterisk
(MD049, emphasis-style)
blog/better-block.en-US.md
64-64: Emphasis style
Expected: underscore; Actual: asterisk
(MD049, emphasis-style)
64-64: Emphasis style
Expected: underscore; Actual: asterisk
(MD049, emphasis-style)
🔇 Additional comments (2)
blog/better-block.zh-CN.md (1)
62-66: 链接有效性已确认
blog/better-block.zh-CN.md 第62-66行:验证脚本显示以下链接均返回 HTTP 200,无需修改blog/better-block.en-US.md (1)
62-66: Double-check updated URLs
请同样确认英文版引用的三个新链接均可正常访问,与中文版保持一致。若需快速验证可复用上一条脚本。
更新blog/block 文档中过时的链接。
Summary by CodeRabbit