[DTrace-devel] [PATCH 11/20] doc: Fix anchor links for how-to/
eugene.loh at oracle.com
eugene.loh at oracle.com
Fri Sep 26 19:05:48 UTC 2025
From: Eugene Loh <eugene.loh at oracle.com>
Signed-off-by: Eugene Loh <eugene.loh at oracle.com>
---
doc/userguide/how-to/dtrace-howto-install-dtrace.md | 12 ++++++------
doc/userguide/index.md | 12 ++++++------
2 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/doc/userguide/how-to/dtrace-howto-install-dtrace.md b/doc/userguide/how-to/dtrace-howto-install-dtrace.md
index 83de8f905..a8f227715 100644
--- a/doc/userguide/how-to/dtrace-howto-install-dtrace.md
+++ b/doc/userguide/how-to/dtrace-howto-install-dtrace.md
@@ -4,7 +4,7 @@ The following instructions provide steps to install DTrace on different Linux di
**Parent topic:**[Get Started With DTrace](../how-to/dtrace-guide.md)
-## Build and Install DTrace on Gentoo Linux {#build_install_dtrace_gentoo_linux}
+## Build and Install DTrace on Gentoo Linux
```
emerge dev-debug/dtrace
@@ -15,7 +15,7 @@ The following instructions provide steps to install DTrace on different Linux di
## Install DTrace on Oracle Linux
-### Install DTrace on Oracle Linux 10 {#install_dtrace_oracle_linux_10}
+### Install DTrace on Oracle Linux 10
1. Enable the yum repository.
@@ -38,7 +38,7 @@ The following instructions provide steps to install DTrace on different Linux di
```
-### Install DTrace on Oracle Linux 9 {#install_dtrace_oracle_linux_9}
+### Install DTrace on Oracle Linux 9
1. Enable the yum repository.
@@ -61,7 +61,7 @@ The following instructions provide steps to install DTrace on different Linux di
```
-### Install DTrace on Oracle Linux 8 {#install_dtrace_oracle_linux_8}
+### Install DTrace on Oracle Linux 8
1. Enable the yum repository.
@@ -86,7 +86,7 @@ The following instructions provide steps to install DTrace on different Linux di
```
-### Install DTrace on Oracle Linux 7 {#install_dtrace_oracle_linux_7}
+### Install DTrace on Oracle Linux 7
**Warning:**
@@ -111,7 +111,7 @@ Migrate applications and data to Oracle Linux 8, Oracle Linux 9, or Oracle Linux
```
-## Verify the DTrace Installation {#verify_install}
+## Verify the DTrace Installation
Check that DTrace is installed to the correct location and verify the DTrace version.
diff --git a/doc/userguide/index.md b/doc/userguide/index.md
index 8a0050819..72a9bf16e 100644
--- a/doc/userguide/index.md
+++ b/doc/userguide/index.md
@@ -2,12 +2,12 @@
- [Get Started With DTrace](how-to/dtrace-guide.md)
- [Install DTrace](how-to/dtrace-howto-install-dtrace.md)
- - [Build and Install DTrace on Gentoo Linux](how-to/dtrace-howto-install-dtrace.md#build_install_dtrace_gentoo_linux)
- - [Install DTrace on Oracle Linux 10](how-to/dtrace-howto-install-dtrace.md#install_dtrace_oracle_linux_10)
- - [Install DTrace on Oracle Linux 9](how-to/dtrace-howto-install-dtrace.md#install_dtrace_oracle_linux_9)
- - [Install DTrace on Oracle Linux 8](how-to/dtrace-howto-install-dtrace.md#install_dtrace_oracle_linux_8)
- - [Install DTrace on Oracle Linux 7](how-to/dtrace-howto-install-dtrace.md#install_dtrace_oracle_linux_7)
- - [Verify the DTrace Installation](how-to/dtrace-howto-install-_dtrace.md#verify_install)
+ - [Build and Install DTrace on Gentoo Linux](how-to/dtrace-howto-install-dtrace.md#build-and-install-dtrace-on-gentoo-linux)
+ - [Install DTrace on Oracle Linux 10](how-to/dtrace-howto-install-dtrace.md#install-dtrace-on-oracle-linux-10)
+ - [Install DTrace on Oracle Linux 9](how-to/dtrace-howto-install-dtrace.md#install-dtrace-on-oracle-linux-9)
+ - [Install DTrace on Oracle Linux 8](how-to/dtrace-howto-install-dtrace.md#install-dtrace-on-oracle-linux-8)
+ - [Install DTrace on Oracle Linux 7](how-to/dtrace-howto-install-dtrace.md#install-dtrace-on-oracle-linux-7)
+ - [Verify the DTrace Installation](how-to/dtrace-howto-install-_dtrace.md#verify-the-dtrace-installation)
- [List and Enable Probes](how-to/dtrace-howto-list-and-enable-probes.md)
- [Create a DTrace Script](how-to/dtrace-howto-create-a-dtrace-script.md)
- [Use Predicates For Control Flow](how-to/dtrace-howto-use-predicates.md)
--
2.47.3
More information about the DTrace-devel
mailing list