diff --git a/docs/guide/start-installation.md b/docs/guide/start-installation.md index 613e175..8615e12 100644 --- a/docs/guide/start-installation.md +++ b/docs/guide/start-installation.md @@ -43,7 +43,7 @@ Installing from an Archive File <a name="installing-from-archive-file"></a> Installing Yii from an archive file involves three steps: -1. Download the archive file from [yiiframework.com](http://www.yiiframework.com/download/yii2-basic). +1. Download the archive file from [yiiframework.com](https://github.com/yiisoft/yii2/releases/download/2.0.0-rc/yii-basic-app-2.0.0-rc.tgz). 2. Unpack the downloaded file to a Web-accessible folder. 3. Modify the `config/web.php` file by entering a secret key for the `cookieValidationKey` configuration item (this is done automatically if you are installing Yii using Composer):