Skip to content

Commit

Permalink
Fix links in profiling documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr committed Jul 5, 2012
1 parent 2ee2915 commit 7ff2a79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/en/topics/debugging.md
Expand Up @@ -144,5 +144,5 @@ Profiling is the best way to identify bottle necks and other slow moving parts o
does not include any profiling tools out of the box, but we recommend the use of existing tools such as [XHProf](https://github.com/facebook/xhprof/)
and [XDebug](http://xdebug.org/).

* (Profiling with XHProf)[http://techportal.inviqa.com/2009/12/01/profiling-with-xhprof/]
* (Profiling PHP Applications With xdebug)[http://devzone.zend.com/1139/profiling-php-applications-with-xdebug/]
* [Profiling with XHProf](http://techportal.inviqa.com/2009/12/01/profiling-with-xhprof/)
* [Profiling PHP Applications With xdebug](http://devzone.zend.com/1139/profiling-php-applications-with-xdebug/)

0 comments on commit 7ff2a79

Please sign in to comment.