Skip to content

Commit f3a1513

Browse files
committed
bug #790 Docs/fix readme links (Wiltzsu)
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
2 parents 27f4121 + bf5e965 commit f3a1513

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

src/agent/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ https://github.com/symfony/ai to create issues or submit pull requests.
1919

2020
## Resources
2121

22-
- [Documentation](doc/index.rst)
22+
- [Documentation](../../docs/index.rst)
2323
- [Report issues](https://github.com/symfony/ai/issues) and
2424
[send Pull Requests](https://github.com/symfony/ai/pulls)
2525
in the [main Symfony AI repository](https://github.com/symfony/ai)

src/ai-bundle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ https://github.com/symfony/ai to create issues or submit pull requests.
1818

1919
## Resources
2020

21-
- [Documentation](doc/index.rst)
21+
- [Documentation](../../docs/index.rst)
2222
- [Report issues](https://github.com/symfony/ai/issues) and
2323
[send Pull Requests](https://github.com/symfony/ai/pulls)
2424
in the [main Symfony AI repository](https://github.com/symfony/ai)

src/chat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ https://github.com/symfony/ai to create issues or submit pull requests.
1919

2020
## Resources
2121

22-
- [Documentation](doc/index.rst)
22+
- [Documentation](../../docs/index.rst)
2323
- [Report issues](https://github.com/symfony/ai/issues) and
2424
[send Pull Requests](https://github.com/symfony/ai/pulls)
2525
in the [main Symfony AI repository](https://github.com/symfony/ai)

src/mcp-bundle/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ https://github.com/symfony/ai to create issues or submit pull requests.
2121

2222
## Resources
2323

24-
- [Documentation](doc/index.rst)
24+
- [Documentation](../../docs/index.rst)
2525
- [Report issues](https://github.com/symfony/ai/issues) and
2626
[send Pull Requests](https://github.com/symfony/ai/pulls)
2727
in the [main Symfony AI repository](https://github.com/symfony/ai)

src/platform/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ https://github.com/symfony/ai to create issues or submit pull requests.
1818

1919
## Resources
2020

21-
- [Documentation](doc/index.rst)
21+
- [Documentation](../../docs/index.rst)
2222
- [Report issues](https://github.com/symfony/ai/issues) and
2323
[send Pull Requests](https://github.com/symfony/ai/pulls)
2424
in the [main Symfony AI repository](https://github.com/symfony/ai)

src/store/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ https://github.com/symfony/ai to create issues or submit pull requests.
1818

1919
## Resources
2020

21-
- [Documentation](doc/index.rst)
21+
- [Documentation](../../docs/index.rst)
2222
- [Report issues](https://github.com/symfony/ai/issues) and
2323
[send Pull Requests](https://github.com/symfony/ai/pulls)
2424
in the [main Symfony AI repository](https://github.com/symfony/ai)

0 commit comments

Comments
 (0)