Skip to content

Commit e0ddd01

Browse files
authored
Merge pull request #183 from ember-learn/jw-fix-image
Replace broken image, closes #182
2 parents a8b8d0b + 39891d0 commit e0ddd01

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/assets/downloads/data/api/rentals.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"category": "Condo",
3232
"bedrooms": 1,
33-
"image": "https://upload.wikimedia.org/wikipedia/commons/0/0e/Alfonso_13_Highrise_Tegucigalpa.jpg",
33+
"image": "https://upload.wikimedia.org/wikipedia/commons/2/20/Seattle_-_Barnes_and_Bell_Buildings.jpg",
3434
"description": "A commuters dream. This rental is within walking distance of 2 bus stops and the Metro."
3535
}
3636
},

src/assets/downloads/data/api/rentals/urban-living.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"category": "Condo",
1414
"bedrooms": 1,
15-
"image": "https://upload.wikimedia.org/wikipedia/commons/0/0e/Alfonso_13_Highrise_Tegucigalpa.jpg",
15+
"image": "https://upload.wikimedia.org/wikipedia/commons/2/20/Seattle_-_Barnes_and_Bell_Buildings.jpg",
1616
"description": "A commuters dream. This rental is within walking distance of 2 bus stops and the Metro."
1717
}
1818
}

src/markdown/tutorial/part-2/12-provider-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ module('Integration | Component | rentals', function (hooks) {
154154
type: 'Community',
155155
bedrooms: 1,
156156
image:
157-
'https://upload.wikimedia.org/wikipedia/commons/0/0e/Alfonso_13_Highrise_Tegucigalpa.jpg',
157+
'https://upload.wikimedia.org/wikipedia/commons/2/20/Seattle_-_Barnes_and_Bell_Buildings.jpg',
158158
description:
159159
'A commuters dream. This rental is within walking distance of 2 bus stops and the Metro.',
160160
},

0 commit comments

Comments
 (0)