diff --git a/README.md b/README.md index 4ba0def9..7d6c4c03 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/src/content/docs/start/getting-started.mdx b/docs/src/content/docs/start/getting-started.mdx index dbedbd28..345e8ecc 100644 --- a/docs/src/content/docs/start/getting-started.mdx +++ b/docs/src/content/docs/start/getting-started.mdx @@ -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.