From e8b1f688061260e69176eb21110309e7050b1bf1 Mon Sep 17 00:00:00 2001 From: Piotr Spieker Date: Tue, 26 Nov 2024 18:43:35 +0100 Subject: [PATCH] Fix crosslinks in docs/Tutorial.md Co-authored-by: ll-nick <68419636+ll-nick@users.noreply.github.com> --- docs/Tutorial.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Tutorial.md b/docs/Tutorial.md index b81a2806..73cefcdd 100644 --- a/docs/Tutorial.md +++ b/docs/Tutorial.md @@ -131,6 +131,6 @@ With the basics out of the way, let's work through the tasks. 1. [Implement your first behavior component](./tasks/1_implement_behavior_component.md) 2. [Extend the arbitration graph with that behavior](./tasks/2_extend_arbitration_graph.md) -3. [Learn about nested arbitration graphs](./docs/tasks/4_nested_arbitrators.md) -4. [Arbitrate based on predicted utility](./docs/tasks/5_cost_arbitration.md) -5. [Verify commands and add a fallback strategy](./docs/tasks/6_verification.md) +3. [Learn about nested arbitration graphs](./tasks/4_nested_arbitrators.md) +4. [Arbitrate based on predicted utility](./tasks/5_cost_arbitration.md) +5. [Verify commands and add a fallback strategy](./tasks/6_verification.md)