diff --git a/includes/SpecialLintErrors.php b/includes/SpecialLintErrors.php index 0967d7bb..4622f0f3 100644 --- a/includes/SpecialLintErrors.php +++ b/includes/SpecialLintErrors.php @@ -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()