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. |