Skip to content

Commit

Permalink
docs: linkfix ajv-validator/ajv-cli (#1818)
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Nov 16, 2021
1 parent 62048a1 commit 683de4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This functionality in Ajv v7 supersedes deprecated package ajv-pack that can be

## Usage with CLI

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.
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.

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

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

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

## Usage from code

Expand Down

0 comments on commit 683de4e

Please sign in to comment.