Skip to content

Commit 83e1495

Browse files
authored
Update README.md
1 parent 1cfb3fa commit 83e1495

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
@@ -11,7 +11,7 @@ SVG-Powered component to easily create placeholder loadings (like Facebo
1111

1212
- :gear: **Customizable:** Feel free to change the colors, speed, sizes and even **RTL**;
1313
- :ok_hand: **Plug and play:** with many presets to use, see the [examples](http://danilowoz.com/create-content-loader/#gallery);
14-
- :pencil2: **DIY:** use the [create-content-loader](https://danilowoz.github.io/create-content-loader/) to create your own custom loaders easily;
14+
- :pencil2: **DIY:** use the [create-content-loader](https://danilowoz.com/create-content-loader) to create your own custom loaders easily;
1515
- 📱 **React Native support**: same API, as same powerful features;
1616
- ⚛️ **Really lightweight:** less than **2kB** and **0 dependencies** for web version;
1717

@@ -61,7 +61,7 @@ const MyLoader = () => <ContentLoader />
6161
const MyFacebookLoader = () => <Facebook />
6262
```
6363

64-
**2. Custom mode, see the [online tool](https://danilowoz.github.io/create-react-content-loader/)**
64+
**2. Custom mode, see the [online tool](https://danilowoz.com/create-content-loader)**
6565

6666
```jsx
6767
const MyLoader = () => (
@@ -222,7 +222,7 @@ const MyBulletListLoader = () => <BulletList />
222222
### Custom Style
223223

224224
For the custom mode, use the
225-
[online tool](https://danilowoz.github.io/create-react-content-loader/).
225+
[online tool](https://danilowoz.com/create-content-loader).
226226

227227
```jsx
228228
const MyLoader = () => (

0 commit comments

Comments
 (0)