Skip to content

Commit bc92976

Browse files
authored
Update domain
1 parent 6dff619 commit bc92976

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ Swagger 2.0 and OpenAPI 3.0 parser/validator
1010
[![License](https://img.shields.io/npm/l/@apidevtools/swagger-parser.svg)](LICENSE)
1111
[![Buy us a tree](https://img.shields.io/badge/Treeware-%F0%9F%8C%B3-lightgreen)](https://shop.protect.earth/)
1212

13-
[![OS and Browser Compatibility](https://apitools.dev/img/badges/ci-badges-with-ie.svg)](https://github.com/APIDevTools/swagger-parser/actions)
13+
[![OS and Browser Compatibility](https://apidevtools.com/img/badges/ci-badges-with-ie.svg)](https://github.com/APIDevTools/swagger-parser/actions)
1414

1515

1616
Features
1717
--------------------------
1818
- Parses Swagger specs in **JSON** or **YAML** format
1919
- Validates against the [Swagger 2.0 schema](https://github.com/OAI/OpenAPI-Specification/blob/master/schemas/v2.0/schema.json) or [OpenAPI 3.0 Schema](https://github.com/OAI/OpenAPI-Specification/blob/master/schemas/v3.0/schema.json)
20-
- [Resolves](https://apitools.dev/swagger-parser/docs/swagger-parser.html#resolveapi-options-callback) all `$ref` pointers, including external files and URLs
21-
- Can [bundle](https://apitools.dev/swagger-parser/docs/swagger-parser.html#bundleapi-options-callback) all your Swagger files into a single file that only has _internal_ `$ref` pointers
22-
- Can [dereference](https://apitools.dev/swagger-parser/docs/swagger-parser.html#dereferenceapi-options-callback) all `$ref` pointers, giving you a normal JavaScript object that's easy to work with
20+
- [Resolves](https://apidevtools.com/swagger-parser/docs/swagger-parser.html#resolveapi-options-callback) all `$ref` pointers, including external files and URLs
21+
- Can [bundle](https://apidevtools.com/swagger-parser/docs/swagger-parser.html#bundleapi-options-callback) all your Swagger files into a single file that only has _internal_ `$ref` pointers
22+
- Can [dereference](https://apidevtools.com/swagger-parser/docs/swagger-parser.html#dereferenceapi-options-callback) all `$ref` pointers, giving you a normal JavaScript object that's easy to work with
2323
- **[Tested](https://github.com/APIDevTools/swagger-parser/actions)** in Node.js and all modern web browsers on Mac, Windows, and Linux
2424
- Tested on **[over 1,500 real-world APIs](https://apis.guru/browse-apis/)** from Google, Microsoft, Facebook, Spotify, etc.
25-
- Supports [circular references](https://apitools.dev/swagger-parser/docs/#circular-refs), nested references, back-references, and cross-references
25+
- Supports [circular references](https://apidevtools.com/swagger-parser/docs/#circular-refs), nested references, back-references, and cross-references
2626
- Maintains object reference equality — `$ref` pointers to the same value always resolve to the same object instance
2727

2828

@@ -60,7 +60,7 @@ catch(err) {
6060
}
6161
```
6262

63-
For more detailed examples, please see the [API Documentation](https://apitools.dev/swagger-parser/docs/)
63+
For more detailed examples, please see the [API Documentation](https://apidevtools.com/swagger-parser/docs/)
6464

6565

6666

@@ -100,7 +100,7 @@ To use Swagger Parser in a browser, you'll need to use a bundling tool such as [
100100

101101
API Documentation
102102
--------------------------
103-
Full API documentation is available [right here](https://apitools.dev/swagger-parser/docs/)
103+
Full API documentation is available [right here](https://apidevtools.com/swagger-parser/docs/)
104104

105105

106106
Security
@@ -138,6 +138,6 @@ Big Thanks To
138138
--------------------------
139139
Thanks to these awesome companies for their support of Open Source developers ❤
140140

141-
[![GitHub](https://apitools.dev/img/badges/github.svg)](https://github.com/open-source)
142-
[![NPM](https://apitools.dev/img/badges/npm.svg)](https://www.npmjs.com/)
143-
[![Coveralls](https://apitools.dev/img/badges/coveralls.svg)](https://coveralls.io)
141+
[![GitHub](https://apidevtools.com/img/badges/github.svg)](https://github.com/open-source)
142+
[![NPM](https://apidevtools.com/img/badges/npm.svg)](https://www.npmjs.com/)
143+
[![Coveralls](https://apidevtools.com/img/badges/coveralls.svg)](https://coveralls.io)

0 commit comments

Comments
 (0)