Skip to content
This repository was archived by the owner on Aug 5, 2020. It is now read-only.

Commit 0b00cf6

Browse files
author
Luke O'Malley
committed
Update all romseguy/ urls to reduxjs/
1 parent f333002 commit 0b00cf6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Change Log
22

33
This project adheres to [Semantic Versioning](http://semver.org/).
4-
Important releases are documented on the Github [Releases](https://github.com/romseguy/redux-devtools-chart-monitor/releases) page.
4+
Important releases are documented on the Github [Releases](https://github.com/reduxjs/redux-devtools-chart-monitor/releases) page.

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Consult the [`DockMonitor` README](https://github.com/gaearon/redux-devtools-doc
4545

4646
#### ChartMonitor props
4747

48-
You can read the React component [propTypes](https://github.com/romseguy/redux-devtools-chart-monitor/blob/master/src/Chart.js#L11) in addition to the details below:
48+
You can read the React component [propTypes](https://github.com/reduxjs/redux-devtools-chart-monitor/blob/master/src/Chart.js#L11) in addition to the details below:
4949

5050
Name | Description
5151
------------- | -------------

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"repository": {
1313
"type": "git",
14-
"url": "https://github.com/romseguy/redux-devtools-chart-monitor.git"
14+
"url": "https://github.com/reduxjs/redux-devtools-chart-monitor.git"
1515
},
1616
"keywords": [
1717
"redux",
@@ -23,9 +23,9 @@
2323
"author": "romseguy",
2424
"license": "MIT",
2525
"bugs": {
26-
"url": "https://github.com/romseguy/redux-devtools-chart-monitor/issues"
26+
"url": "https://github.com/reduxjs/redux-devtools-chart-monitor/issues"
2727
},
28-
"homepage": "https://github.com/romseguy/redux-devtools-chart-monitor",
28+
"homepage": "https://github.com/reduxjs/redux-devtools-chart-monitor",
2929
"devDependencies": {
3030
"babel-cli": "^6.3.15",
3131
"babel-core": "^6.1.20",

0 commit comments

Comments
 (0)