Skip to content

Commit

Permalink
[DOC] - Fixed sql example url (#26)
Browse files Browse the repository at this point in the history
Fixed sql example url
  • Loading branch information
tomascayuelas authored Nov 14, 2023
1 parent a815a33 commit d72be2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/learn/integrations/sql.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,4 +209,4 @@ answer2 = AnswerResponse(
)
```

If you want to see a more complete example you can go [here](https://github.com/xebia-functional/xef/tree/main/examples/kotlin/src/main/kotlin/com/xebia/functional/xef/conversation/sql/MysqlExample.kt).
If you want to see a more complete example you can go [here](https://github.com/xebia-functional/xef/tree/main/examples/src/main/kotlin/com/xebia/functional/xef/conversation/sql/MysqlExample.kt).

0 comments on commit d72be2f

Please sign in to comment.