Skip to content

Commit 85e4cfa

Browse files
committed
Docs: Update image links
1 parent ab32c5c commit 85e4cfa

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

docs/Cookbook.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -353,13 +353,13 @@ module.exports = {
353353
1. Open your browser’s developer tools
354354
2. Write `debugger;` statement wherever you want: in a component source, a Markdown example or even in an editor in a browser.
355355

356-
![](http://wow.sapegin.me/image/002N2q01470J/debugging.png)
356+
![](https://d3vv6lp55qjaqc.cloudfront.net/items/3i3E3j2h3t1315141k0o/debugging.png)
357357

358358
## How to debug the exceptions thrown from my components?
359359

360360
1. Put `debugger;` statement at the beginning of your code.
361-
2. Press the ![Debugger](http://wow.sapegin.me/image/2n2z0b0l320m/debugger.png) button in your browser’s developer tools.
362-
3. Press the ![Continue](http://wow.sapegin.me/image/2d2z1Y2o1z1m/continue.png) button and the debugger will stop execution at the next exception.
361+
2. Press the ![Debugger](https://d3vv6lp55qjaqc.cloudfront.net/items/2h2q3N123N3G3R252o41/debugger.png) button in your browser’s developer tools.
362+
3. Press the ![Continue](https://d3vv6lp55qjaqc.cloudfront.net/items/3b3c1P3g3O1h3q111I2l/continue.png) button and the debugger will stop execution at the next exception.
363363

364364
## Why does the style guide list one of my prop types as `unknown`?
365365

examples/basic/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
See [deployed version](http://react-styleguidist.js.org/).
44

5-
![](http://wow.sapegin.me/3q0F1Y1P321k/Image%202016-04-12%20at%207.25.03%20PM.png)
5+
![](https://d3vv6lp55qjaqc.cloudfront.net/items/0U313M3L0p120g2Y1y3J/Image%202016-04-12%20at%207.25.03%20PM.png)
66

77
How to start locally:
88

examples/cra/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React Styleguidist Create React App example style guide
22

3-
![](http://wow.sapegin.me/3q0F1Y1P321k/Image%202016-04-12%20at%207.25.03%20PM.png)
3+
![](https://d3vv6lp55qjaqc.cloudfront.net/items/0U313M3L0p120g2Y1y3J/Image%202016-04-12%20at%207.25.03%20PM.png)
44

55
How to start locally:
66

examples/express/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React Styleguidist custom express endpoint example
22

3-
![](http://wow.sapegin.me/1r2H2v2O2M1C/Image%202016-04-12%20at%208.10.14%20PM.png)
3+
![](https://d3vv6lp55qjaqc.cloudfront.net/items/353m2x0d1a1A3I1K3J2P/Image%202016-04-12%20at%208.10.14%20PM.png)
44

55
How to start locally:
66

examples/preact/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React Styleguidist Preact example style guide
22

3-
![](http://wow.sapegin.me/3q0F1Y1P321k/Image%202016-04-12%20at%207.25.03%20PM.png)
3+
![](https://d3vv6lp55qjaqc.cloudfront.net/items/0U313M3L0p120g2Y1y3J/Image%202016-04-12%20at%207.25.03%20PM.png)
44

55
How to start locally:
66

examples/sections/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React Styleguidist example style guide with sections
22

3-
![](http://wow.sapegin.me/3F1u0m1g2w07/Image%202016-04-20%20at%209.15.24%20AM.png)
3+
![](https://d3vv6lp55qjaqc.cloudfront.net/items/3B12372E3v2e3q2U323O/Image%202016-04-20%20at%209.15.24%20AM.png)
44

55
How to start locally:
66

examples/webpack/Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React Styleguidist webpack example style guide
22

3-
![](http://wow.sapegin.me/3q0F1Y1P321k/Image%202016-04-12%20at%207.25.03%20PM.png)
3+
![](https://d3vv6lp55qjaqc.cloudfront.net/items/0U313M3L0p120g2Y1y3J/Image%202016-04-12%20at%207.25.03%20PM.png)
44

55
How to start locally:
66

0 commit comments

Comments
 (0)