@@ -9,9 +9,9 @@ https://travis-ci.org/daveclayton/json-schema-validator
9
9
The ** current** version of this project is licensed under both LGPLv3 (or later) and ASL 2.0. The old version
10
10
(2.0.x) was licensed under LGPL 3.0 (or later) only.
11
11
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 )
13
13
for 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.
15
15
16
16
## What this is
17
17
@@ -34,19 +34,19 @@ timely manner.
34
34
## Testing online
35
35
36
36
You 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
38
38
run by yourself.
39
39
40
40
## Versions
41
41
42
42
* 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 ) ).
46
46
* 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 ) ).
50
50
51
51
## Available downloads
52
52
@@ -100,8 +100,8 @@ This implementation is based on the following drafts:
100
100
## More...
101
101
102
102
For 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 ) .
104
104
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
106
106
details.
107
107
0 commit comments