Skip to content

Commit

Permalink
doc: minor tweaks to wording and links
Browse files Browse the repository at this point in the history
  • Loading branch information
fujiapple852 committed Dec 23, 2024
1 parent 6f26b12 commit e785ceb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ To run a basic trace to `example.com` with default settings, use the following c
sudo trip example.com
```

See the [usage examples](https://trippy.rs/guides/usage) and [command reference](https://trippy.rs/reference/cli) for
See the [usage examples](https://trippy.rs/guides/usage) and [CLI reference](https://trippy.rs/reference/cli) for
details of how to use Trippy. To use Trippy without elevated privileges, see
the [privileges](https://trippy.rs/guides/privileges) guide.

Expand Down
12 changes: 6 additions & 6 deletions docs/src/content/docs/start/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,27 +21,27 @@ The following steps will guide you through the process of installing and running
cargo install trippy --locked
```

See the [installation guide](/start/installation/) for details of how to install Trippy on your system.
See the [installation guide](/start/installation) for details of how to install Trippy on your system.

2. Run Trippy:

To run a basic trace to `example.com` with default settings, run the following command:
To run a basic trace to `example.com` with default settings, use the following command:

```shell
sudo trip example.com
```

See the [usage examples](/guides/usage/) and the [CLI reference](/reference/cli/) for details of how to use Trippy. To use Trippy without elevated privileges, see the [privileges guide](/guides/privileges/).
See the [usage examples](/guides/usage) and the [CLI reference](/reference/cli) for details of how to use Trippy. To use Trippy without elevated privileges, see the [privileges guide](/guides/privileges).

3. Customize the key bindings, theme and columns:

See the [key bindings reference](/reference/bindings/), [theme reference](/reference/theme/) and [column reference](/reference/column/) for details of how to customize the appearance and behavior of Trippy.
See the [key bindings reference](/reference/bindings), [theme reference](/reference/theme) and [column reference](/reference/column) for details of how to customize the appearance and behavior of Trippy.

These settings can be made permanent by adding them to the Trippy configuration file, see the [configuration reference](/reference/configuration/) for details.
These settings can be made permanent by adding them to the Trippy configuration file, see the [configuration reference](/reference/configuration) for details.

4. Review the tracing recommendations:

To get the most out of Trippy, review the [recommended tracing settings](/guides/recommendation/) for guidance on how to configure Trippy for different types of analysis.
To get the most out of Trippy, review the [recommended tracing settings](/guides/recommendation) for guidance on how to configure Trippy for different types of analysis.

</Steps>

Expand Down

0 comments on commit e785ceb

Please sign in to comment.