From fbab7c0687bfea691ec9f57505f22a1412d9ce0b Mon Sep 17 00:00:00 2001 From: Kenn Knowles Date: Thu, 14 Jul 2016 18:08:07 -0700 Subject: [PATCH] Fix broken links to fge.github.io in README.md Most URLs automatically redirect from `fge` to `daveclayton`, but these links to the Javadoc do not. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98fb6f9e0..01c52e216 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ run by yourself. * 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 + [Javadoc](http://daveclayton.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)). * 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 + [Javadoc](http://daveclayton.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)). ## Available downloads