From 2409140975afc2195de4c3f8c24b16078aae82b8 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Fri, 27 Nov 2015 15:27:42 -0500 Subject: [PATCH] removing link to an old, non-existent article --- cookbook/security/voters.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cookbook/security/voters.rst b/cookbook/security/voters.rst index 00aad456a49..9b7be023bd8 100644 --- a/cookbook/security/voters.rst +++ b/cookbook/security/voters.rst @@ -9,11 +9,6 @@ In Symfony, you can check the permission to access data by using the for many applications. A much easier solution is to work with custom voters, which are like simple conditional statements. -.. seealso:: - - Voters can also be used in other ways, like, for example, blacklisting IP - addresses from the entire application: :doc:`/cookbook/security/voters`. - .. tip:: Take a look at the