diff --git a/development_ui_classes.py b/development_ui_classes.py
index 33e604eb917328c6ac8aad00dc3cd22b6f68a4c6..18b692f42358096e42f344a99f75dbd764ba65e0 100644
--- a/development_ui_classes.py
+++ b/development_ui_classes.py
@@ -26,7 +26,8 @@ bl_info = {
     "location": "Text Editor > Properties",
     "description": "Print the UI classes in a text-block",
     "warning": "",
-    "wiki_url": "",
+    "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/"
+                "Py/Scripts/Development/Classes_Overview",
     "category": "Development"
     }
 
@@ -132,7 +133,8 @@ class TEXT_OT_ui_cheat_sheet(Operator):
 
             return {'FINISHED'}
         except:
-            self.report({'WARNING'}, "Failure to write the UI list (Check the console for more info)")
+            self.report({'WARNING'},
+                        "Failure to write the UI list (Check the console for more info)")
             import traceback
             traceback.print_exc()