Skip to content

Commit 35322c6

Browse files
author
jhw08520
committed
docs: Update all urban-living image links
1 parent 8cee970 commit 35322c6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

guides/v3.12.0/tutorial/autocomplete-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ export default function() {
180180
city: 'Seattle',
181181
category: 'Condo',
182182
bedrooms: 1,
183-
image: 'https://upload.wikimedia.org/wikipedia/commons/0/0e/Alfonso_13_Highrise_Tegucigalpa.jpg',
183+
image: 'https://upload.wikimedia.org/wikipedia/commons/2/20/Seattle_-_Barnes_and_Bell_Buildings.jpg',
184184
description: "A commuters dream. This rental is within walking distance of 2 bus stops and the Metro."
185185
}
186186
}, {

guides/v3.12.0/tutorial/ember-data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default Route.extend({
8484
city: 'Seattle',
8585
category: 'Condo',
8686
bedrooms: 1,
87-
image: 'https://upload.wikimedia.org/wikipedia/commons/0/0e/Alfonso_13_Highrise_Tegucigalpa.jpg',
87+
image: 'https://upload.wikimedia.org/wikipedia/commons/2/20/Seattle_-_Barnes_and_Bell_Buildings.jpg',
8888
description: "A commuters dream. This rental is within walking distance of 2 bus stops and the Metro."
8989
}, {
9090
id: 'downtown-charm',

guides/v3.12.0/tutorial/installing-addons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export default function() {
9090
city: 'Seattle',
9191
category: 'Condo',
9292
bedrooms: 1,
93-
image: 'https://upload.wikimedia.org/wikipedia/commons/0/0e/Alfonso_13_Highrise_Tegucigalpa.jpg',
93+
image: 'https://upload.wikimedia.org/wikipedia/commons/2/20/Seattle_-_Barnes_and_Bell_Buildings.jpg',
9494
description: "A commuters dream. This rental is within walking distance of 2 bus stops and the Metro."
9595
}
9696
}, {

guides/v3.12.0/tutorial/subroutes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export default function() {
196196
city: "Seattle",
197197
category: "Condo",
198198
bedrooms: 1,
199-
image: "https://upload.wikimedia.org/wikipedia/commons/0/0e/Alfonso_13_Highrise_Tegucigalpa.jpg",
199+
image: "https://upload.wikimedia.org/wikipedia/commons/2/20/Seattle_-_Barnes_and_Bell_Buildings.jpg",
200200
description: "A commuters dream. This rental is within walking distance of 2 bus stops and the Metro."
201201
}
202202
},

0 commit comments

Comments
 (0)