From 3f038194098ed5dbe4a332557fcf7196da5551cb Mon Sep 17 00:00:00 2001 From: Kyle Mulka Date: Wed, 8 May 2019 15:25:22 -0400 Subject: [PATCH] update link for xss-commit-linker (#20467) --- scripts/xss-commit-linter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/xss-commit-linter.sh b/scripts/xss-commit-linter.sh index 75c6019f9f..e63c87d33f 100755 --- a/scripts/xss-commit-linter.sh +++ b/scripts/xss-commit-linter.sh @@ -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 " https://edx.readthedocs.org/projects/edx-developer-guide/en/latest/conventions/preventing_xss.html#xss-linter" + echo " https://edx.readthedocs.io/projects/edx-developer-guide/en/latest/preventing_xss/index.html" }