Skip to content

Commit

Permalink
Linking to the correct keywords reference page (#1670)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassaid authored Jul 4, 2021
1 parent 9166e38 commit 001f829
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/user-keywords.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ console.log(validate(4)) // false

Several keywords (typeof, instanceof, range and propertyNames) are defined in [ajv-keywords](https://github.com/ajv-validator/ajv-keywords) package - they can be used for your schemas and as a starting point for your own keywords.

See [User-defined keywords](./keywords.md) reference for more details.
See [User-defined keywords](../keywords.md) reference for more details.

0 comments on commit 001f829

Please sign in to comment.