Skip to content

Commit 9dfa739

Browse files
authored
Merge branch 'dev' into patch-1
2 parents 9388ba6 + 0c9611e commit 9dfa739

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

README.md

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

8-
- [Documentation](https://whs.io/)
8+
9+
- [Documentation](http://whs.io/)
910
- [Examples](https://whs-dev.surge.sh/examples/)
1011
- [Donate / OpenCollective](https://opencollective.com/whitestormjs)
1112

@@ -73,39 +74,39 @@ $ npm install whs
7374
### Featured projects
7475

7576
<a href="http://abdaily.surge.sh/4/">
76-
<img src="https://whs.io/images/showcase/daily4.png" alt="http://abdaily.surge.sh/4/" width="30%" />
77+
<img src="http://whs.io/images/showcase/daily4.png" alt="http://abdaily.surge.sh/4/" width="30%" />
7778
</a>
7879

7980
<a href="http://abdaily.surge.sh/3/">
80-
<img src="https://whs.io/images/showcase/daily3.png" alt="http://abdaily.surge.sh/3/" width="30%" />
81+
<img src="http://whs.io/images/showcase/daily3.png" alt="http://abdaily.surge.sh/3/" width="30%" />
8182
</a>
8283

8384
<a href="http://abdaily.surge.sh/2/">
84-
<img src="https://whs.io/images/showcase/daily2.png" alt="http://abdaily.surge.sh/2/" width="30%" />
85+
<img src="http://whs.io/images/showcase/daily2.png" alt="http://abdaily.surge.sh/2/" width="30%" />
8586
</a>
8687

8788
<a href="http://abdaily.surge.sh/1/">
88-
<img src="https://whs.io/images/showcase/daily1.png" alt="http://abdaily.surge.sh/1/" width="30%" />
89+
<img src="http://whs.io/images/showcase/daily1.png" alt="http://abdaily.surge.sh/1/" width="30%" />
8990
</a>
9091

9192
<a href="http://theroguepixel.com/">
92-
<img src="https://whs.io/images/showcase/roguepixel.jpg" alt="http://theroguepixel.com/" width="30%" />
93+
<img src="http://whs.io/images/showcase/roguepixel.jpg" alt="http://theroguepixel.com/" width="30%" />
9394
</a>
9495

9596
<a href="http://supertiny.agency/">
96-
<img src="https://whs.io/images/showcase/supertiny.jpg" alt="http://supertiny.agency/" width="30%" />
97+
<img src="http://whs.io/images/showcase/supertiny.jpg" alt="http://supertiny.agency/" width="30%" />
9798
</a>
9899

99100
<a href="https://alexbuzin.me/">
100-
<img src="https://whs.io/images/showcase/alexbuzinme.jpg" alt="https://alexbuzin.me/" width="30%" />
101+
<img src="http://whs.io/images/showcase/alexbuzinme.jpg" alt="https://alexbuzin.me/" width="30%" />
101102
</a>
102103

103104
<a href="https://spatial.100shapes.com/">
104-
<img src="https://whs.io/images/showcase/spatial.jpg" alt="https://spatial.100shapes.com/" width="30%" />
105+
<img src="http://whs.io/images/showcase/spatial.jpg" alt="https://spatial.100shapes.com/" width="30%" />
105106
</a>
106107

107108
<a href="http://plateaux.space/">
108-
<img src="https://whs.io/images/showcase/plateux.jpg" alt="http://plateaux.space/" width="30%" />
109+
<img src="http://whs.io/images/showcase/plateux.jpg" alt="http://plateaux.space/" width="30%" />
109110
</a>
110111

111112

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)