Skip to content

Commit 66fe679

Browse files
committed
Update URLs
1 parent 744cb6b commit 66fe679

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2015 OrgSync, Inc.
3+
Copyright (c) 2017 Casey Foster
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of
66
this software and associated documentation files (the "Software"), to deal in

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,5 +212,5 @@ make
212212
```
213213

214214
[React]: https://github.com/facebook/react
215-
[the example page]: https://orgsync.github.io/react-list/
215+
[the example page]: https://coderiety.github.io/react-list
216216
[the example page source]: docs/index.es6

docs/index.es6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ class Examples extends Component {
139139
render() {
140140
return (
141141
<div className='index'>
142-
<a className='banner' href='https://github.com/orgsync/react-list'>
142+
<a className='banner' href='https://github.com/coderiety/react-list'>
143143
<img
144144
src='https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67'
145145
alt='Fork me on GitHub'

docs/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22433,7 +22433,7 @@ var Examples = function (_Component) {
2243322433
{ className: 'index' },
2243422434
_react2.default.createElement(
2243522435
'a',
22436-
{ className: 'banner', href: 'https://github.com/orgsync/react-list' },
22436+
{ className: 'banner', href: 'https://github.com/coderiety/react-list' },
2243722437
_react2.default.createElement('img', {
2243822438
src: 'https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67',
2243922439
alt: 'Fork me on GitHub'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "react-list.js",
77
"repository": {
88
"type": "git",
9-
"url": "https://github.com/orgsync/react-list"
9+
"url": "https://github.com/coderiety/react-list"
1010
},
1111
"dependencies": {
1212
"prop-types": "15"

0 commit comments

Comments
 (0)