You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR was squashed before being merged into the main branch.
Discussion
----------
Docs/fix readme links
| Q | A |
|---------------|---|
| Bug fix? | yes |
| New feature? | no |
| Docs? | yes |
| Issues | Fixes#785 |
| License | MIT |
## Description
This pull request fixes broken documentation links in various README files that currently point to non-existent paths.
Updated all documentation links to point to the correct location: `../../docs/index.rst` (the main documentation entry point).
**Files modified:**
- `src/agent/README.md`
- `src/chat/README.md`
- `src/platform/README.md`
- `src/store/README.md`
- `src/ai-bundle/README.md`
- `src/mcp-bundle/README.md`
**Change type:** Simple find-and-replace of broken relative paths
Commits
-------
bf5e965 Docs/fix readme links
0 commit comments