Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/release/tutorial/part-2/route-params.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Since we know that we're linking to the `rental` route that we just created, we

Let's see this in action. If we go back to our browser and refresh the page, we should see our links, but something isn't quite right yet!

<img src="/images/tutorial/part-2/route-params/broken-links@2x.png" alt="Broken links" width="1024" height="1130">
<img src="/images/tutorial/part-2/route-params/broken-links@2x.png" alt="Broken links" width="1024" height="100">

The links are all pointing to `/rentals/undefined`. Yikes! This is because `<LinkTo>` tries to use the `id` property from our model in order to replace the dynamic segment and generate the URL.

Expand Down
Binary file modified public/images/tutorial/part-2/ember-data/detailed@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/tutorial/part-2/route-params/broken-links@2x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a471983

Please sign in to comment.