From 2af3f516b04e45681723584ff8f3a8b43cdbce35 Mon Sep 17 00:00:00 2001 From: Cang Ta Date: Tue, 30 Sep 2014 15:31:35 +0700 Subject: [PATCH] Update start-installation.md --- docs/guide/start-installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/start-installation.md b/docs/guide/start-installation.md index 613e1756a6..8615e12954 100644 --- a/docs/guide/start-installation.md +++ b/docs/guide/start-installation.md @@ -43,7 +43,7 @@ Installing from an Archive File 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):