Skip to content

Commit 1069f51

Browse files
committed
fixing links in the jdbi doc
Signed-off-by: Lewis Birks <22620804+lewisbirks@users.noreply.github.com>
1 parent bc80678 commit 1069f51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/asciidoc/modules/jdbi.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Handle must be explicitly closed, we did that with `try-with-resources` statemen
8181

8282
=== Transactional Request
8383

84-
The javadoc:jdbi.TransactionalRequest[] decorator takes care of a lifecycle of a `Handle` per HTTP request.
84+
The javadoc:jdbi.TransactionalRequest[artifact="jooby-jdbi"] decorator takes care of a lifecycle of a `Handle` per HTTP request.
8585
The decorator creates, bind, begin/commit/rollback transaction and finally close it, so route handler
8686
doesn't have to deal with that boring lines of code.
8787

@@ -254,7 +254,7 @@ import io.jooby.annotation.Transactional
254254

255255
=== SQL Objects
256256

257-
Provisioning of custom SQL objects is available javadoc:jdbi.JdbiMdule[sqlObjects, java.lang.Class] method.
257+
Provisioning of custom SQL objects is available javadoc:jdbi.JdbiModule[sqlObjects, java.lang.Class..., artifact="jooby-jdbi"] method.
258258

259259
.SQLObjects
260260
[source, java, role = "primary"]

0 commit comments

Comments
 (0)