We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d990f92 commit acd1cc3Copy full SHA for acd1cc3
manual/mapper/mapper/README.md
@@ -39,7 +39,7 @@ public interface InventoryMapper {
39
```
40
41
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/)).
+more details on how to create a session, refer to the [core driver documentation](../../core/)).
43
44
```java
45
CqlSession session = CqlSession.builder().build();
0 commit comments