Skip to content

Commit

Permalink
docs: Update all urban-living image links
Browse files Browse the repository at this point in the history
  • Loading branch information
jhw08520 authored and MinThaMie committed Apr 15, 2024
1 parent f3ac411 commit f259c43
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion guides/v3.12.0/tutorial/autocomplete-component.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export default function() {
city: 'Seattle',
category: 'Condo',
bedrooms: 1,
image: 'https://upload.wikimedia.org/wikipedia/commons/0/0e/Alfonso_13_Highrise_Tegucigalpa.jpg',
image: 'https://upload.wikimedia.org/wikipedia/commons/2/20/Seattle_-_Barnes_and_Bell_Buildings.jpg',
description: "A commuters dream. This rental is within walking distance of 2 bus stops and the Metro."
}
}, {
Expand Down
2 changes: 1 addition & 1 deletion guides/v3.12.0/tutorial/ember-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ export default Route.extend({
city: 'Seattle',
category: 'Condo',
bedrooms: 1,
image: 'https://upload.wikimedia.org/wikipedia/commons/0/0e/Alfonso_13_Highrise_Tegucigalpa.jpg',
image: 'https://upload.wikimedia.org/wikipedia/commons/2/20/Seattle_-_Barnes_and_Bell_Buildings.jpg',
description: "A commuters dream. This rental is within walking distance of 2 bus stops and the Metro."
}, {
id: 'downtown-charm',
Expand Down
2 changes: 1 addition & 1 deletion guides/v3.12.0/tutorial/installing-addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ export default function() {
city: 'Seattle',
category: 'Condo',
bedrooms: 1,
image: 'https://upload.wikimedia.org/wikipedia/commons/0/0e/Alfonso_13_Highrise_Tegucigalpa.jpg',
image: 'https://upload.wikimedia.org/wikipedia/commons/2/20/Seattle_-_Barnes_and_Bell_Buildings.jpg',
description: "A commuters dream. This rental is within walking distance of 2 bus stops and the Metro."
}
}, {
Expand Down
2 changes: 1 addition & 1 deletion guides/v3.12.0/tutorial/subroutes.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ export default function() {
city: "Seattle",
category: "Condo",
bedrooms: 1,
image: "https://upload.wikimedia.org/wikipedia/commons/0/0e/Alfonso_13_Highrise_Tegucigalpa.jpg",
image: "https://upload.wikimedia.org/wikipedia/commons/2/20/Seattle_-_Barnes_and_Bell_Buildings.jpg",
description: "A commuters dream. This rental is within walking distance of 2 bus stops and the Metro."
}
},
Expand Down

0 comments on commit f259c43

Please sign in to comment.