Skip to content

fixes gh-80, broken links #198

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 7, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ https://travis-ci.org/daveclayton/json-schema-validator
The **current** version of this project is licensed under both LGPLv3 (or later) and ASL 2.0. The old version
(2.0.x) was licensed under LGPL 3.0 (or later) only.

**Version 2.2 is out**. See [here](https://github.com/fge/json-schema-validator/wiki/Whatsnew_22)
**Version 2.2 is out**. See [here](https://github.com/daveclayton/json-schema-validator/wiki/Whatsnew_22)
for the list of changes compared to 2.0. And of course, it still has [all the
features](https://github.com/fge/json-schema-validator/wiki/Features) of older versions.
features](https://github.com/daveclayton/json-schema-validator/wiki/Features) of older versions.

## What this is

Expand All @@ -34,19 +34,19 @@ timely manner.
## Testing online

You can [test this library online](http://json-schema-validator.herokuapp.com); this web site is in
a [project of its own](https://github.com/fge/json-schema-validator-demo), which you can fork and
a [project of its own](https://github.com/daveclayton/json-schema-validator-demo), which you can fork and
run by yourself.

## Versions

* current stable version: **2.2.6**
([ChangeLog](https://github.com/fge/json-schema-validator/wiki/ChangeLog_22x),
[Javadoc](http://fge.github.io/json-schema-validator/2.2.x/index.html), [code
samples](http://fge.github.io/json-schema-validator/2.2.x/index.html?com/github/fge/jsonschema/examples/package-summary.html)).
([ChangeLog](https://github.com/daveclayton/json-schema-validator/wiki/ChangeLog_22x),
[Javadoc](http://daveclayton.github.io/json-schema-validator/2.2.x/index.html), [code
samples](http://daveclayton.github.io/json-schema-validator/2.2.x/index.html?com/github/fge/jsonschema/examples/package-summary.html)).
* old stable version: **2.0.4**
([ChangeLog](https://github.com/fge/json-schema-validator/wiki/ChangeLog_20x),
[Javadoc](http://fge.github.io/json-schema-validator/2.0.x/index.html), [code
samples](http://fge.github.io/json-schema-validator/2.0.x/index.html?com/github/fge/jsonschema/examples/package-summary.html)).
([ChangeLog](https://github.com/daveclayton/json-schema-validator/wiki/ChangeLog_20x),
[Javadoc](http://daveclayton.github.io/json-schema-validator/2.0.x/index.html), [code
samples](http://daveclayton.github.io/json-schema-validator/2.0.x/index.html?com/github/fge/jsonschema/examples/package-summary.html)).

## Available downloads

Expand Down Expand Up @@ -100,8 +100,8 @@ This implementation is based on the following drafts:
## More...

For a detailed discussion of the implementation, see
[here](https://github.com/fge/json-schema-validator/wiki/Status).
[here](https://github.com/daveclayton/json-schema-validator/wiki/Status).

Please see the [wiki](https://github.com/fge/json-schema-validator/wiki/) for more
Please see the [wiki](https://github.com/daveclayton/json-schema-validator/wiki/) for more
details.