fix: update docs link checker
since docs are moved to wiki
This commit is contained in:
parent
6cfdd2e1d2
commit
ad390aab22
1 changed files with 2 additions and 0 deletions
2
.github/helper/documentation.py
vendored
2
.github/helper/documentation.py
vendored
|
|
@ -24,6 +24,8 @@ def docs_link_exists(body):
|
|||
parts = parsed_url.path.split('/')
|
||||
if len(parts) == 5 and parts[1] == "frappe" and parts[2] in docs_repos:
|
||||
return True
|
||||
if parsed_url.netloc in ["docs.erpnext.com", "frappeframework.com"]:
|
||||
return True
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue