help: Do not treat Help Center as a proper noun.

Fixes https://chat.zulip.org/#narrow/channel/101-design/topic/help.20center.20capitalization
This commit is contained in:
Shubham Padia
2025-09-17 06:03:41 +00:00
committed by Tim Abbott
parent 421637ce31
commit 468a7a82dd
13 changed files with 22 additions and 23 deletions

View File

@@ -680,7 +680,7 @@ html_rules: list["Rule"] = [
},
{
"pattern": r"link=\"help/",
"description": "Relative links to Help Center should start with /help/",
"description": "Relative links to help center should start with /help/",
"good_lines": ['link="/help/foo"'],
"bad_lines": ['link="help/foo"'],
},