Skip to content

Commit b4fbf77

Browse files
authored
Fix link to cucumber-expressions
1 parent 65ce1fb commit b4fbf77

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
@@ -23,7 +23,7 @@ method for multiple steps by repeating the annotation. For localized annotations
2323
import the annotations from `io.cucumber.java.<ISO2 Language Code>.*`
2424

2525
Step definitions can take either a
26-
[Cucumber Expression](https://github.com/cucumber/cucumber/tree/master/cucumber-expressions) or a regular
26+
[Cucumber Expression](https://github.com/cucumber/cucumber-expressions) or a regular
2727
expression.
2828

2929
```java

0 commit comments

Comments
 (0)