Skip to content

Commit 1600707

Browse files
committed
docs: correct the link
1 parent 39e0e73 commit 1600707

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/api/crawl-data.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ crawlApp
9999
.then((res) => {})
100100
```
101101

102-
For more configuration options, see [CrawlDataDetailTargetConfig](type/crawl-data#crawldatadetailtargetconfig).
102+
For more configuration options, see [CrawlDataDetailTargetConfig](/type/crawl-data#crawldatadetailtargetconfig).
103103

104104
::: tip
105105
The res obtained will be an object.
@@ -122,7 +122,7 @@ crawlApp
122122
.then((res) => {})
123123
```
124124

125-
For more configuration options, see [CrawlDataDetailTargetConfig](type/crawl-data#crawldatadetailtargetconfig).
125+
For more configuration options, see [CrawlDataDetailTargetConfig](/type/crawl-data#crawldatadetailtargetconfig).
126126

127127
::: tip
128128
The res obtained will be an array containing objects.
@@ -150,7 +150,7 @@ crawlApp
150150
.then((res) => {})
151151
```
152152

153-
For more configuration options, see [CrawlDataAdvancedConfig](/cn/type/crawl-data#crawldataadvancedconfig).
153+
For more configuration options, see [CrawlDataAdvancedConfig](/type/crawl-data#crawldataadvancedconfig).
154154

155155
::: tip
156156
The res obtained will be an array containing objects.

docs/api/crawl-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ crawlApp
150150
.then((res) => {})
151151
```
152152

153-
For more configuration options, see [CrawlFileAdvancedConfig](/type/crawl-file/cn/type/crawl-file#crawlfileadvancedconfig).
153+
For more configuration options, see [CrawlFileAdvancedConfig](/type/crawl-file#crawlfileadvancedconfig).
154154

155155
::: tip
156156
The res obtained will be an array containing objects.

docs/cn/api/crawl-file.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ crawlApp
150150
.then((res) => {})
151151
```
152152

153-
更多配置选项可以查看 [CrawlFileAdvancedConfig](/cn/type/crawl-file/cn/type/crawl-file#crawlfileadvancedconfig)
153+
更多配置选项可以查看 [CrawlFileAdvancedConfig](/cn/type/crawl-file#crawlfileadvancedconfig)
154154

155155
::: tip
156156
拿到的 res 将是一个数组,里面是对象。

0 commit comments

Comments
 (0)