Skip to content

Commit abfff77

Browse files
Update migration guide links
1 parent ea4d860 commit abfff77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ Now in `@cucumber/cucumber`:
4444

4545
```js
4646
{
47-
"gherkinDocument": {...}, // schema: https://github.com/cucumber/common/blob/main/messages/jsonschema/GherkinDocument.json
48-
"pickle": {...}, // schema: https://github.com/cucumber/common/blob/main/messages/jsonschema/Pickle.json
47+
"gherkinDocument": {...}, // schema: https://github.com/cucumber/common/blob/messages/v16.0.1/messages/jsonschema/GherkinDocument.json
48+
"pickle": {...}, // schema: https://github.com/cucumber/common/blob/messages/v16.0.1/messages/jsonschema/Pickle.json
4949
"testCaseStartedId": "[uuid]",
5050
"result": {
5151
"status": "FAILED", // one of: UNKNOWN, PASSED, SKIPPED, PENDING, UNDEFINED, AMBIGUOUS, FAILED

0 commit comments

Comments
 (0)