diff --git a/README.md b/README.md index 79b3ff2..5b9a80c 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,11 @@ It use [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) to m [![npm version](https://img.shields.io/npm/v/redux-actions-assertions.svg?style=flat-square)](https://www.npmjs.com/package/redux-actions-assertions) ## Supported Assertion Frameworks/Libraries: -- [chai](http://dmitry.js.org/redux-actions-assertions/chai.html) -- [expect](http://dmitry.js.org/redux-actions-assertions/expect.html) -- [expect.js](http://dmitry.js.org/redux-actions-assertions/expectjs.html) -- [should](http://dmitry.js.org/redux-actions-assertions/should.html) -- [pure javascript assertion](http://dmitry.js.org/redux-actions-assertions/javascript.html) +- [chai](https://redux-things.github.io/redux-actions-assertions/chai.html) +- [expect](https://redux-things.github.io/redux-actions-assertions/expect.html) +- [expect.js](https://redux-things.github.io/redux-actions-assertions/expectjs.html) +- [should](https://redux-things.github.io/redux-actions-assertions/should.html) +- [pure javascript assertion](https://redux-things.github.io/redux-actions-assertions/javascript.html) If you have not found assertion framework/library that you are using - please add comment into [this issue](https://github.com/dmitry-zaets/redux-actions-assertions/issues/3). diff --git a/docs/README.md b/docs/README.md index 2821dcd..d7e87b2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,15 +8,15 @@ It use [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) to m [![npm version](https://img.shields.io/npm/v/redux-actions-assertions.svg?style=flat-square)](https://www.npmjs.com/package/redux-actions-assertions) ## Supported Assertion Frameworks/Libraries: -- [chai](http://dmitry.js.org/redux-actions-assertions/chai.html) -- [expect](http://dmitry.js.org/redux-actions-assertions/expect.html) -- [expect.js](http://dmitry.js.org/redux-actions-assertions/expectjs.html) -- [should](http://dmitry.js.org/redux-actions-assertions/should.html) -- [pure javascript assertion](http://dmitry.js.org/redux-actions-assertions/javascript.html) +- [chai](https://redux-things.github.io/redux-actions-assertions/chai.html) +- [expect](https://redux-things.github.io/redux-actions-assertions/expect.html) +- [expect.js](https://redux-things.github.io/redux-actions-assertions/expectjs.html) +- [should](https://redux-things.github.io/redux-actions-assertions/should.html) +- [pure javascript assertion](https://redux-things.github.io/redux-actions-assertions/javascript.html) If you have not found assertion framework/library that you are using - please add comment into [this issue](https://github.com/dmitry-zaets/redux-actions-assertions/issues/3). ## What it does: -- [Allows to avoid retesting nested action creators](http://dmitry.js.org/redux-actions-assertions/what_it_does.html#allows-to-avoid-retesting-nested-action-creators); -- [Reduces repetitive code of test methods](http://dmitry.js.org/redux-actions-assertions/what_it_does.html#reduces-repetitive-code-of-test-methods); -- [Simplifies initial setup](http://dmitry.js.org/redux-actions-assertions/what_it_does.html#simplifies-initial-setup); +- [Allows to avoid retesting nested action creators](https://redux-things.github.io/redux-actions-assertions/what_it_does.html#allows-to-avoid-retesting-nested-action-creators); +- [Reduces repetitive code of test methods](https://redux-things.github.io/redux-actions-assertions/what_it_does.html#reduces-repetitive-code-of-test-methods); +- [Simplifies initial setup](https://redux-things.github.io/redux-actions-assertions/what_it_does.html#simplifies-initial-setup); diff --git a/docs/book.json b/docs/book.json index 0bb44e1..04762d4 100644 --- a/docs/book.json +++ b/docs/book.json @@ -10,7 +10,7 @@ "links": { "home": null, "about": false, - "issues": "https://github.com/dmitry-zaets/redux-actions-assertions/issues", + "issues": "https://github.com/redux-things/redux-actions-assertions/issues", "contribute": false, "sharing": { "google": false, diff --git a/src/README.md b/src/README.md index b5d7545..e9b32d7 100644 --- a/src/README.md +++ b/src/README.md @@ -8,11 +8,11 @@ It use [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) to m [![npm version](https://img.shields.io/npm/v/redux-actions-assertions.svg?style=flat-square)](https://www.npmjs.com/package/redux-actions-assertions) ## Supported Assertion Frameworks/Libraries: -- [chai](http://dmitry.js.org/redux-actions-assertions/chai.html) -- [expect](http://dmitry.js.org/redux-actions-assertions/expect.html) -- [expect.js](http://dmitry.js.org/redux-actions-assertions/expectjs.html) -- [should](http://dmitry.js.org/redux-actions-assertions/should.html) -- [pure javascript assertion](http://dmitry.js.org/redux-actions-assertions/javascript.html) +- [chai](https://redux-things.github.io/redux-actions-assertions/chai.html) +- [expect](https://redux-things.github.io/redux-actions-assertions/expect.html) +- [expect.js](https://redux-things.github.io/redux-actions-assertions/expectjs.html) +- [should](https://redux-things.github.io/redux-actions-assertions/should.html) +- [pure javascript assertion](https://redux-things.github.io/redux-actions-assertions/javascript.html) If you have not found assertion framework/library that you are using - please add comment into [this issue](https://github.com/dmitry-zaets/redux-actions-assertions/issues/3).