Skip to content

Commit 801e5e1

Browse files
sasidharansdatscott
authored andcommitted
docs: fix devtools links (angular#55766)
PR Close angular#55766
1 parent 2c0e60e commit 801e5e1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

adev/src/content/tools/devtools.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ When you open the extension, you'll see two additional tabs:
1919

2020
| Tabs | Details |
2121
|:--- |:--- |
22-
| [Components](tools/devtools#components) | Lets you explore the components and directives in your application and preview or edit their state. |
23-
| [Profiler](tools/devtools#profiler) | Lets you profile your application and understand what the performance bottleneck is during change detection execution. |
22+
| [Components](tools/devtools#debug-your-application) | Lets you explore the components and directives in your application and preview or edit their state. |
23+
| [Profiler](tools/devtools#profile-your-application) | Lets you profile your application and understand what the performance bottleneck is during change detection execution. |
2424

2525
<img src="assets/images/guide/devtools/devtools-tabs.png" alt="A screenshot of the top of Angular DevTools illustrating two tabs in the upper-left corner, one labeled 'Components' and another labeled 'Profiler'.">
2626

@@ -108,7 +108,7 @@ Interact with your application to trigger change detection and generate data Ang
108108
To finish recording, click the circle again to **Stop recording**.
109109

110110
You can also import an existing recording.
111-
Read more about this feature in the [Import recording](tools/devtools#import-recording) section.
111+
Read more about this feature in the [Import recording](tools/devtools#import-and-export-recordings) section.
112112

113113
### Understand your application's execution
114114

0 commit comments

Comments
 (0)