Browse Source

Merge pull request #601 from imVinayPandya/patch-1

Fix: Update broken file link in readme.md
Alvin 1 month ago
parent
commit
f3a20a2c87
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -205,7 +205,7 @@ V2 makes background specialists the default mental model: the Orchestrator plans
 the work graph, launches the right agents, avoids overlapping write ownership,
 the work graph, launches the right agents, avoids overlapping write ownership,
 and waits for terminal task results before acting on them.
 and waits for terminal task results before acting on them.
 
 
-See **[Background Orchestration](docs/v2-background-orchestration.md)** for the
+See **[Background Orchestration](docs/background-orchestration.md)** for the
 full scheduler model.
 full scheduler model.
 
 
 #### Companion
 #### Companion