awslabs / awslabs/agentcore-samples
01-tutorials - [Content Improvement] Fix swapped Memory and Identity documentation links
Open
01-tutorials
documentation
- Dominant language
- Python
- Stars
- 3.4k
- Forks
- 1.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 30
Description
## Description
The documentation links for Memory and Identity components in the main README.md were swapped, causing users to be directed to the incorrect tutorial sections.
### Issue
- Memory section was linking to `03-AgentCore-identity` instead of `04-AgentCore-memory`
- Identity section was linking to `04-AgentCore-memory` instead of `03-AgentCore-identity`
### Solution
Fixed the links to point to the correct tutorial directories, ensuring users can access the appropriate documentation for each component.
### Files Changed
- `README.md` (lines 55-56)
Contributor guide
Assessment
This issue has not been assessed yet.