diff --git a/docs/basic_usage.md b/docs/basic_usage.md index 8e8ea07de..8beac9f75 100644 --- a/docs/basic_usage.md +++ b/docs/basic_usage.md @@ -69,7 +69,7 @@ Feel free to play around with what you just learned like adding more tasks, depe Happy coding! -## Use pixi as an installation tool +## Use pixi as a global installation tool Use pixi to install tools on your machine. diff --git a/mkdocs.yml b/mkdocs.yml index 951c74180..ff565d050 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ site_name: "Pixi by prefix.dev" -site_url: https://prefix.dev +site_url: https://prefix-dev.github.io/pixi extra: homepage: https://prefix.dev @@ -54,7 +54,7 @@ nav: - Reference (CLI): cli.md - Configuration: configuration.md - Vision: vision.md - - Indepth: + - In-depth: - Authentication: advanced/authentication.md - Tasks: advanced/advanced_tasks.md - Multi Platform: advanced/multi_platform_configuration.md