bug(links): fix broken links to toh chapters
This commit is contained in:
parent
8e75677b59
commit
c64c3d045e
|
@ -56,4 +56,4 @@ include ../../../../_includes/_util-fns
|
|||
|
||||
And we’ll meet many of the core fundamentals of Angular along the way.
|
||||
|
||||
[Let's get started!](./toh-pt1).
|
||||
[Let's get started!](./toh-pt1.html).
|
||||
|
|
|
@ -311,4 +311,4 @@ include ../../../../_includes/_util-fns
|
|||
We also want to allow the user to select a hero and display their details.
|
||||
We’ll learn more about how to retrieve lists, bind them to the
|
||||
template, and allow a user to select it in the
|
||||
[next tutorial chapter](./toh-pt2).
|
||||
[next tutorial chapter](./toh-pt2.html).
|
||||
|
|
|
@ -15,7 +15,7 @@ include ../../../../_includes/_util-fns
|
|||
:markdown
|
||||
# Where We Left Off
|
||||
Before we continue with Part 2 of the Tour of Heroes,
|
||||
let’s verify we have the following structure after [Part 1](./toh-pt1).
|
||||
let’s verify we have the following structure after [Part 1](./toh-pt1.html).
|
||||
If not, we’ll need to go back to Part 1 and figure out what we missed.
|
||||
|
||||
code-example.
|
||||
|
|
Loading…
Reference in New Issue