Fix broken links in Threading API docs
Fix 14 broken cross-references in docs/api/threading/: - lambda-task path: lambdatask -> lambda-task (5 occurrences) - task-system-config path: tasksystemconfig -> task-system-config (6 occurrences) - read-write-lock self-ref: readwritelock -> read-write-lock (6 occurrences) - task-system cross-method: createtaskgroup/destroytaskgroup -> create-task-group/destroy-task-group - thread cross-method: getcurrentid/getid -> get-current-id/get-id Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -41,4 +41,4 @@ int main() {
|
||||
## 相关文档
|
||||
|
||||
- [Thread 总览](thread.md) - 返回类总览
|
||||
- [GetCurrentId](getcurrentid.md) - 获取当前执行线程的 ID
|
||||
- [GetCurrentId](get-current-id.md) - 获取当前执行线程的 ID
|
||||
|
||||
Reference in New Issue
Block a user