docs: fix broken guide link (tutorial/index --> tutorial) (#36453)

Replace broken link (`tutorial/index`) with `tutorial`.

PR Close #36453
This commit is contained in:
Priyash Patil 2020-04-06 22:54:44 +03:00 committed by Kara Erickson
parent d43c30688a
commit 09c84169d5

View File

@ -3,7 +3,7 @@
After you understand the basic Angular building blocks, you can learn more After you understand the basic Angular building blocks, you can learn more
about the features and tools that can help you develop and deliver Angular applications. about the features and tools that can help you develop and deliver Angular applications.
* Work through the [Tour of Heroes](tutorial/index) tutorial to get a feel for how to fit the basic building blocks together to create a well-designed application. * Work through the [Tour of Heroes](tutorial) tutorial to get a feel for how to fit the basic building blocks together to create a well-designed application.
* Check out the [Glossary](guide/glossary) to understand Angular-specific terms and usage. * Check out the [Glossary](guide/glossary) to understand Angular-specific terms and usage.