@@ -9,9 +9,9 @@ https://travis-ci.org/daveclayton/json-schema-validator
99The ** current** version of this project is licensed under both LGPLv3 (or later) and ASL 2.0. The old version
1010(2.0.x) was licensed under LGPL 3.0 (or later) only.
1111
12- ** Version 2.2 is out** . See [ here] ( https://github.com/fge /json-schema-validator/wiki/Whatsnew_22 )
12+ ** Version 2.2 is out** . See [ here] ( https://github.com/daveclayton /json-schema-validator/wiki/Whatsnew_22 )
1313for the list of changes compared to 2.0. And of course, it still has [ all the
14- features] ( https://github.com/fge /json-schema-validator/wiki/Features ) of older versions.
14+ features] ( https://github.com/daveclayton /json-schema-validator/wiki/Features ) of older versions.
1515
1616## What this is
1717
@@ -34,19 +34,19 @@ timely manner.
3434## Testing online
3535
3636You can [ test this library online] ( http://json-schema-validator.herokuapp.com ) ; this web site is in
37- a [ project of its own] ( https://github.com/fge /json-schema-validator-demo ) , which you can fork and
37+ a [ project of its own] ( https://github.com/daveclayton /json-schema-validator-demo ) , which you can fork and
3838run by yourself.
3939
4040## Versions
4141
4242* current stable version: ** 2.2.6**
43- ([ ChangeLog] ( https://github.com/fge /json-schema-validator/wiki/ChangeLog_22x ) ,
44- [ Javadoc] ( http://fge .github.io/json-schema-validator/2.2.x/index.html ) , [ code
45- samples] ( http://fge .github.io/json-schema-validator/2.2.x/index.html?com/github/fge/jsonschema/examples/package-summary.html ) ).
43+ ([ ChangeLog] ( https://github.com/daveclayton /json-schema-validator/wiki/ChangeLog_22x ) ,
44+ [ Javadoc] ( http://daveclayton .github.io/json-schema-validator/2.2.x/index.html ) , [ code
45+ samples] ( http://daveclayton .github.io/json-schema-validator/2.2.x/index.html?com/github/fge/jsonschema/examples/package-summary.html ) ).
4646* old stable version: ** 2.0.4**
47- ([ ChangeLog] ( https://github.com/fge /json-schema-validator/wiki/ChangeLog_20x ) ,
48- [ Javadoc] ( http://fge .github.io/json-schema-validator/2.0.x/index.html ) , [ code
49- samples] ( http://fge .github.io/json-schema-validator/2.0.x/index.html?com/github/fge/jsonschema/examples/package-summary.html ) ).
47+ ([ ChangeLog] ( https://github.com/daveclayton /json-schema-validator/wiki/ChangeLog_20x ) ,
48+ [ Javadoc] ( http://daveclayton .github.io/json-schema-validator/2.0.x/index.html ) , [ code
49+ samples] ( http://daveclayton .github.io/json-schema-validator/2.0.x/index.html?com/github/fge/jsonschema/examples/package-summary.html ) ).
5050
5151## Available downloads
5252
@@ -100,8 +100,8 @@ This implementation is based on the following drafts:
100100## More...
101101
102102For a detailed discussion of the implementation, see
103- [ here] ( https://github.com/fge /json-schema-validator/wiki/Status ) .
103+ [ here] ( https://github.com/daveclayton /json-schema-validator/wiki/Status ) .
104104
105- Please see the [ wiki] ( https://github.com/fge /json-schema-validator/wiki/ ) for more
105+ Please see the [ wiki] ( https://github.com/daveclayton /json-schema-validator/wiki/ ) for more
106106details.
107107
0 commit comments