Merge branch 'version-13-hotfix' into backport/version-13-hotfix/27358

This commit is contained in:
Marica
2021-09-07 15:01:13 +05:30
committed by GitHub

View File

@@ -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
elif parsed_url.netloc == "docs.erpnext.com":
return True
if __name__ == "__main__":