Skip to content

Commit 8229d1b

Browse files
authored
Merge pull request #150 from ember-learn/screenshot-fixes
Screenshot fixes
2 parents b41ac95 + 3122f9f commit 8229d1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/markdown/tutorial/part-1/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Welcome to the Ember Tutorial!
22

33
In this tutorial, we will use Ember to build an application called Super Rentals. This will be a website for browsing interesting places to stay during your next vacation. Check out the [finished app](https://ember-super-rentals.netlify.com) to get a sense of the scope of the project.
44

5-
![The finished Super Rentals app](/images/tutorial/part-2/provider-components/pass-2@2x.png)
5+
![The finished Super Rentals app](/images/tutorial/part-2/provider-components/homepage-with-rentals-component@2x.png)
66

77
Along the way, you will learn everything you need to know to build a basic Ember application. If you get stuck at any point during the tutorial, feel free to download <https://github.com/ember-learn/super-rentals/tree/super-rentals-tutorial-output> for a complete working example.
88

src/markdown/tutorial/part-2/10-service-injection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ As promised, we will now work on implementing the share button!
88

99
<!-- TODO: make this a gif instead -->
1010

11-
![The working share button by the end of the chapter](/images/tutorial/part-2/service-injection/suggested-tweet@2x.png)
11+
![The working share button by the end of the chapter](/images/tutorial/part-2/service-injection/share-button@2x.png)
1212

1313
While adding the share button, you will learn about:
1414
* Splattributes and the `class` attribute

0 commit comments

Comments
 (0)