docs(i18n): retarget sample-excerpt links to resolve from docs/i18n

Relative links copied into an excerpt resolve from the excerpt's home,
not the source doc's — verify-md-links caught the moved-directory break.
This commit is contained in:
Ziya
2026-07-05 06:33:24 -07:00
parent daaddcaaf3
commit 60cfec6073
+2 -2
View File
@@ -14,9 +14,9 @@
依赖约束规范:各类扩展插件仅依赖抽象接口,严禁直接依赖 `dsh-agent-loop`(该主循环支持替换实现);唯一允许的特例是组合包 `dsh-agent-core`,它的职责是组装整套实体主干。
> This document covers **behavior**; type shapes live in [core-data-structures/](core-data-structures/core.md), the per-event/service reference in the [generated catalog](cordis-catalog/events-and-services.md), per-package contracts in the package READMEs ([map](../packages/README.md)).
> This document covers **behavior**; type shapes live in [core-data-structures/](../core-data-structures/core.md), the per-event/service reference in the [generated catalog](../cordis-catalog/events-and-services.md), per-package contracts in the package READMEs ([map](../../packages/README.md)).
本文档描述整体行为逻辑;类型定义存放于 [core-data-structures/](core-data-structures/core.md);各类事件、服务的详细参考见[生成目录](cordis-catalog/events-and-services.md);各 package 对外约束协议写在对应包的 README([索引](../packages/README.md))。
本文档描述整体行为逻辑;类型定义存放于 [core-data-structures/](../core-data-structures/core.md);各类事件、服务的详细参考见[生成目录](../cordis-catalog/events-and-services.md);各 package 对外约束协议写在对应包的 README([索引](../../packages/README.md))。
## ② 防御模式规则