Skip to content

Commit afdb12e

Browse files
committed
update links
1 parent e8e502b commit afdb12e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/api/scripts/extension-modules/async/runjobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runjobs(name: <string>, jobs: <function|jobpool|jobgraph>, options?: <table>)
3434
| `comax` | number | 4 | Max concurrent jobs |
3535
| `timeout` | number | 500 | Timer callback timeout in ms (must be < 60000) |
3636
| `on_timer` | function | nil | Timer callback: `function(running_jobs_indices)` |
37-
| `waiting_indicator` | boolean\|table | nil | Enable waiting indicator. See [utils.waiting_indicator](/api/scripts/extension-modules/utils/waiting-indicator) |
37+
| `waiting_indicator` | boolean\|table | nil | Enable waiting indicator |
3838
| `progress` | boolean | nil | **Deprecated**: Use `waiting_indicator` instead |
3939
| `progress_factor` | number | 1.0 | Progress calculation factor |
4040
| `progress_refresh` | boolean | nil | Enable progress refresh for multirow progress (v3.0.5) |
@@ -205,4 +205,4 @@ end, {
205205
})
206206
```
207207

208-
See also: [async.jobgraph](/api/scripts/extension-modules/async/jobgraph), [async.jobpool](/api/scripts/extension-modules/async/jobpool)
208+
See also: [async.jobgraph](/api/scripts/extension-modules/async/jobgraph)

docs/zh/api/scripts/extension-modules/async/runjobs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runjobs(name: <string>, jobs: <function|jobpool|jobgraph>, options?: <table>)
3434
| `comax` | number | 4 | 最大并发数 |
3535
| `timeout` | number | 500 | 定时器回调超时(毫秒,需 < 60000) |
3636
| `on_timer` | function | nil | 定时器回调:`function(running_jobs_indices)` |
37-
| `waiting_indicator` | boolean\|table | nil | 启用等待指示器,参见 [utils.waiting_indicator](/zh/api/scripts/extension-modules/utils/waiting-indicator) |
37+
| `waiting_indicator` | boolean\|table | nil | 启用等待指示器 |
3838
| `progress` | boolean | nil | **已废弃**:使用 `waiting_indicator` 代替 |
3939
| `progress_factor` | number | 1.0 | 进度计算因子 |
4040
| `progress_refresh` | boolean | nil | 启用多行进度刷新(v3.0.5) |
@@ -205,4 +205,4 @@ end, {
205205
})
206206
```
207207

208-
相关链接:[async.jobgraph](/zh/api/scripts/extension-modules/async/jobgraph), [async.jobpool](/zh/api/scripts/extension-modules/async/jobpool)
208+
相关链接:[async.jobgraph](/zh/api/scripts/extension-modules/async/jobgraph)

0 commit comments

Comments
 (0)