mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
docs: Fix Git capitalization.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
f244c2eca4
commit
503127c2e9
@@ -93,7 +93,7 @@ class BaseDocumentationSpider(scrapy.Spider):
|
||||
if url.startswith(ZULIP_SERVER_GITHUB_FILE_URL_PREFIX) or url.startswith(
|
||||
ZULIP_SERVER_GITHUB_DIRECTORY_URL_PREFIX
|
||||
):
|
||||
# We can verify these links directly in the local git repo without making any requests to GitHub servers.
|
||||
# We can verify these links directly in the local Git repo without making any requests to GitHub servers.
|
||||
return False
|
||||
if "github.com/zulip" in url:
|
||||
# We want to check these links but due to rate limiting from GitHub, these checks often
|
||||
|
||||
Reference in New Issue
Block a user