Skip to content

Commit 9ccc4bf

Browse files
committed
fix(ai): 修复 llm-basis 目录中引用 AI 编程文章的链接路径
ai-ide.md 中引用 AI 编程模块文章使用了错误的相对路径, 已从 ./xxx.md 修正为 ../ai-coding/xxx.md
1 parent 9628dca commit 9ccc4bf

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/ai/llm-basis/ai-ide.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Claude Code 内置的 `/simplify` 命令会并行启动三个审查 Agent,各
7070

7171
**渐进式重构策略**:好的 AI 辅助重构不是大爆炸式重写,而是增量替换。实战中推荐的方式是:创建新文件(如 `RefundServiceRefactored`)而非直接修改原文件,保留原有代码作为备份,降低重构风险,便于 A/B 测试和灰度发布。
7272

73-
Claude Code 详细内容我单独分享过:[Claude Code 使用指南](./claudecode-tips.md)
73+
Claude Code 详细内容我单独分享过:[Claude Code 使用指南](../ai-coding/claudecode-tips.md)
7474

7575
## AI 对后端开发的影响
7676

@@ -297,7 +297,7 @@ AI 编程工具正在深刻改变开发者的工作方式。Cursor、Claude Code
297297

298298
如果你对 AI 编程实战感兴趣,JavaGuide 系列还有更多深度内容:
299299

300-
- [Claude Code 使用指南](./claudecode-tips.md):配置、工作流与进阶技巧
301-
- [IDEA + Qoder 插件实战](./idea-qoder-plugin.md):接口优化与代码重构案例
302-
- [Trae 接入大模型实战](./trae-m2.7.md):Redis 故障排查与跨语言重构
303-
- [Claude Code 接入第三方模型](./cc-glm5.1.md):JVM 智能诊断与慢查询治理
300+
- [Claude Code 使用指南](../ai-coding/claudecode-tips.md):配置、工作流与进阶技巧
301+
- [IDEA + Qoder 插件实战](../ai-coding/idea-qoder-plugin.md):接口优化与代码重构案例
302+
- [Trae 接入大模型实战](../ai-coding/trae-m2.7.md):Redis 故障排查与跨语言重构
303+
- [Claude Code 接入第三方模型](../ai-coding/cc-glm5.1.md):JVM 智能诊断与慢查询治理

0 commit comments

Comments
 (0)