diff --git a/docs/src/content/docs/guides/faq.md b/docs/src/content/docs/guides/faq.md index f984ee25..0f2a09a8 100644 --- a/docs/src/content/docs/guides/faq.md +++ b/docs/src/content/docs/guides/faq.md @@ -8,7 +8,7 @@ sidebar: ## Why does Trippy show "Awaiting data..."? :::caution -If you are using Windows you _must_ [configure](#how-do-i-allow-incoming-icmp-traffic-in-the-windows-defender-firewall) +If you are using Windows you _must_ [configure](/guides/windows_firewall) the Windows Defender firewall to allow incoming ICMP traffic ::: @@ -17,7 +17,7 @@ indicates that either probes are not being sent or, more typically, responses ar Check that local and network firewalls allow ICMP traffic and that the system `traceroute` (or `tracert.exe` on Windows) works as expected. Note that on Windows, even if `tracert.exe` works as expected, you -_must_ [configure](#how-do-i-allow-incoming-icmp-traffic-in-the-windows-defender-firewall) the Windows Defender +_must_ [configure](/guides/windows_firewall) the Windows Defender firewall to allow incoming ICMP traffic. For deeper diagnostics you can run tools such as https://www.wireshark.org and https://www.tcpdump.org to verify that diff --git a/docs/src/content/docs/guides/privileges.md b/docs/src/content/docs/guides/privileges.md index 0905a45d..e4ca95be 100644 --- a/docs/src/content/docs/guides/privileges.md +++ b/docs/src/content/docs/guides/privileges.md @@ -50,7 +50,7 @@ socket type. See [#101](https://github.com/fujiapple852/trippy/issues/101) for f ::: The unprivileged mode can be enabled by adding the `--unprivileged` (`-u`) command line flag or by adding the -`unprivileged` entry in the `trippy` section of the [configuration file](#configuration-reference): +`unprivileged` entry in the `trippy` section of the [configuration file](/reference/configuration): ```toml [trippy] diff --git a/docs/src/content/docs/guides/recommendation.md b/docs/src/content/docs/guides/recommendation.md index 36a22de5..d7641d29 100644 --- a/docs/src/content/docs/guides/recommendation.md +++ b/docs/src/content/docs/guides/recommendation.md @@ -45,7 +45,7 @@ custom-columns = "hosavbwdt" :::note The `Sts` column shows different color codes to reflect packet loss at intermediate vs the target hop, see the -[Column Reference](#column-reference) for more information. +[Column Reference](/reference/column) for more information. ::: #### UDP/Dublin with fixed ports @@ -153,7 +153,7 @@ Therefore the `dublin` strategy is recommended when NAT is present. :::note Trippy can detect the presence of NAT devices in some circumstances when using the `dublin` strategy and the `Nat` -column can be shown in the Tui to indicate when NAT is detected. See the [Column Reference](#column-reference) for more +column can be shown in the Tui to indicate when NAT is detected. See the [Column Reference](/reference/column) for more information. ::: diff --git a/docs/src/content/docs/guides/usage.md b/docs/src/content/docs/guides/usage.md index ac78beb8..49b9b3f8 100644 --- a/docs/src/content/docs/guides/usage.md +++ b/docs/src/content/docs/guides/usage.md @@ -11,7 +11,7 @@ Basic usage with default parameters: trip example.com ``` -Trace without requiring elevated privileges (supported platforms only, see [privileges](#privileges)): +Trace without requiring elevated privileges (supported platforms only, see [privileges](/guides/privileges)): ```shell trip example.com --unprivileged @@ -139,7 +139,7 @@ Hide the IP address, hostname and GeoIp for the first two hops: trip example.com --tui-privacy-max-ttl 2 ``` -Customize Tui columns (see [Column Reference](#column-reference)): +Customize Tui columns (see [Column Reference](/reference/column)): ```shell trip example.com --tui-custom-columns holsravbwdt