TE-2702 Update Read the Docs links to HTTPS
This commit is contained in:
@@ -26,7 +26,7 @@ show_help() {
|
||||
echo "For more help using the xss linter, including details on how to"
|
||||
echo "understand and fix any violations, read the docs here:"
|
||||
echo ""
|
||||
echo " http://edx.readthedocs.org/projects/edx-developer-guide/en/latest/conventions/preventing_xss.html#xss-linter"
|
||||
echo " https://edx.readthedocs.org/projects/edx-developer-guide/en/latest/conventions/preventing_xss.html#xss-linter"
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -133,7 +133,7 @@ def main():
|
||||
epilog += "understand and fix any violations, read the docs here:\n"
|
||||
epilog += "\n"
|
||||
# pylint: disable=line-too-long
|
||||
epilog += " http://edx.readthedocs.org/projects/edx-developer-guide/en/latest/conventions/preventing_xss.html#xss-linter\n"
|
||||
epilog += " https://edx.readthedocs.org/projects/edx-developer-guide/en/latest/conventions/preventing_xss.html#xss-linter\n"
|
||||
|
||||
parser = argparse.ArgumentParser(
|
||||
formatter_class=argparse.RawDescriptionHelpFormatter,
|
||||
|
||||
Reference in New Issue
Block a user