docs: Update edx.rtd.io links to docs.openedx.org

This commit is contained in:
sarina
2025-03-29 11:16:20 -04:00
committed by Sarina Canelake
parent 61879b8caf
commit 1e3074a3f9
36 changed files with 99 additions and 99 deletions

View File

@@ -258,7 +258,7 @@ def main():
epilog += "understand and fix any violations, read the docs here:\n"
epilog += "\n"
# pylint: disable=line-too-long
epilog += " https://edx.readthedocs.org/projects/edx-developer-guide/en/latest/conventions/preventing_xss.html#xss-linter\n"
epilog += " https://docs.openedx.org/en/latest/developers/references/developer_guide/preventing_xss/preventing_xss.html#xss-linter\n"
parser = argparse.ArgumentParser(
formatter_class=argparse.RawDescriptionHelpFormatter,