Skip to content

Commit ee09b5b

Browse files
authored
Update README.md
1 parent fe5ae3a commit ee09b5b

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
## Travis builds now enabled
22

3-
Builds are now verified by Travis (see [issue #20](https://github.com/huggsboson/json-patch/issues/20) from the json-patch project for details)
3+
Builds are now verified by Travis (see [issue #20](https://github.com/java-json-tools/json-patch/issues/20) from the json-patch project for details)
44

5-
https://travis-ci.org/huggsboson/json-schema-validator
5+
https://travis-ci.org/java-json-tools/json-schema-validator
66

77
## Read me first
88

99
The **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/huggsboson/json-schema-validator/wiki/Whatsnew_22)
12+
**Version 2.2 is out**. See [here](https://github.com/java-json-tools/json-schema-validator/wiki/Whatsnew_22)
1313
for the list of changes compared to 2.0. And of course, it still has [all the
1414
features](https://github.com/daveclayton/json-schema-validator/wiki/Features) of older versions.
1515

@@ -34,19 +34,19 @@ timely manner.
3434
## Testing online
3535

3636
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/huggsboson/json-schema-validator-demo), which you can fork and
37+
a [project of its own](https://github.com/java-json-tools/json-schema-validator-demo), which you can fork and
3838
run by yourself.
3939

4040
## Versions
4141

4242
* current stable version: **2.2.6**
43-
([ChangeLog](https://github.com/huggsboson/json-schema-validator/wiki/ChangeLog_22x),
44-
[Javadoc](http://huggsboson.github.io/json-schema-validator/2.2.x/index.html), [code
45-
samples](http://huggsboson.github.io/json-schema-validator/2.2.x/index.html?com/github/fge/jsonschema/examples/package-summary.html)).
43+
([ChangeLog](https://github.com/java-json-tools/json-schema-validator/wiki/ChangeLog_22x),
44+
[Javadoc](http://java-json-tools.github.io/json-schema-validator/2.2.x/index.html), [code
45+
samples](http://java-json-tools.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/huggsboson/json-schema-validator/wiki/ChangeLog_20x),
48-
[Javadoc](http://huggsboson.github.io/json-schema-validator/2.0.x/index.html), [code
49-
samples](http://huggsboson.github.io/json-schema-validator/2.0.x/index.html?com/github/fge/jsonschema/examples/package-summary.html)).
47+
([ChangeLog](https://github.com/java-json-tools/json-schema-validator/wiki/ChangeLog_20x),
48+
[Javadoc](http://java-json-tools.github.io/json-schema-validator/2.0.x/index.html), [code
49+
samples](http://java-json-tools.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

102102
For a detailed discussion of the implementation, see
103-
[here](https://github.com/huggsboson/json-schema-validator/wiki/Status).
103+
[here](https://github.com/java-json-tools/json-schema-validator/wiki/Status).
104104

105-
Please see the [wiki](https://github.com/huggsboson/json-schema-validator/wiki/) for more
105+
Please see the [wiki](https://github.com/java-json-tools/json-schema-validator/wiki/) for more
106106
details.
107107

0 commit comments

Comments
 (0)