Skip to content

Commit fcedef6

Browse files
author
George Barnick
committed
Very minor change, just for the hell of it
1 parent 6d3d456 commit fcedef6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Snippet.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
'descriptionmsg' => 'snippet-desc',
77
'version' => '1.2.1',
88
'author' => 'UltrasonicNXT/Adam Carter',
9-
'url' => 'https://github.com/Brickimedia/Snippet',
9+
'url' => '//github.com/Brickimedia/Snippet',
1010
);
1111

1212
$wgAutoloadClasses['SnippetAPI'] = __DIR__ . '/Snippet.api.php';
@@ -16,4 +16,4 @@
1616

1717
$wgExtensionMessagesFiles['Snippet'] = __DIR__ . '/Snippet.i18n.php';
1818

19-
$wgSnippetMaxLength = 600;
19+
$wgSnippetMaxLength = 600;

0 commit comments

Comments
 (0)