From 0528b477286e8a7f7be343ebd8ffdc82d72fea4b Mon Sep 17 00:00:00 2001 From: 4javier <4javiereg4@gmail.com> Date: Tue, 12 Apr 2022 22:18:35 +0200 Subject: [PATCH] docs: fix final code review section codetabs path (#45604) Fix paths for codetabs in final review section messed up by this commit https://github.com/angular/angular/commit/42289f25c69ec7a36d2e3ef424d32f77bc7cd19a They were all pointing to `heroes-search.component` PR Close #45604 --- aio/content/tutorial/toh-pt6.md | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/aio/content/tutorial/toh-pt6.md b/aio/content/tutorial/toh-pt6.md index 31eb5f45d52..5a8537f02e6 100644 --- a/aio/content/tutorial/toh-pt6.md +++ b/aio/content/tutorial/toh-pt6.md @@ -482,9 +482,9 @@ Here are the code files discussed on this page \(all in the `src/app/` folder\). ### `HeroService`, `InMemoryDataService`, `AppModule` - + - + @@ -492,9 +492,9 @@ Here are the code files discussed on this page \(all in the `src/app/` folder\). ### `HeroesComponent` - + - + @@ -502,8 +502,9 @@ Here are the code files discussed on this page \(all in the `src/app/` folder\). ### `HeroDetailComponent` - + + @@ -511,7 +512,9 @@ Here are the code files discussed on this page \(all in the `src/app/` folder\). ### `DashboardComponent` - + + + @@ -521,7 +524,7 @@ Here are the code files discussed on this page \(all in the `src/app/` folder\). - + ## Summary