fix(doc): 同级目录跳转 (#2140)

This commit is contained in:
Bierxiensi 2023-06-27 21:11:37 +08:00 committed by GitHub
parent 73dfe074d7
commit 884b265420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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';

View File

@ -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';

View File

@ -90,7 +90,7 @@ describe('my suite', () => {
## 示例
我们以之前在 [资源与操作](development/server/resources-actions) 章节的功能为例,来写一个插件的测试:
我们以之前在 [资源与操作](resources-actions) 章节的功能为例,来写一个插件的测试:
```ts
import { mockServer } from '@nocobase/test';