Skip to content

Commit acd1cc3

Browse files
authored
1 parent d990f92 commit acd1cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual/mapper/mapper/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public interface InventoryMapper {
3939
```
4040

4141
The builder allows you to create a mapper instance, by wrapping a core `CqlSession` (if you need
42-
more details on how to create a session, refer to the [core driver documentation](../core/)).
42+
more details on how to create a session, refer to the [core driver documentation](../../core/)).
4343

4444
```java
4545
CqlSession session = CqlSession.builder().build();

0 commit comments

Comments
 (0)