Skip to content

Commit b3badc9

Browse files
committed
Update agents documentation 2
1 parent f732af2 commit b3badc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/NapthaModules/1-agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ The configuration of an agent module is specified in the `deployment.json` file
120120
For details on how to run LLM inference within modules, see the [LLM Inference](/NapthaInference/inference) page.
121121
:::
122122

123-
For an example of calling an agent from Python (within an orchestrator module that uses an agent module), see the [Orchestrator Modules](/NapthaModules/orchestrator) page.
123+
For an example of calling an agent from Python (within an orchestrator module that uses an agent module), see the [Orchestrator Modules](/NapthaModules/orchestrators) page.
124124

125125
## Examples
126126

@@ -185,7 +185,7 @@ export const featureCards = [
185185
title: 'Orchestrator Modules',
186186
description: 'Learn how to use Agents within Orchestrator Modules',
187187
icon: '🎮',
188-
link: '/NapthaModules/orchestrator'
188+
link: '/NapthaModules/orchestrators'
189189
}
190190
];
191191

0 commit comments

Comments
 (0)