Followup r92396, add help urls for most of the core (non query) modules
[lhc/web/wiklou.git] / includes / api / ApiHelp.php
index c5170c4..89dbf10 100644 (file)
@@ -154,6 +154,14 @@ class ApiHelp extends ApiBase {
                );
        }
 
+       public function getHelpUrls() {
+               return array(
+                       'http://www.mediawiki.org/wiki/API:Main_page',
+                       'http://www.mediawiki.org/wiki/API:FAQ',
+                       'http://www.mediawiki.org/wiki/API:Quick_start_guide',
+               );
+       }
+
        public function getVersion() {
                return __CLASS__ . ': $Id$';
        }