Skip to content

Commit c440864

Browse files
committed
minor #11203 Fixed some references (javiereguiluz)
This PR was merged into the 4.2 branch. Discussion ---------- Fixed some references Commits ------- 3f646a2 Fixed some references
2 parents a07ad20 + 3f646a2 commit c440864

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reference/configuration/security.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -723,10 +723,10 @@ This options defines how the application users are loaded (from a database,
723723
a LDAP server, a configuration file, etc.) Read the following articles to learn
724724
more about each of those providers:
725725

726-
* :doc:`Load users from a database </security/entity_provider>`
727-
* :doc:`Load users from a LDAP server </security/ldap>`
728-
* :ref:`Load users from a configuration file <security-user-providers>`
729-
* :doc:`Create your own user provider </security/custom_provider>`
726+
* :ref:`Load users from a database <security-entity-user-provider>`
727+
* :ref:`Load users from a LDAP server <security-ldap-user-provider>`
728+
* :ref:`Load users from a configuration file <security-memory-user-provider>`
729+
* :ref:`Create your own user provider <custom-user-provider>`
730730

731731
role_hierarchy
732732
--------------

0 commit comments

Comments
 (0)