fix installation link
diff --git a/docs-site/docs/installation.md b/docs-site/docs/installation.md
index 72b7d3f..445e4b4 100644
--- a/docs-site/docs/installation.md
+++ b/docs-site/docs/installation.md
@@ -76,7 +76,7 @@
    [![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-cuda.html --trusted-host singa.apache.org
+pip install singa -f http://singa.apache.org/docs/next/wheel-gpu.html  --trusted-host singa.apache.org
 ```
 
 You can also configure SINGA version and the CUDA version, like
@@ -84,7 +84,7 @@
 version are listed at the link.
 
 To install the latest develop version, replace the link with
-http://singa.apache.org/docs/next/wheel-cuda-dev.html
+http://singa.apache.org/docs/next/wheel-gpu-dev.html
 
 Note: the Python version of your local Python environment will be used to find
 the corresponding wheel package. For example, if your local Python is 3.6, then