Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a broken link #568

Merged
merged 1 commit into from Sep 13, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/kotlin-support.rst
Expand Up @@ -149,7 +149,7 @@ On the other hand, when you use ``KEntityql``, the parameter is gone.
}
.fetch()

You can see a lot of sample code `here<https://github.com/domaframework/doma-it/tree/master/kotlin/src/test/kotlin/org/seasar/doma/it/criteria>`_.
You can see a lot of sample code `here <https://github.com/domaframework/doma-it/tree/master/kotlin/src/test/kotlin/org/seasar/doma/it/criteria>`_.

The ``KEntityql`` and ``KNativeQl`` DSLs are included in doma-kotlin.jar.
Note that you should depend on doma-kotlin instead of doma-core in your build script.
Expand Down