diff --git a/rules/S5131/python/rule.adoc b/rules/S5131/python/rule.adoc index b812840c3b1..305f7b9f99f 100644 --- a/rules/S5131/python/rule.adoc +++ b/rules/S5131/python/rule.adoc @@ -24,8 +24,8 @@ include::../common/resources/docs.adoc[] * https://docs.djangoproject.com/en/4.0/ref/request-response/[Django Project, Request and response objects (Django 4.0)] * https://docs.djangoproject.com/en/4.0/ref/templates/builtins[Django, Built-in template tags and filters] -* https://flask.palletsprojects.com/en/2.1.x/security/?highlight=xss#cross-site-scripting-xss[Flask, Security Considerations] -* https://jinja.palletsprojects.com/en/3.0.x/templates/[The Pallets Projects, Jinja, Template Designer Documentation] +* https://flask.palletsprojects.com/en/stable/web-security/?highlight=xss#cross-site-scripting-xss[Flask, Security Considerations] +* https://jinja.palletsprojects.com/en/stable/templates/[The Pallets Projects, Jinja, Template Designer Documentation] include::../common/resources/articles.adoc[]