From 884b265420d1a210c517fdbb3d76ac7a24cef415 Mon Sep 17 00:00:00 2001 From: Bierxiensi <40264423+Bierxiensi@users.noreply.github.com> Date: Tue, 27 Jun 2023 21:11:37 +0800 Subject: [PATCH] =?UTF-8?q?fix(doc):=20=E5=90=8C=E7=BA=A7=E7=9B=AE?= =?UTF-8?q?=E5=BD=95=E8=B7=B3=E8=BD=AC=20(#2140)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/en-US/development/server/test.md | 2 +- docs/tr-TR/development/server/test.md | 2 +- docs/zh-CN/development/server/test.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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';