From 44a0adaf0733298f38b4a3fe1ff7e3d832780adb Mon Sep 17 00:00:00 2001 From: pana1990 Date: Thu, 23 Apr 2015 15:28:41 +0200 Subject: [PATCH] Fix link in tutorial-performance-tuning.md [skip ci] --- docs/guide/tutorial-performance-tuning.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/tutorial-performance-tuning.md b/docs/guide/tutorial-performance-tuning.md index 6dc376c803..778c91369f 100644 --- a/docs/guide/tutorial-performance-tuning.md +++ b/docs/guide/tutorial-performance-tuning.md @@ -247,6 +247,6 @@ right after all jobs before it are done. If nothing helps, never assume what may fix performance problem. Always profile your code instead before changing anything. The following tools may be helpful: -- [Yii debug toolbar and debugger](tool-debugger.md) +- [Yii debug toolbar and debugger](https://github.com/yiisoft/yii2-debug/blob/master/docs/guide/README.md) - [XDebug profiler](http://xdebug.org/docs/profiler) - [XHProf](http://www.php.net/manual/en/book.xhprof.php)