Index: trunk/extensions/ApiSandbox/ApiSandbox.php |
— | — | @@ -51,7 +51,7 @@ |
52 | 52 | |
53 | 53 | $desc[] = 'The ApiSandbox extension is installed on this wiki, it adds a graphical interface to using the MediaWiki Api.'; |
54 | 54 | $desc[] = 'It is helpful for new users, allowing request debugging without any extra tools.'; |
55 | | - $desc[] = 'See ' . SpecialPage::getTitleFor( 'ApiSandbox' )->getFullUrl(); |
| 55 | + $desc[] = 'See ' . SpecialPage::getTitleFor( 'ApiSandbox' )->getCanonicalURL(); |
56 | 56 | |
57 | 57 | // Append some more whitespace for ApiMain |
58 | 58 | for ( $i = 0; $i < 3; $i++ ) { |