Skip to content

Commit 32eb182

Browse files
authored
Merge pull request #22 from redux-things/move-to-redux-things
Change urls
2 parents 888e9b8 + 2f6827d commit 32eb182

File tree

4 files changed

+19
-19
lines changed

4 files changed

+19
-19
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ It use [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) to m
88
[![npm version](https://img.shields.io/npm/v/redux-actions-assertions.svg?style=flat-square)](https://www.npmjs.com/package/redux-actions-assertions)
99

1010
## Supported Assertion Frameworks/Libraries:
11-
- [chai](http://dmitry.js.org/redux-actions-assertions/chai.html)
12-
- [expect](http://dmitry.js.org/redux-actions-assertions/expect.html)
13-
- [expect.js](http://dmitry.js.org/redux-actions-assertions/expectjs.html)
14-
- [should](http://dmitry.js.org/redux-actions-assertions/should.html)
15-
- [pure javascript assertion](http://dmitry.js.org/redux-actions-assertions/javascript.html)
11+
- [chai](https://redux-things.github.io/redux-actions-assertions/chai.html)
12+
- [expect](https://redux-things.github.io/redux-actions-assertions/expect.html)
13+
- [expect.js](https://redux-things.github.io/redux-actions-assertions/expectjs.html)
14+
- [should](https://redux-things.github.io/redux-actions-assertions/should.html)
15+
- [pure javascript assertion](https://redux-things.github.io/redux-actions-assertions/javascript.html)
1616

1717
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).
1818

docs/README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ It use [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) to m
88
[![npm version](https://img.shields.io/npm/v/redux-actions-assertions.svg?style=flat-square)](https://www.npmjs.com/package/redux-actions-assertions)
99

1010
## Supported Assertion Frameworks/Libraries:
11-
- [chai](http://dmitry.js.org/redux-actions-assertions/chai.html)
12-
- [expect](http://dmitry.js.org/redux-actions-assertions/expect.html)
13-
- [expect.js](http://dmitry.js.org/redux-actions-assertions/expectjs.html)
14-
- [should](http://dmitry.js.org/redux-actions-assertions/should.html)
15-
- [pure javascript assertion](http://dmitry.js.org/redux-actions-assertions/javascript.html)
11+
- [chai](https://redux-things.github.io/redux-actions-assertions/chai.html)
12+
- [expect](https://redux-things.github.io/redux-actions-assertions/expect.html)
13+
- [expect.js](https://redux-things.github.io/redux-actions-assertions/expectjs.html)
14+
- [should](https://redux-things.github.io/redux-actions-assertions/should.html)
15+
- [pure javascript assertion](https://redux-things.github.io/redux-actions-assertions/javascript.html)
1616

1717
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).
1818

1919
## What it does:
20-
- [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);
21-
- [Reduces repetitive code of test methods](http://dmitry.js.org/redux-actions-assertions/what_it_does.html#reduces-repetitive-code-of-test-methods);
22-
- [Simplifies initial setup](http://dmitry.js.org/redux-actions-assertions/what_it_does.html#simplifies-initial-setup);
20+
- [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);
21+
- [Reduces repetitive code of test methods](https://redux-things.github.io/redux-actions-assertions/what_it_does.html#reduces-repetitive-code-of-test-methods);
22+
- [Simplifies initial setup](https://redux-things.github.io/redux-actions-assertions/what_it_does.html#simplifies-initial-setup);

docs/book.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"links": {
1111
"home": null,
1212
"about": false,
13-
"issues": "https://github.com/dmitry-zaets/redux-actions-assertions/issues",
13+
"issues": "https://github.com/redux-things/redux-actions-assertions/issues",
1414
"contribute": false,
1515
"sharing": {
1616
"google": false,

src/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ It use [redux-mock-store](https://github.com/arnaudbenard/redux-mock-store) to m
88
[![npm version](https://img.shields.io/npm/v/redux-actions-assertions.svg?style=flat-square)](https://www.npmjs.com/package/redux-actions-assertions)
99

1010
## Supported Assertion Frameworks/Libraries:
11-
- [chai](http://dmitry.js.org/redux-actions-assertions/chai.html)
12-
- [expect](http://dmitry.js.org/redux-actions-assertions/expect.html)
13-
- [expect.js](http://dmitry.js.org/redux-actions-assertions/expectjs.html)
14-
- [should](http://dmitry.js.org/redux-actions-assertions/should.html)
15-
- [pure javascript assertion](http://dmitry.js.org/redux-actions-assertions/javascript.html)
11+
- [chai](https://redux-things.github.io/redux-actions-assertions/chai.html)
12+
- [expect](https://redux-things.github.io/redux-actions-assertions/expect.html)
13+
- [expect.js](https://redux-things.github.io/redux-actions-assertions/expectjs.html)
14+
- [should](https://redux-things.github.io/redux-actions-assertions/should.html)
15+
- [pure javascript assertion](https://redux-things.github.io/redux-actions-assertions/javascript.html)
1616

1717
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).
1818

0 commit comments

Comments
 (0)