diff --git a/plugins/Diagnostics/Controller.php b/plugins/Diagnostics/Controller.php
index be166ccdf9afbbe3997b2300e1673023abe75249..7d2341a1958eb4b0f3d5455ed13856b2b22822aa 100644
--- a/plugins/Diagnostics/Controller.php
+++ b/plugins/Diagnostics/Controller.php
@@ -13,12 +13,6 @@ use Piwik\Piwik;
 use Piwik\View;
 use Piwik\Settings;
 
-/**
- * A controller let's you for example create a page that can be added to a menu. For more information read our guide
- * http://developer.piwik.org/guides/mvc-in-piwik or have a look at the our API references for controller and view:
- * http://developer.piwik.org/api-reference/Piwik/Plugin/Controller and
- * http://developer.piwik.org/api-reference/Piwik/View
- */
 class Controller extends \Piwik\Plugin\ControllerAdmin
 {
     /**