Skip to content

Commit 5843e58

Browse files
authored
Update links in datatable/README
1 parent 9f582e8 commit 5843e58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cucumber-java/README.md

Lines changed: 2 additions & 2 deletions
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-jvm/tree/main/datatable)
70+
For examples of each type see: [cucumber-jvm/datatable](https://github.com/cucumber/cucumber-jvm/tree/main/datatable)
7171

7272
```java
7373
package com.example.app;
@@ -295,7 +295,7 @@ Depending on the parameter type, this will be one of the following:
295295
* `DataTable` -> `io.cucumber.datatable.TableTransformer`
296296

297297
For a full list of transformations that can be achieved with data table types,
298-
see [cucumber/datatable](https://github.com/cucumber/cucumber/tree/master/datatable)
298+
see [cucumber-jvm/datatable](https://github.com/cucumber/cucumber-jvm/tree/main/datatable)
299299

300300
### Default Transformers
301301

0 commit comments

Comments
 (0)