Skip to content

Commit 8e9d437

Browse files
authored
fix: correct path to datatable repo (#2891)
1 parent 483d2e0 commit 8e9d437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cucumber-java/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Depending on the table shape, it can also be accessed as one of the following co
6767
* `Map<String, List<String>> table`
6868
* `Map<String, Map<String, String>> table`
6969

70-
For examples of each type see: [cucumber/datatable](https://github.com/cucumber/cucumber/tree/master/datatable)
70+
For examples of each type see: [cucumber/datatable](https://github.com/cucumber/cucumber-jvm/tree/main/datatable)
7171

7272
```java
7373
package com.example.app;

0 commit comments

Comments
 (0)