From 7fe96ff2b7fa91298d11e49a1ea51941ce9a2838 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Thu, 14 Dec 2023 09:02:15 +0000 Subject: [PATCH] docs: correct link --- docs/docs/guide/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guide/index.md b/docs/docs/guide/index.md index ba675d43..db26f4ce 100644 --- a/docs/docs/guide/index.md +++ b/docs/docs/guide/index.md @@ -56,7 +56,7 @@ script which handles most of the commonly used platforms and package managers: ## bash/zsh ``` -bash <(curl https://raw.githubusercontent.com/ellie/atuin/main/install.sh) +bash <(curl --proto '=https' --tlsv1.2 -sSf https://setup.atuin.sh) ``` ## fish