Skip to content

Commit 8f018c1

Browse files
committed
Path fix
1 parent 80873ad commit 8f018c1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

docs/core/deploying/native-aot/diagnostics/index.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,21 @@ The following table summarizes diagnostic features supported for Native AOT depl
1818

1919
| Feature | Fully supported | Partially supported | Not supported |
2020
| - | - | - | - |
21-
| [Observability and telemetry](./desktop-platforms.md/#observability-and-telemetry) | | <span aria-hidden="true">✔️</span><span class="visually-hidden">Partially supported</span> | |
22-
| [Development-time diagnostics](./desktop-platforms.md/#development-time-diagnostics) | <span aria-hidden="true">✔️</span><span class="visually-hidden">Fully supported</span> | | |
23-
| [Native debugging](./desktop-platforms.md/#native-debugging) | | <span aria-hidden="true">✔️</span><span class="visually-hidden">Partially supported</span> | |
24-
| [CPU Profiling](./desktop-platforms.md/#cpu-profiling) | | <span aria-hidden="true">✔️</span><span class="visually-hidden">Partially supported</span> | |
25-
| [Heap analysis](./desktop-platforms.md/#heap-analysis) | | | <span aria-hidden="true">❌</span><span class="visually-hidden">Not supported</span> |
21+
| [Observability and telemetry](./desktop-platforms.md#observability-and-telemetry) | | <span aria-hidden="true">✔️</span><span class="visually-hidden">Partially supported</span> | |
22+
| [Development-time diagnostics](./desktop-platforms.md#development-time-diagnostics) | <span aria-hidden="true">✔️</span><span class="visually-hidden">Fully supported</span> | | |
23+
| [Native debugging](./desktop-platforms.md#native-debugging) | | <span aria-hidden="true">✔️</span><span class="visually-hidden">Partially supported</span> | |
24+
| [CPU Profiling](./desktop-platforms.md#cpu-profiling) | | <span aria-hidden="true">✔️</span><span class="visually-hidden">Partially supported</span> | |
25+
| [Heap analysis](./desktop-platforms.md#heap-analysis) | | | <span aria-hidden="true">❌</span><span class="visually-hidden">Not supported</span> |
2626

2727
### [iOS-like platforms](#tab/ios-like-plat)
2828

2929
| Feature | Fully supported | Partially supported | Not supported |
3030
| - | - | - | - |
31-
| [Observability and telemetry](./ios-like-platforms.md/#observability-and-telemetry) | | | <span aria-hidden="true">❌</span><span class="visually-hidden">Not supported</span> |
32-
| [Development-time diagnostics](./ios-like-platforms.md/#development-time-diagnostics) | <span aria-hidden="true">✔️</span><span class="visually-hidden">Fully supported</span> | | |
33-
| [Native debugging](./ios-like-platforms.md/#native-debugging) | | <span aria-hidden="true">✔️</span><span class="visually-hidden">Partially supported</span> | |
34-
| [CPU Profiling](./ios-like-platforms.md/#cpu-profiling) | | <span aria-hidden="true">✔️</span><span class="visually-hidden">Partially supported</span> | |
35-
| [Heap analysis](./ios-like-platforms.md/#heap-analysis) | | | <span aria-hidden="true">❌</span><span class="visually-hidden">Not supported</span> |
31+
| [Observability and telemetry](./ios-like-platforms.md#observability-and-telemetry) | | | <span aria-hidden="true">❌</span><span class="visually-hidden">Not supported</span> |
32+
| [Development-time diagnostics](./ios-like-platforms.md#development-time-diagnostics) | <span aria-hidden="true">✔️</span><span class="visually-hidden">Fully supported</span> | | |
33+
| [Native debugging](./ios-like-platforms.md#native-debugging) | | <span aria-hidden="true">✔️</span><span class="visually-hidden">Partially supported</span> | |
34+
| [CPU Profiling](./ios-like-platforms.md#cpu-profiling) | | <span aria-hidden="true">✔️</span><span class="visually-hidden">Partially supported</span> | |
35+
| [Heap analysis](./ios-like-platforms.md#heap-analysis) | | | <span aria-hidden="true">❌</span><span class="visually-hidden">Not supported</span> |
3636

3737
and a more detailed description of diagnostics support on different platforms can be found on dedicated pages:
3838

docs/core/diagnostics/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.topic: overview
99

1010
Software doesn't always behave as you would expect, but .NET Core has tools and APIs that will help you diagnose these issues quickly and effectively.
1111

12-
[Native AOT deployment](../../core/deploying/native-aot/index.md) is an application model that's been available since .NET 7. For information about .NET 8 diagnostic support for Native AOT apps, see [Native AOT diagnostics](../../core/deploying/native-aot/diagnostics.md).
12+
[Native AOT deployment](../../core/deploying/native-aot/index.md) is an application model that's been available since .NET 7. For information about .NET 8 diagnostic support for Native AOT apps, see [Native AOT diagnostics](../../core/deploying/native-aot/diagnostics/index.md).
1313

1414
This article helps you find the various tools you need.
1515

0 commit comments

Comments
 (0)