Html: Use https for @see url of buttonAttributes()
authorPrateek Saxena <prtksxna@gmail.com>
Fri, 3 Oct 2014 22:07:06 +0000 (15:07 -0700)
committerKrinkle <krinklemail@gmail.com>
Fri, 3 Oct 2014 22:12:41 +0000 (22:12 +0000)
Follows up I61bb3c358f755ed9f2153d94b744c1a9da02c456.

Change-Id: I46be4249bdfde1b801e798e732617077f71f983d

includes/Html.php

index fc5916d..fa868e3 100644 (file)
@@ -105,7 +105,7 @@ class Html {
         * Modifies a set of attributes meant for button elements
         * and apply a set of default attributes when $wgUseMediaWikiUIEverywhere enabled.
         * @param array $modifiers to add to the button
-        * @see http://tools.wmflabs.org/styleguide/desktop/index.html for guidance on available modifiers
+        * @see https://tools.wmflabs.org/styleguide/desktop/index.html for guidance on available modifiers
         * @return array $attrs A modified attribute array
         */
        public static function buttonAttributes( $attrs, $modifiers = array() ) {