Skip to content

Commit ca7e0c2

Browse files
committed
Fix broken sql client templates doc link
Signed-off-by: Thomas Segismont <[email protected]>
1 parent 8348ad2 commit ca7e0c2

File tree

1 file changed

+2
-2
lines changed
  • vertx-sql-client-templates/src/main/asciidoc

1 file changed

+2
-2
lines changed

vertx-sql-client-templates/src/main/asciidoc/index.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ You can use the backslash char `\` to escape any `#` character, i.e `\#{foo}` w
5656

5757
== Row mapping
5858

59-
By default templates produce {@link io.vertx.sqlclient.Row} as result type.
59+
By default, templates produce {@link io.vertx.sqlclient.Row} as result type.
6060

6161
You can provide a custom {@link io.vertx.sqlclient.templates.RowMapper} to achieve row level mapping instead:
6262

@@ -323,7 +323,7 @@ annotation.
323323

324324
You can annotate the field, the getter or the setter.
325325

326-
The generated mapper can be used to perform param mapping like explained in <<params_mapping_with_custom_function,parameter mapping chapter>>.
326+
The generated mapper can be used to perform param mapping like explained in <<params_mapping_with_custom_mapper,parameter mapping chapter>>.
327327

328328
[source,$lang]
329329
----

0 commit comments

Comments
 (0)