Fix API help URLs
expandtemplates API has had its own documentation page since 2016. [[API:Parsing wikitext]] is now only about the parse API. https://www.mediawiki.org/w/index.php?diff=2222810 Change-Id: Ia882752485926b89fbcb57d247ca0b41f048ac20
This commit is contained in:
parent
47f45bdb4f
commit
bafbb39843
2 changed files with 2 additions and 2 deletions
|
|
@ -248,6 +248,6 @@ class ApiExpandTemplates extends ApiBase {
|
|||
}
|
||||
|
||||
public function getHelpUrls() {
|
||||
return 'https://www.mediawiki.org/wiki/Special:MyLanguage/API:Parsing_wikitext#expandtemplates';
|
||||
return 'https://www.mediawiki.org/wiki/Special:MyLanguage/API:Expandtemplates';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1124,6 +1124,6 @@ class ApiParse extends ApiBase {
|
|||
}
|
||||
|
||||
public function getHelpUrls() {
|
||||
return 'https://www.mediawiki.org/wiki/Special:MyLanguage/API:Parsing_wikitext#parse';
|
||||
return 'https://www.mediawiki.org/wiki/Special:MyLanguage/API:Parsing_wikitext';
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue