Skip to content

Commit a2fb6a1

Browse files
Fix image paths
1 parent 7d2c4a1 commit a2fb6a1

File tree

7 files changed

+9
-9
lines changed

7 files changed

+9
-9
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export default function() {
196196
After updating our mirage configuration, we should see passing tests, as well as a simple filter on your home screen,
197197
that will update the rental list as you type:
198198

199-
![home screen with filter component](/images/autocomplete-component/styled-super-rentals-filter.png/)
199+
![home screen with filter component](/images/autocomplete-component/styled-super-rentals-filter.png)
200200

201201
You can now proceed on to implement the [next feature](../service/), or continue on to test our newly created filter component.
202202

guides/v2.13.0/tutorial/autocomplete-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export default function() {
199199
After updating our mirage configuration, we should see passing tests, as well as a simple filter on your home screen,
200200
that will update the rental list as you type:
201201

202-
![home screen with filter component](/images/autocomplete-component/styled-super-rentals-filter.png/)
202+
![home screen with filter component](/images/autocomplete-component/styled-super-rentals-filter.png)
203203

204204
You can now proceed on to implement the [next feature](../service/), or continue on to test our newly created filter component.
205205

guides/v2.14.0/tutorial/autocomplete-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ export default function() {
199199
After updating our mirage configuration, we should see passing tests, as well as a simple filter on your home screen,
200200
that will update the rental list as you type:
201201

202-
![home screen with filter component](/images/autocomplete-component/styled-super-rentals-filter.png/)
202+
![home screen with filter component](/images/autocomplete-component/styled-super-rentals-filter.png)
203203

204204
You can now proceed on to implement the [next feature](../service/), or continue on to test our newly created filter component.
205205

guides/v3.0.0/tutorial/routes-and-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ in the drop down input labeled "Module" on the test UI.
314314
You can also toggle "Hide passed tests" to show your passing test case along with the tests that are still
315315
failing (because we haven't yet built them/).
316316

317-
![6_fail](/images/routes-and-templates/routes-and-templates.gif/)
317+
![6_fail](/images/routes-and-templates/routes-and-templates.gif)
318318

319319
### Ember's test helpers
320320

@@ -364,4 +364,4 @@ navigating have now passed.
364364
In the screen recording below, we run the tests, deselect "Hide passed tests", and set the module to our acceptance test,
365365
revealing the 3 tests we got passing.
366366

367-
![passing navigation tests](/images/routes-and-templates/ember-route-tests.gif/)
367+
![passing navigation tests](/images/routes-and-templates/ember-route-tests.gif)

guides/v3.0.0/tutorial/simple-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,4 +375,4 @@ test('should toggle wide class on click', function(assert) {
375375
Run `ember t -s` to verify that our new test is passing.
376376
To find the new test, locate "Integration | Component | rental listing" in the "Module" field of the test UI.
377377

378-
![simple_component_test](/images/simple-component/simple-component-test.gif/)
378+
![simple_component_test](/images/simple-component/simple-component-test.gif)

guides/v3.1.0/tutorial/routes-and-templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ in the drop down input labeled "Module" on the test UI.
320320
You can also toggle "Hide passed tests" to show your passing test case along with the tests that are still
321321
failing (because we haven't yet built them/).
322322

323-
![6_fail](/images/routes-and-templates/routes-and-templates.gif/)
323+
![6_fail](/images/routes-and-templates/routes-and-templates.gif)
324324

325325
### Ember's test helpers
326326

@@ -374,4 +374,4 @@ navigating have now passed.
374374
In the screen recording below, we run the tests, deselect "Hide passed tests", and set the module to our application test,
375375
revealing the 3 tests we got passing.
376376

377-
![passing navigation tests](/images/routes-and-templates/ember-route-tests.gif/)
377+
![passing navigation tests](/images/routes-and-templates/ember-route-tests.gif)

guides/v3.1.0/tutorial/simple-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,4 +392,4 @@ module('Integration | Component | rental listing', function (hooks) {
392392
Run `ember t -s` to verify that our new test is passing.
393393
To find the new test, locate "Integration | Component | rental listing" in the "Module" field of the test UI.
394394

395-
![simple_component_test](/images/simple-component/simple-component-test.gif/)
395+
![simple_component_test](/images/simple-component/simple-component-test.gif)

0 commit comments

Comments
 (0)