Skip to content

Commit 683de4e

Browse files
authoredNov 16, 2021
docs: linkfix ajv-validator/ajv-cli (#1818)
1 parent 62048a1 commit 683de4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/standalone.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This functionality in Ajv v7 supersedes deprecated package ajv-pack that can be
1212

1313
## Usage with CLI
1414

15-
In most cases you would use this functionality via [ajv-cli](https://github.com/jessedc/ajv-cli) (>= 4.0.0) to generate module that exports validation function.
15+
In most cases you would use this functionality via [ajv-cli](https://github.com/ajv-validator/ajv-cli) (>= 4.0.0) to generate module that exports validation function.
1616

1717
```sh
1818
npm install -g ajv-cli
@@ -21,7 +21,7 @@ ajv compile -s schema.json -o validate_schema.js
2121

2222
`validate_schema.js` will contain the module exporting validation function that can be bundled into your application.
2323

24-
See [ajv-cli](https://github.com/jessedc/ajv-cli) docs for additional information.
24+
See [ajv-cli](https://github.com/ajv-validator/ajv-cli) docs for additional information.
2525

2626
## Usage from code
2727

0 commit comments

Comments
 (0)
Please sign in to comment.