fix link in docs

master
Evgeny Poberezkin 2016-03-29 22:10:36 +01:00
parent c383b29faa
commit 32f38252fb
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ Each error object should at least have properties `keyword`, `message` and `para
Inlined keywords can optionally define `dataPath` and `schemaPath` properties in error objects, that will be assigned by Ajv unless `errors` option of the keyword is `"full"`.
If custom keyword doesn't create errors, the default error will be created in case the keyword fails validation (see [Validation errors](#validation-errors)).
If custom keyword doesn't create errors, the default error will be created in case the keyword fails validation (see [Validation errors](https://github.com/epoberezkin/ajv#validation-errors)).
## Short-circuit validation