From 915e8951083c3dc3ca23cbe1bcc2b39145f2a3aa Mon Sep 17 00:00:00 2001 From: pana1990 Date: Sat, 27 Jun 2015 03:59:06 +0200 Subject: [PATCH] Fix link [skip ci] --- docs/guide/structure-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/structure-extensions.md b/docs/guide/structure-extensions.md index 6930795164..e9d84f0e29 100644 --- a/docs/guide/structure-extensions.md +++ b/docs/guide/structure-extensions.md @@ -2,7 +2,7 @@ Extensions ========== Extensions are redistributable software packages specifically designed to be used in Yii applications and provide -ready-to-use features. For example, the [yiisoft/yii2-debug](tool-debugger.md) extension adds a handy debug toolbar +ready-to-use features. For example, the [yiisoft/yii2-debug](https://github.com/yiisoft/yii2-debug) extension adds a handy debug toolbar at the bottom of every page in your application to help you more easily grasp how the pages are generated. You can use extensions to accelerate your development process. You can also package your code as extensions to share with other people your great work.