Skip to content

Commit ed9c24a

Browse files
updated documentation links
1 parent 297e309 commit ed9c24a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ The Solution:
4747
JSON Schema $Ref Parser is a full [JSON Reference](https://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03) and [JSON Pointer](https://tools.ietf.org/html/rfc6901) implementation that crawls even the most complex [JSON Schemas](http://json-schema.org/latest/json-schema-core.html) and gives you simple, straightforward JavaScript objects.
4848

4949
- Use **JSON** or **YAML** schemas — or even a mix of both!
50-
- Supports `$ref` pointers to external files and URLs, as well as [custom sources](docs/plugins/resolvers.md) such as databases
51-
- Can [bundle](docs/ref-parser.md#bundlepath-options-callback) multiple files into a single schema that only has _internal_ `$ref` pointers
52-
- Can [dereference](docs/ref-parser.md#dereferencepath-options-callback) your schema, producing a plain-old JavaScript object that's easy to work with
53-
- Supports [circular references](docs/README.md#circular-refs), nested references, back-references, and cross-references between files
50+
- Supports `$ref` pointers to external files and URLs, as well as [custom sources](https://apidevtools.org/json-schema-ref-parser/docs/plugins/resolvers.html) such as databases
51+
- Can [bundle](https://apidevtools.org/json-schema-ref-parser/docs/ref-parser.html#bundlepath-options-callback) multiple files into a single schema that only has _internal_ `$ref` pointers
52+
- Can [dereference](https://apidevtools.org/json-schema-ref-parser/docs/ref-parser.html#dereferencepath-options-callback) your schema, producing a plain-old JavaScript object that's easy to work with
53+
- Supports [circular references](https://apidevtools.org/json-schema-ref-parser/docs/README.html#circular-refs), nested references, back-references, and cross-references between files
5454
- Maintains object reference equality — `$ref` pointers to the same value always resolve to the same object instance
5555
- [Tested](https://apidevtools.org/json-schema-ref-parser/test/index.html) in Node, io.js, and all major web browsers on Windows, Mac, and Linux
5656

@@ -83,7 +83,7 @@ $RefParser.dereference(mySchema)
8383
});
8484
```
8585

86-
For more detailed examples, please see the [API Documentation](docs/README.md)
86+
For more detailed examples, please see the [API Documentation](https://apidevtools.org/json-schema-ref-parser/docs/)
8787

8888

8989
Installation
@@ -120,7 +120,7 @@ Reference [`ref-parser.js`](dist/ref-parser.js) or [`ref-parser.min.js`](dist/re
120120

121121
API Documentation
122122
--------------------------
123-
Full API documentation is available [right here](docs/README.md)
123+
Full API documentation is available [right here](https://apidevtools.org/json-schema-ref-parser/docs/)
124124

125125

126126
Contributing

0 commit comments

Comments
 (0)