Skip to content

Commit 967a306

Browse files
authored
Merge pull request #401 from yangshun/patch-1
Update README repo URLs
2 parents 5c8fa10 + 0e5cd9e commit 967a306

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ A live-editing time travel environment for [Redux](https://github.com/reactjs/re
1515
- [Custom Monitors](#custom-monitors)
1616
- [License](#license)
1717

18-
[![build status](https://img.shields.io/travis/gaearon/redux-devtools/master.svg?style=flat-square)](https://travis-ci.org/gaearon/redux-devtools)
18+
[![build status](https://img.shields.io/travis/reduxjs/redux-devtools/master.svg?style=flat-square)](https://travis-ci.org/reduxjs/redux-devtools)
1919
[![npm version](https://img.shields.io/npm/v/redux-devtools.svg?style=flat-square)](https://www.npmjs.com/package/redux-devtools)
2020
[![npm downloads](https://img.shields.io/npm/dm/redux-devtools.svg?style=flat-square)](https://www.npmjs.com/package/redux-devtools)
2121
[![redux channel on discord](https://img.shields.io/badge/[email protected]?style=flat-square)](https://discord.gg/0ZcbPKXt5bWb10Ma)
@@ -49,7 +49,7 @@ Read the installation [walkthrough](./docs/Walkthrough.md) for integration instr
4949
Clone the project:
5050

5151
```
52-
git clone https://github.com/gaearon/redux-devtools.git
52+
git clone https://github.com/reduxjs/redux-devtools.git
5353
cd redux-devtools
5454
```
5555

@@ -81,7 +81,7 @@ Also try opening `http://localhost:3000/?debug_session=123`, click around, and t
8181

8282
**DevTools accepts monitor components so you can build a completely custom UI.** [`LogMonitor`](https://github.com/gaearon/redux-devtools-log-monitor) and [`DockMonitor`](https://github.com/gaearon/redux-devtools-dock-monitor) are just examples of what is possible.
8383

84-
**[I challenge you to build a custom monitor for Redux DevTools!](https://github.com/gaearon/redux-devtools/issues/3)**
84+
**[I challenge you to build a custom monitor for Redux DevTools!](https://github.com/reduxjs/redux-devtools/issues/3)**
8585

8686
Some crazy ideas for custom monitors:
8787

0 commit comments

Comments
 (0)