diff --git a/content/docs/learn/integrations/sql.md b/content/docs/learn/integrations/sql.md index 21c45cc..c0dff82 100644 --- a/content/docs/learn/integrations/sql.md +++ b/content/docs/learn/integrations/sql.md @@ -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).