Skip to content

Commit 5bf87ad

Browse files
authored
Update domain
1 parent c0b6b33 commit 5bf87ad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@ JavaScript objects.
5757

5858
- Use **JSON** or **YAML** schemas — 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 — `$ref` pointers to the same value always resolve to the same object
6868
instance
@@ -86,7 +86,7 @@ try {
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

Comments
 (0)