Skip to content

Commit

Permalink
langchain4j: fix link to camel core parameter binding usage
Browse files Browse the repository at this point in the history
  • Loading branch information
orpiske committed Oct 18, 2024
1 parent ad76633 commit e2a38e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,5 +81,5 @@ public interface CustomAiService {
}
```

More details could be found about camel parameter binding annotations at https://camel.apache.org/manual/parameter-binding-annotations.html.
You can find more details about Camel Parameter Binding annotations in the xref:manual::parameter-binding-annotations.adoc[manual].

Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ public interface CustomAiService {
}
```

More details could be found about camel parameter binding annotations at https://camel.apache.org/manual/parameter-binding-annotations.html.
You can find more details about Camel Parameter Binding annotations in the xref:manual::parameter-binding-annotations.adoc[manual].

0 comments on commit e2a38e2

Please sign in to comment.