diff --git a/docs/guide/combining-schemas.md b/docs/guide/combining-schemas.md index 7937fe150e..3ba877e937 100644 --- a/docs/guide/combining-schemas.md +++ b/docs/guide/combining-schemas.md @@ -41,7 +41,7 @@ const ajv = new Ajv() const validate = ajv.addSchema(defsSchema).compile(schema) ``` -See [Options](./api.md#options) and [addSchema](./api.md#add-schema) method. +See [Options](../options.md) and [addSchema](../api.md###ajv.addSchema) method. ::: tip Reference resolution - `$ref` is resolved as the uri-reference using schema \$id as the base URI (see the example).