diff --git a/docs-site/docs/installation.md b/docs-site/docs/installation.md index 2e31596..1f34229 100644 --- a/docs-site/docs/installation.md +++ b/docs-site/docs/installation.md @@ -13,7 +13,7 @@ title: Installation [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/17RA056Brwk0vBQTFaZ-l9EbqwADO0NA9?usp=sharing) ```bash -pip install singa -f http://singa.apache.org/docs/next/wheel-cpu.html --trusted-host singa.apache.org +pip install singa -f https://singa.apache.org/docs/next/wheel-cpu.html --trusted-host singa.apache.org ``` You can install a specific version of SINGA via `singa==`, where the @@ -24,7 +24,7 @@ versions are listed at the link. [![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1W30IPCqj5fG8ADAQsFqclaCLyIclVcJL?usp=sharing) ```bash -pip install singa -f http://singa.apache.org/docs/next/wheel-gpu.html --trusted-host singa.apache.org +pip install singa -f https://singa.apache.org/docs/next/wheel-gpu.html --trusted-host singa.apache.org ``` You can also configure SINGA version and the CUDA version, like