Skip to content

Commit 0c9611e

Browse files
authored
Merge pull request #340 from caco26i/dev
Changed links from whsjs.io to whs.io
2 parents bca5a31 + 9be36e0 commit 0c9611e

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Three][three]][three-url]
66
[![Build Status][travis]][travis-url]
77

8-
- [Documentation](http://whsjs.io/)
8+
- [Documentation](http://whs.io/)
99
- [Examples](https://whs-dev.surge.sh/examples/)
1010
- [Donate / OpenCollective](https://opencollective.com/whitestormjs)
1111

@@ -73,39 +73,39 @@ $ npm install whs
7373
### Featured projects
7474

7575
<a href="http://abdaily.surge.sh/4/">
76-
<img src="http://whsjs.io/images/showcase/daily4.png" alt="http://abdaily.surge.sh/4/" width="30%" />
76+
<img src="http://whs.io/images/showcase/daily4.png" alt="http://abdaily.surge.sh/4/" width="30%" />
7777
</a>
7878

7979
<a href="http://abdaily.surge.sh/3/">
80-
<img src="http://whsjs.io/images/showcase/daily3.png" alt="http://abdaily.surge.sh/3/" width="30%" />
80+
<img src="http://whs.io/images/showcase/daily3.png" alt="http://abdaily.surge.sh/3/" width="30%" />
8181
</a>
8282

8383
<a href="http://abdaily.surge.sh/2/">
84-
<img src="http://whsjs.io/images/showcase/daily2.png" alt="http://abdaily.surge.sh/2/" width="30%" />
84+
<img src="http://whs.io/images/showcase/daily2.png" alt="http://abdaily.surge.sh/2/" width="30%" />
8585
</a>
8686

8787
<a href="http://abdaily.surge.sh/1/">
88-
<img src="http://whsjs.io/images/showcase/daily1.png" alt="http://abdaily.surge.sh/1/" width="30%" />
88+
<img src="http://whs.io/images/showcase/daily1.png" alt="http://abdaily.surge.sh/1/" width="30%" />
8989
</a>
9090

9191
<a href="http://theroguepixel.com/">
92-
<img src="http://whsjs.io/images/showcase/roguepixel.jpg" alt="http://theroguepixel.com/" width="30%" />
92+
<img src="http://whs.io/images/showcase/roguepixel.jpg" alt="http://theroguepixel.com/" width="30%" />
9393
</a>
9494

9595
<a href="http://supertiny.agency/">
96-
<img src="http://whsjs.io/images/showcase/supertiny.jpg" alt="http://supertiny.agency/" width="30%" />
96+
<img src="http://whs.io/images/showcase/supertiny.jpg" alt="http://supertiny.agency/" width="30%" />
9797
</a>
9898

9999
<a href="https://alexbuzin.me/">
100-
<img src="http://whsjs.io/images/showcase/alexbuzinme.jpg" alt="https://alexbuzin.me/" width="30%" />
100+
<img src="http://whs.io/images/showcase/alexbuzinme.jpg" alt="https://alexbuzin.me/" width="30%" />
101101
</a>
102102

103103
<a href="https://spatial.100shapes.com/">
104-
<img src="http://whsjs.io/images/showcase/spatial.jpg" alt="https://spatial.100shapes.com/" width="30%" />
104+
<img src="http://whs.io/images/showcase/spatial.jpg" alt="https://spatial.100shapes.com/" width="30%" />
105105
</a>
106106

107107
<a href="http://plateaux.space/">
108-
<img src="http://whsjs.io/images/showcase/plateux.jpg" alt="http://plateaux.space/" width="30%" />
108+
<img src="http://whs.io/images/showcase/plateux.jpg" alt="http://plateaux.space/" width="30%" />
109109
</a>
110110

111111

@@ -118,7 +118,7 @@ $ npm install whs
118118
* :dizzy: Automatization of rendering
119119
* 🆕 **ES2015+ based**
120120
* :large_blue_diamond: Extension system (modules)
121-
* :package: [Webpack](https://whsjs.io/Usage%20with%20webpack.html) friendly
121+
* :package: [Webpack](https://whs.io/Usage%20with%20webpack.html) friendly
122122
* ✔️ **Integrated [Three.js](https://threejs.org/) rendering engine**
123123
* :revolving_hearts: Work with whs.js and Three.js at the same time
124124

examples/index.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ html
1717
= " "
1818
span /
1919
= " "
20-
a(href='https://whsjs.io/' target='_blank') Docs
20+
a(href='https://whs.io/' target='_blank') Docs
2121
= " "
2222
span /
2323
= " "

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"examples": "gulp examples:build",
2222
"docs": "gulp docs --all",
2323
"deploy": "surge --project ./ --domain whs-dev.surge.sh",
24-
"deploy:docs": "surge --project ./docs/public/ --domain whsjs.io"
24+
"deploy:docs": "surge --project ./docs/public/ --domain whs.io"
2525
},
2626
"repository": "WhitestormJS/whitestorm.js",
2727
"keywords": [

0 commit comments

Comments
 (0)