diff --git a/README.md b/README.md index 98fb6f9e0..ce673cd5e 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 @@ -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.