diff --git a/src/routes/docs/tooling/command-line/installation/+page.markdoc b/src/routes/docs/tooling/command-line/installation/+page.markdoc index 7156235668..92d7b579a6 100644 --- a/src/routes/docs/tooling/command-line/installation/+page.markdoc +++ b/src/routes/docs/tooling/command-line/installation/+page.markdoc @@ -39,19 +39,19 @@ brew install --HEAD appwrite or terminal ```sh -curl -sL https://appwrite.io/cli/install.sh | bash +curl -sL https://raw.githubusercontent.com/appwrite/sdk-for-cli/master/install.sh | bash ``` {% /tabsitem %} {% tabsitem #windows title="Windows" %} ```sh -iwr -useb https://appwrite.io/cli/install.ps1 | iex +iwr -useb https://raw.githubusercontent.com/appwrite/sdk-for-cli/master/install.ps1 | iex ``` {% /tabsitem %} {% tabsitem #linux title="Linux" %} ```sh -curl -sL https://appwrite.io/cli/install.sh | bash +curl -sL https://raw.githubusercontent.com/appwrite/sdk-for-cli/master/install.sh | bash ``` {% /tabsitem %} {% /tabs %} @@ -180,4 +180,4 @@ $APPWRITE_CONFIG_DIR = Join-Path -Path $env:UserProfile -ChildPath ".appwrite"; rm -rf ~/.appwrite | bash ``` {% /tabsitem %} -{% /tabs %} \ No newline at end of file +{% /tabs %}