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:
@@ -87,7 +87,7 @@ TaskSystem::Get().Submit(std::unique_ptr<ITask>(task));
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [LambdaTask](../lambdatask/lambdatask.md) - Lambda 任务封装
|
||||
- [LambdaTask](../lambda-task/lambda-task.md) - Lambda 任务封装
|
||||
- [TaskGroup](../task-group/task-group.md) - 任务组
|
||||
- [TaskSystem](../task-system/task-system.md) - 任务系统
|
||||
- [../threading/threading.md](../threading.md) - 模块总览
|
||||
|
||||
Reference in New Issue
Block a user