@@ -57,12 +57,12 @@ JavaScript objects.
5757
5858- Use ** JSON** or ** YAML** schemas &mdash ; or even a mix of both!
5959- Supports ` $ref ` pointers to external files and URLs, as well
60- as [ custom sources] ( https://apitools.dev /json-schema-ref-parser/docs/plugins/resolvers.html ) such as databases
61- - Can [ bundle] ( https://apitools.dev /json-schema-ref-parser/docs/ref-parser.html#bundlepath-options-callback ) multiple
60+ as [ custom sources] ( https://apidevtools.com /json-schema-ref-parser/docs/plugins/resolvers.html ) such as databases
61+ - Can [ bundle] ( https://apidevtools.com /json-schema-ref-parser/docs/ref-parser.html#bundlepath-options-callback ) multiple
6262 files into a single schema that only has _ internal_ ` $ref ` pointers
63- - Can [ dereference] ( https://apitools.dev /json-schema-ref-parser/docs/ref-parser.html#dereferencepath-options-callback )
63+ - Can [ dereference] ( https://apidevtools.com /json-schema-ref-parser/docs/ref-parser.html#dereferencepath-options-callback )
6464 your schema, producing a plain-old JavaScript object that's easy to work with
65- - Supports [ circular references] ( https://apitools.dev /json-schema-ref-parser/docs/#circular-refs ) , nested references,
65+ - Supports [ circular references] ( https://apidevtools.com /json-schema-ref-parser/docs/#circular-refs ) , nested references,
6666 back-references, and cross-references between files
6767- Maintains object reference equality &mdash ; ` $ref ` pointers to the same value always resolve to the same object
6868 instance
8686}
8787```
8888
89- For more detailed examples, please see the [ API Documentation] ( https://apitools.dev /json-schema-ref-parser/docs/ )
89+ For more detailed examples, please see the [ API Documentation] ( https://apidevtools.com /json-schema-ref-parser/docs/ )
9090
9191## Polyfills
9292
@@ -130,7 +130,7 @@ config.plugins.push(
130130
131131## API Documentation
132132
133- Full API documentation is available [ right here] ( https://apitools.dev /json-schema-ref-parser/docs/ )
133+ Full API documentation is available [ right here] ( https://apidevtools.com /json-schema-ref-parser/docs/ )
134134
135135## Contributing
136136
0 commit comments