diff --git a/docs/zh-CN/development/server/test.md b/docs/zh-CN/development/server/test.md index aedff9d32..2964f5087 100644 --- a/docs/zh-CN/development/server/test.md +++ b/docs/zh-CN/development/server/test.md @@ -86,7 +86,7 @@ describe('my suite', () => { ## 示例 -我们以之前在 [资源与操作](development/guide/resources-actions) 章节的功能为例,来写一个插件的测试: +我们以之前在 [资源与操作](development/server/resources-actions) 章节的功能为例,来写一个插件的测试: ```ts import { mockServer } from '@nocobase/test';