File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Depending on the table shape, it can also be accessed as one of the following co
67
67
* ` Map<String, List<String>> table `
68
68
* ` Map<String, Map<String, String>> table `
69
69
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 )
71
71
72
72
``` java
73
73
package com.example.app ;
@@ -295,7 +295,7 @@ Depending on the parameter type, this will be one of the following:
295
295
* ` DataTable ` -> ` io.cucumber.datatable.TableTransformer `
296
296
297
297
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 )
299
299
300
300
### Default Transformers
301
301
You can’t perform that action at this time.
0 commit comments