From 92498efc2e6b370233fb7bacc78c5bdffc0c9f29 Mon Sep 17 00:00:00 2001 From: gkeuccsr <166070166+gkeuccsr@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:32:13 +0200 Subject: [PATCH] Make links to tutorial and virtual-environment relative in index.md Otherwise running a custom build refers to a official published versions and not the ones build (in PRs, for ex.) --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 355380729a..d2c5ae19fc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -52,7 +52,7 @@ The key features are: ## Installation -Create and activate a virtual environment and then install **Typer**: +Create and activate a virtual environment and then install **Typer**:
@@ -352,7 +352,7 @@ And similarly for **files**, **paths**, **enums** (choices), etc. And there are **Your users get**: automatic **`--help`**, **auto-completion** in their terminal (Bash, Zsh, Fish, PowerShell) when they install your package or when using the `typer` command. -For a more complete example including more features, see the Tutorial - User Guide. +For a more complete example including more features, see the Tutorial - User Guide. ## Dependencies