From e5e59e3458b37ce676c47559dae606bdfac98c9b Mon Sep 17 00:00:00 2001 From: igniens Date: Mon, 19 Feb 2018 17:48:51 +0200 Subject: [PATCH] Updated links to thinky docs Updated links to thinky website, as old thinky.io was redirecting to ads page --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0afd510..5068058 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![Build Status](https://travis-ci.org/mbroadst/thinkagain.svg?branch=master)](https://travis-ci.org/mbroadst/thinkagain) [![Test Coverage](https://codeclimate.com/github/mbroadst/thinkagain/badges/coverage.svg)](https://codeclimate.com/github/mbroadst/thinkagain/coverage) -ThinkAgain is a fork of [thinky](http://thinky.io/) with first-class support for [json-schema](json-schema.org) using [ajv](https://github.com/epoberezkin/ajv) for validation. +ThinkAgain is a fork of [thinky](http://justonepixel.com/thinky/) with first-class support for [json-schema](json-schema.org) using [ajv](https://github.com/epoberezkin/ajv) for validation. ## Install ``` @@ -72,7 +72,7 @@ output: ## Notes -Presently this is, for the most part, a drop-in replacement for [thinky](http://thinky.io/), with a few notable changes: +Presently this is, for the most part, a drop-in replacement for [thinky](http://justonepixel.com/thinky/), with a few notable changes: * Table schemas explicitly use [json-schema](http://json-schema.org/) instead of thinky's home brewed schemas * Virtual fields are not (yet) implemented * All validation is asynchronous @@ -81,6 +81,6 @@ Presently this is, for the most part, a drop-in replacement for [thinky](http:// ## Credits -* Many thanks to [neumino](https://github.com/neumino) for his great work on [thinky](http://think.io), without which this module would not be possible. +* Many thanks to [neumino](https://github.com/neumino) for his great work on [thinky](http://justonepixel.com/thinky/), without which this module would not be possible. * Additional thanks to [epoberezkin](https://github.com/epoberezkin) for his fantastic work on [ajv](https://github.com/epoberezkin/ajv).