Skip to content

Commit 9fc5891

Browse files
committed
fix references
1 parent f2d0bd1 commit 9fc5891

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/running_agents.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ async def main():
8989

9090
### Automatic conversation management with Sessions
9191

92-
For a simpler approach, you can use [Sessions](sessions.md) to automatically handle conversation history without manually calling `.to_input_list()`:
92+
For a simpler approach, you can use [Sessions](sessions/index.md) to automatically handle conversation history without manually calling `.to_input_list()`:
9393

9494
```python
9595
from agents import Agent, Runner, SQLiteSession
@@ -119,7 +119,7 @@ Sessions automatically:
119119
- Stores new messages after each run
120120
- Maintains separate conversations for different session IDs
121121

122-
See the [Sessions documentation](sessions.md) for more details.
122+
See the [Sessions documentation](sessions/index.md) for more details.
123123

124124
## Long running agents & human-in-the-loop
125125

0 commit comments

Comments
 (0)