From 38dff017faabde79f22fb5a405a17f18081a1b78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=9C=E6=96=B9=E5=AD=A4=E6=80=9D=E5=AD=90=EF=BC=88Pari?= =?UTF-8?q?s=C2=B7QianSen=EF=BC=89?= Date: Tue, 1 Jul 2014 22:53:17 +0800 Subject: [PATCH] fix link [skip ci] --- docs/guide/concept-aliases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/concept-aliases.md b/docs/guide/concept-aliases.md index 55272df19d..7c8ff94bf0 100644 --- a/docs/guide/concept-aliases.md +++ b/docs/guide/concept-aliases.md @@ -109,7 +109,7 @@ The following is the list of the predefined aliases: - `@yii`: the directory where the `BaseYii.php` file is located (also called the framework directory). - `@app`: the [[yii\base\Application::basePath|base path]] of the currently running application. - `@runtime`: the [[yii\base\Application::runtimePath|runtime path]] of the currently running application. -- `@vendor`: the [[yii\base\Application::vendorPath|Composer vendor directory]. +- `@vendor`: the [[yii\base\Application::vendorPath|Composer vendor directory]]. - `@webroot`: the Web root directory of the currently running Web application. - `@web`: the base URL of the currently running Web application.