Update lint category help links

Bug: T360793
Change-Id: I4a7b0d0200d2af5c6768db91d0883c7fc483d8dc
This commit is contained in:
Arlo Breault 2024-03-22 14:13:25 -04:00
parent d5fd2cd7d1
commit c90267575c

View file

@ -249,7 +249,7 @@ class SpecialLintErrors extends SpecialPage {
$this->addHelpLink( 'Help:Extension:Linter' );
$this->showCategoryListings( $catManager );
} else {
$this->addHelpLink( "Help:Extension:Linter/{$this->category}" );
$this->addHelpLink( "Help:Lint_errors/{$this->category}" );
$out->setPageTitleMsg(
$this->msg( 'linterrors-subpage',
$this->msg( "linter-category-{$this->category}" )->text()