mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 19:43:47 +00:00
check_help_documentation: Exclude temporarily unavailable endpoint.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
b2faa5c5bb
commit
620a75f149
@@ -36,6 +36,8 @@ EXCLUDED_URLS = [
|
|||||||
"https://giphy.com",
|
"https://giphy.com",
|
||||||
"https://giphy.com/apps/giphycapture",
|
"https://giphy.com/apps/giphycapture",
|
||||||
"https://www.udemy.com/course/the-complete-react-native-and-redux-course/",
|
"https://www.udemy.com/course/the-complete-react-native-and-redux-course/",
|
||||||
|
# Temporarily unavailable
|
||||||
|
"https://zulip.com/accounts/find/",
|
||||||
]
|
]
|
||||||
|
|
||||||
VNU_IGNORE = [
|
VNU_IGNORE = [
|
||||||
|
|||||||
Reference in New Issue
Block a user