Skip to content

Commit

Permalink
doc: fix several broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Dec 17, 2024
1 parent 69ca415 commit 0380d7f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/guides/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
:::

Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/guides/privileges.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
4 changes: 2 additions & 2 deletions docs/src/content/docs/guides/recommendation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
:::

Expand Down
4 changes: 2 additions & 2 deletions docs/src/content/docs/guides/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 0380d7f

Please sign in to comment.