diff --git a/docs/en-US/development/server/test.md b/docs/en-US/development/server/test.md index 0359876db..de5fe7dc7 100644 --- a/docs/en-US/development/server/test.md +++ b/docs/en-US/development/server/test.md @@ -86,7 +86,7 @@ describe('my suite', () => { ## Example -Let's write a test of the plugin using in previous chapter [Resources and Actions](development/server/resources-actions) as an example. +Let's write a test of the plugin using in previous chapter [Resources and Actions](resources-actions) as an example. ```ts import { mockServer } from '@nocobase/test'; diff --git a/docs/tr-TR/development/server/test.md b/docs/tr-TR/development/server/test.md index 0359876db..de5fe7dc7 100644 --- a/docs/tr-TR/development/server/test.md +++ b/docs/tr-TR/development/server/test.md @@ -86,7 +86,7 @@ describe('my suite', () => { ## Example -Let's write a test of the plugin using in previous chapter [Resources and Actions](development/server/resources-actions) as an example. +Let's write a test of the plugin using in previous chapter [Resources and Actions](resources-actions) as an example. ```ts import { mockServer } from '@nocobase/test'; diff --git a/docs/zh-CN/development/server/test.md b/docs/zh-CN/development/server/test.md index 03bdff8b6..936f0aefb 100644 --- a/docs/zh-CN/development/server/test.md +++ b/docs/zh-CN/development/server/test.md @@ -90,7 +90,7 @@ describe('my suite', () => { ## 示例 -我们以之前在 [资源与操作](development/server/resources-actions) 章节的功能为例,来写一个插件的测试: +我们以之前在 [资源与操作](resources-actions) 章节的功能为例,来写一个插件的测试: ```ts import { mockServer } from '@nocobase/test';