Rename mw.util.wikiGetlink to getUrl
[lhc/web/wiklou.git] / resources / mediawiki / mediawiki.Title.js
index 4a64566..dde5abf 100644 (file)
                /**
                 * Get the URL to this title
                 *
-                * @see mw.util#wikiGetlink
+                * @see mw.util#getUrl
                 * @return {string}
                 */
                getUrl: function () {
-                       return mw.util.wikiGetlink( this.toString() );
+                       return mw.util.getUrl( this.toString() );
                },
 
                /**