Skip to content

Commit

Permalink
Close #241 Update example URL
Browse files Browse the repository at this point in the history
  • Loading branch information
caseywebdev committed Sep 12, 2020
1 parent 6ff2d60 commit 57a7682
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -218,5 +218,5 @@ make
```

[React]: https://github.com/facebook/react
[the example page]: https://coderiety.github.io/react-list
[the example page]: https://caseywebdev.github.io/react-list
[the example page source]: docs/index.es6
3 changes: 2 additions & 1 deletion docs/index.es6
@@ -1,5 +1,6 @@
import React, { Component } from 'react';
import { render } from 'react-dom';

import ReactList from '..';

const renderItem = (index, key) => (
Expand Down Expand Up @@ -144,7 +145,7 @@ class Examples extends Component {
render() {
return (
<div className='index'>
<a className='banner' href='https://github.com/coderiety/react-list'>
<a className='banner' href='https://github.com/caseywebdev/react-list'>
<img
src='https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67'
alt='Fork me on GitHub'
Expand Down
6 changes: 3 additions & 3 deletions docs/index.js
Expand Up @@ -16798,7 +16798,7 @@ var currentlyProcessingQueue = void 0;
{
didWarnUpdateInsideUpdate = false;
currentlyProcessingQueue = null;

}

function createUpdateQueue(baseState) {
Expand Down Expand Up @@ -20650,7 +20650,7 @@ function insertNonHydratedInstance(returnFiber, fiber) {
didNotFindHydratableContainerTextInstance(parentContainer, text);
break;
case SuspenseComponent:

break;
}
break;
Expand Down Expand Up @@ -31387,7 +31387,7 @@ function (_Component) {
className: "index"
}, _react["default"].createElement("a", {
className: "banner",
href: "https://github.com/coderiety/react-list"
href: "https://github.com/caseywebdev/react-list"
}, _react["default"].createElement("img", {
src: "https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67",
alt: "Fork me on GitHub"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -6,7 +6,7 @@
"main": "react-list.js",
"repository": {
"type": "git",
"url": "https://github.com/coderiety/react-list"
"url": "https://github.com/caseywebdev/react-list"
},
"dependencies": {
"prop-types": "15"
Expand Down

0 comments on commit 57a7682

Please sign in to comment.