From a16080810bee8b3baf9ae7ac7b8433cb7b293e00 Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Mon, 15 Jun 2020 09:44:08 +0200 Subject: Fixed #31696 -- Updated OWASP links in docs. --- docs/ref/class-based-views/mixins-single-object.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ref/class-based-views') diff --git a/docs/ref/class-based-views/mixins-single-object.txt b/docs/ref/class-based-views/mixins-single-object.txt index 4fb33f6ce8..1378e10823 100644 --- a/docs/ref/class-based-views/mixins-single-object.txt +++ b/docs/ref/class-based-views/mixins-single-object.txt @@ -66,7 +66,7 @@ Single object mixins non-sequential arguments. Using a unique slug may serve the same purpose, but this scheme allows you to have non-unique slugs. - .. _insecure direct object reference: https://www.owasp.org/index.php/Top_10_2013-A4-Insecure_Direct_Object_References + .. _insecure direct object reference: https://wiki.owasp.org/index.php/Top_10_2013-A4-Insecure_Direct_Object_References .. method:: get_object(queryset=None) -- cgit v1.3