Fix incorrect external link formatting in effective-agents.adoc#3275
Merged
ilayaperumalg merged 1 commit intospring-projects:mainfrom May 22, 2025
Merged
Conversation
Signed-off-by: Jemin Huh <hjm1980@gmail.com>
Member
|
@JM-Lab Thanks for fixing the links. |
ilayaperumalg
pushed a commit
that referenced
this pull request
May 22, 2025
Signed-off-by: Jemin Huh <hjm1980@gmail.com>
Member
|
Back-ported the changes into 1.0.x as e41f2b5 |
solnone
pushed a commit
to solnone/spring-ai
that referenced
this pull request
May 29, 2025
…ng-projects#3275) Signed-off-by: Jemin Huh <hjm1980@gmail.com> Signed-off-by: Solomon Hsu <solnone@gmail.com>
namsoo2
pushed a commit
to namsoo2/spring-ai
that referenced
this pull request
Jun 9, 2025
…ng-projects#3275) Signed-off-by: Jemin Huh <hjm1980@gmail.com> Signed-off-by: minsoo.nam <minsoo.nam@linecorp.com>
chedim
pushed a commit
to couchbaselabs/spring-ai
that referenced
this pull request
Sep 19, 2025
…ng-projects#3275) Signed-off-by: Jemin Huh <hjm1980@gmail.com>
1993heqiang
pushed a commit
to 1993heqiang/spring-ai
that referenced
this pull request
Jan 3, 2026
…ng-projects#3275) Signed-off-by: Jemin Huh <hjm1980@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request fixes incorrect external link formatting in the
effective-agents.adocdocumentation file.The following broken or misformatted links were corrected:
evaluator-optimizerorchestrator-workersThese changes ensure that readers are directed to the correct external resources.
Note: The
parallelization-workflowlink was broken due to a typo in the example project's directory name.This has been fixed in the related example project: spring-projects/spring-ai-examples#42
cc @tzolov