docs: Update links from codebase to point to ReadTheDocs.

This commit is contained in:
Tim Abbott
2017-11-16 10:51:44 -08:00
parent 07c2b205a4
commit 054952a44a
61 changed files with 81 additions and 80 deletions

View File

@@ -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: