diff --git a/docs/install_guides/mac.rst b/docs/install_guides/mac.rst index 1a535c979..c5faf1ff3 100644 --- a/docs/install_guides/mac.rst +++ b/docs/install_guides/mac.rst @@ -14,7 +14,7 @@ following, then press Enter: .. prompt:: bash - /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)" + /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" After the installation, install the required packages by pasting the commands and pressing enter, one-by-one: diff --git a/docs/install_guides/windows.rst b/docs/install_guides/windows.rst index bd1965e19..3f4224852 100644 --- a/docs/install_guides/windows.rst +++ b/docs/install_guides/windows.rst @@ -28,7 +28,7 @@ Then run each of the following commands: Set-ExecutionPolicy Bypass -Scope Process -Force [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072 - iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) + iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) choco upgrade git --params "/GitOnlyOnPath /WindowsTerminal" -y choco upgrade visualstudio2022-workload-vctools -y choco upgrade python39 -y