Skip to content

Commit 4dd6375

Browse files
committed
fixing links in the ebean doc
Signed-off-by: Lewis Birks <22620804+lewisbirks@users.noreply.github.com>
1 parent 061a9f0 commit 4dd6375

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/asciidoc/modules/ebean.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ import io.jooby.ebean.EbeanModule
103103

104104
=== Transactional Request
105105

106-
The javadoc:ebean.TransactionalRequest[] decorator takes care of a start/commit/rollback a
106+
The javadoc:ebean.TransactionalRequest[artifact=jooby-ebean] decorator takes care of a start/commit/rollback a
107107
transaction per HTTP request.
108108

109109
.TransactionalRequest
@@ -294,7 +294,7 @@ Advanced/Custom configuration is supported programmatically or using property fi
294294
}
295295
----
296296

297-
<1> Manually creates a database config or use the one provided by Jooby: javadoc:ebean.EbeanModule[create, io.jooby.Jooby, java.lang.String].
297+
<1> Manually creates a database config or use the one provided by Jooby: javadoc:ebean.EbeanModule[create, io.jooby.Jooby, java.lang.String, artifact=jooby-ebean].
298298
<2> Install Ebean with custom database config
299299

300300
.Configuration

0 commit comments

Comments
 (0)