Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit d1bb754

Browse files
fix: fixes gherkin scenarios links in README
1 parent 0e236bb commit d1bb754

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -174,11 +174,11 @@ The validation `result` against the given JSON Schema will look as follows:
174174

175175
Take a look at the [Gherkin](https://cucumber.io/docs/gherkin/) specification, which describes on examples how validation of each field behaves:
176176

177-
- [`method`](https://github.com/apiaryio/gavel-spec/blob/master/features/javascript/fields/method)
178-
- [`statusCode`](https://github.com/apiaryio/gavel-spec/blob/master/features/javascript/fields/statusCode)
179-
- [`headers`](https://github.com/apiaryio/gavel-spec/blob/master/features/javascript/fields/headers)
180-
- [`body`](https://github.com/apiaryio/gavel-spec/blob/master/features/javascript/fields/body)
181-
- [`bodySchema`](https://github.com/apiaryio/gavel-spec/blob/master/features/javascript/fields/bodySchema)
177+
- [`method`](https://github.com/apiaryio/gavel-spec/blob/master/features/javascript/fields/method.feature)
178+
- [`statusCode`](https://github.com/apiaryio/gavel-spec/blob/master/features/javascript/fields/statusCode.feature)
179+
- [`headers`](https://github.com/apiaryio/gavel-spec/blob/master/features/javascript/fields/headers.feature)
180+
- [`body`](https://github.com/apiaryio/gavel-spec/blob/master/features/javascript/fields/body.feature)
181+
- [`bodySchema`](https://github.com/apiaryio/gavel-spec/blob/master/features/javascript/fields/bodySchema.feature)
182182

183183
## Type definitions
184184

0 commit comments

Comments
 (0)