Index: trunk/extensions/HidePrefix/HidePrefix.class.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | See the GNU Affero General Public License for more details. |
16 | 16 | |
17 | 17 | You should have received a copy of the GNU Affero General Public License along with this |
18 | | - program. If not, see <http://www.gnu.org/licenses/>. |
| 18 | + program. If not, see <https://www.gnu.org/licenses/>. |
19 | 19 | ------------------------------------------------------------------------------------------------ |
20 | 20 | */ |
21 | 21 | |
Index: trunk/extensions/HidePrefix/HidePrefix.i18n.php |
— | — | @@ -14,7 +14,7 @@ |
15 | 15 | See the GNU Affero General Public License for more details. |
16 | 16 | |
17 | 17 | You should have received a copy of the GNU Affero General Public License along with this |
18 | | - program. If not, see <http://www.gnu.org/licenses/>. |
| 18 | + program. If not, see <https://www.gnu.org/licenses/>. |
19 | 19 | ------------------------------------------------------------------------------------------------ |
20 | 20 | */ |
21 | 21 | |
Index: trunk/extensions/HidePrefix/HidePrefix.php |
— | — | @@ -14,13 +14,13 @@ |
15 | 15 | See the GNU Affero General Public License for more details. |
16 | 16 | |
17 | 17 | You should have received a copy of the GNU Affero General Public License along with this |
18 | | - program. If not, see <http://www.gnu.org/licenses/>. |
| 18 | + program. If not, see <https://www.gnu.org/licenses/>. |
19 | 19 | ------------------------------------------------------------------------------------------------ |
20 | 20 | */ |
21 | 21 | |
22 | 22 | if ( ! defined( 'MEDIAWIKI' ) ) { |
23 | 23 | die( 'Not an entry point.' ); |
24 | | -}; # if |
| 24 | +}; // if |
25 | 25 | |
26 | 26 | global $wgAutoloadClasses; |
27 | 27 | $wgAutoloadClasses[ 'HidePrefix' ] = __DIR__ . '/HidePrefix.class.php'; |
— | — | @@ -38,8 +38,8 @@ |
39 | 39 | 'name' => 'HidePrefix', |
40 | 40 | 'license' => 'AGPL-3.0+', |
41 | 41 | 'version' => '0.0.1', |
42 | | - 'author' => array( '[http://www.mediawiki.org/wiki/User:Van_de_Bugger Van de Bugger]' ), |
43 | | - 'url' => 'http://www.mediawiki.org/wiki/Extension:HidePrefix', |
| 42 | + 'author' => array( '[https://www.mediawiki.org/wiki/User:Van_de_Bugger Van de Bugger]' ), |
| 43 | + 'url' => 'https://www.mediawiki.org/wiki/Extension:HidePrefix', |
44 | 44 | 'descriptionmsg' => 'hide-prefix-description', |
45 | 45 | ); |
46 | 46 | |
Index: trunk/extensions/HidePrefix/README |
— | — | @@ -39,7 +39,7 @@ |
40 | 40 | |
41 | 41 | == Download == |
42 | 42 | |
43 | | - svn checkout http://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/HidePrefix |
| 43 | + svn checkout https://svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/HidePrefix |
44 | 44 | |
45 | 45 | == Installation == |
46 | 46 | |
— | — | @@ -60,8 +60,8 @@ |
61 | 61 | |
62 | 62 | == Links == |
63 | 63 | |
64 | | -* Extension page: http://www.mediawiki.org/wiki/Extension:HidePrefix |
65 | | -* Author page: http://www.mediawiki.org/wiki/User:Van_de_Bugger |
66 | | -* License page: http://www.gnu.org/licenses/agpl.html |
| 64 | +* Extension page: https://www.mediawiki.org/wiki/Extension:HidePrefix |
| 65 | +* Author page: https://www.mediawiki.org/wiki/User:Van_de_Bugger |
| 66 | +* License page: https://www.gnu.org/licenses/agpl.html |
67 | 67 | |
68 | 68 | <!-- end of file --> |