From c869991e826e433a80cf6c06e109344ca55ea025 Mon Sep 17 00:00:00 2001 From: Connor Smith Date: Fri, 10 Jun 2022 11:57:21 -0400 Subject: [PATCH] docs: fix broken links --- docs/guide/combining-schemas.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).