bug(links): fix broken links to toh chapters

This commit is contained in:
Naomi Black 2015-10-15 11:33:43 -07:00
parent 8e75677b59
commit c64c3d045e
3 changed files with 3 additions and 3 deletions

View File

@ -56,4 +56,4 @@ include ../../../../_includes/_util-fns
And well meet many of the core fundamentals of Angular along the way. And well meet many of the core fundamentals of Angular along the way.
[Let's get started!](./toh-pt1). [Let's get started!](./toh-pt1.html).

View File

@ -311,4 +311,4 @@ include ../../../../_includes/_util-fns
We also want to allow the user to select a hero and display their details. We also want to allow the user to select a hero and display their details.
Well learn more about how to retrieve lists, bind them to the Well learn more about how to retrieve lists, bind them to the
template, and allow a user to select it in the template, and allow a user to select it in the
[next tutorial chapter](./toh-pt2). [next tutorial chapter](./toh-pt2.html).

View File

@ -15,7 +15,7 @@ include ../../../../_includes/_util-fns
:markdown :markdown
# Where We Left Off # Where We Left Off
Before we continue with Part 2 of the Tour of Heroes, Before we continue with Part 2 of the Tour of Heroes,
lets verify we have the following structure after [Part 1](./toh-pt1). lets verify we have the following structure after [Part 1](./toh-pt1.html).
If not, well need to go back to Part 1 and figure out what we missed. If not, well need to go back to Part 1 and figure out what we missed.
code-example. code-example.