From 820cdadbc9da9f9a5b224c996d17cd932116e53e Mon Sep 17 00:00:00 2001 From: Waleed Ashraf Date: Thu, 21 Apr 2022 10:00:25 +0200 Subject: [PATCH] docs: update link for apitools docs --- API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/API.md b/API.md index 67df4b055..bd72d868f 100644 --- a/API.md +++ b/API.md @@ -3780,8 +3780,8 @@ The complete list of parse configuration options used to parse the given data. | Name | Type | Description | | --- | --- | --- | | [path] | String | Path to the AsyncAPI document. It will be used to resolve relative references. Defaults to current working dir. | -| [parse] | Object | Options object to pass to [json-schema-ref-parser](https://apidevtools.org/json-schema-ref-parser/docs/options.html). | -| [resolve] | Object | Options object to pass to [json-schema-ref-parser](https://apidevtools.org/json-schema-ref-parser/docs/options.html). | +| [parse] | Object | Options object to pass to [json-schema-ref-parser](https://apitools.dev/json-schema-ref-parser/docs/options.html). | +| [resolve] | Object | Options object to pass to [json-schema-ref-parser](https://apitools.dev/json-schema-ref-parser/docs/options.html). | | [applyTraits] | Boolean | Whether to resolve and apply traits or not. Defaults to true. |