mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
docs: Update links from codebase to point to ReadTheDocs.
This commit is contained in:
@@ -57,7 +57,8 @@ if __name__ == '__main__':
|
||||
|
||||
if frontend_errors or backend_errors:
|
||||
# Point the user to the documentation on what the policy is.
|
||||
print(WARNING + "See https://zulip.readthedocs.io/en/latest/translating.html#capitalization" + ENDC)
|
||||
docs_url = "https://zulip.readthedocs.io/en/latest/translating/translating.html#capitalization"
|
||||
print(WARNING + "See " + docs_url + ENDC)
|
||||
print(FAIL + "Failed!" + ENDC)
|
||||
sys.exit(1)
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user