Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 6b11326

Browse files
committed
use same images for all guide
1 parent b70ae0b commit 6b11326

File tree

12 files changed

+9
-7
lines changed

12 files changed

+9
-7
lines changed

public/docs/dart/latest/guide/displaying-data.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
based on state. The final UI looks like this:
66

77
figure.image-display
8-
img(src='displaying-data-example1.png')
8+
img(src='/resources/images/examples/displaying-data-example1.png' alt="Example of Todo App")
99

1010
.l-main-section
1111
h2#section-create-an-entry-point Create entry points and pubspec

public/docs/dart/latest/guide/setup.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
You should see something like this:
125125

126126
figure.image-display
127-
img(src='setup-example1.png')
127+
img(src='/resources/images/examples/setup-example1.png' alt="Example of Todo App")
128128

129129
.l-main-section
130130
h2#section-explanations Explanations
Binary file not shown.

public/docs/dart/latest/guide/user-input.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
Let's do something a little more complex, where the user enters items
3333
that the app adds to a list:
3434
figure.image-display
35-
img(src='user-input-example1.png')
35+
img(src='/resources/images/examples/user-input-example1.png' alt="Example of Todo App")
3636

3737

3838
.l-main-section
Binary file not shown.

public/docs/js/latest/guide/displaying-data.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
based on state. We'll end up with a UI that looks like this:
99

1010
figure.image-display
11-
img(src='displaying-data-example1.png')
11+
img(src='/resources/images/examples/displaying-data-example1.png' alt="Example of Todo App")
1212

1313
.callout.is-helpful
1414
header Typescript vs ES5
-8.38 KB
Binary file not shown.

public/docs/js/latest/guide/setup.jade

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,9 @@
125125

126126
p.
127127
Open <code>index.html</code> through your web server and you should see:
128-
div(align='center')
129-
img(src='setup-example1.png')
128+
129+
figure.image-display
130+
img(src='/resources/images/examples/setup-example1.png' alt="Example of Todo App")
130131

131132
.l-main-section
132133
h2#section-explanations Explanations

public/docs/js/latest/guide/user-input.jade

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@
2424
event. And the <code>{{myname.value}}</code> binds the text node of the <code>&lt;p&gt;</code> element to the
2525
input's value property.
2626
p Let's do something a little more complex where users enter items and add them to a list like this:
27+
2728
figure.image-display
28-
img(src='user-input-example1.png')
29+
img(src='/resources/images/examples/user-input-example1.png' alt="Example of Todo App")
2930

3031

3132
.l-ain-section

0 commit comments

Comments
 (0)