From 09c84169d5caec16722a03af327662fcbd63ca31 Mon Sep 17 00:00:00 2001 From: Priyash Patil <38959321+priyashpatil@users.noreply.github.com> Date: Mon, 6 Apr 2020 22:54:44 +0300 Subject: [PATCH] docs: fix broken guide link (tutorial/index --> tutorial) (#36453) Replace broken link (`tutorial/index`) with `tutorial`. PR Close #36453 --- aio/content/guide/architecture-next-steps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aio/content/guide/architecture-next-steps.md b/aio/content/guide/architecture-next-steps.md index e44796d132..33ccf67485 100644 --- a/aio/content/guide/architecture-next-steps.md +++ b/aio/content/guide/architecture-next-steps.md @@ -3,7 +3,7 @@ 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. -* 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.