Skip to content

Commit

Permalink
Fix LDAP default attributes dead link (Fix #136)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxidorius committed Apr 27, 2019
1 parent a44f781 commit ea58b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/stores/ldap.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ldap:
#### 3PIDs
You can also change the attribute lists for 3PID, like email or phone numbers.

The following example would overwrite the [default list of attributes](../../src/main/resources/application.yaml#L67)
The following example would overwrite the [default list of attributes](../../src/main/java/io/kamax/mxisd/config/ldap/LdapConfig.java#L64)
for emails and phone number:
```yaml
ldap:
Expand Down

0 comments on commit ea58b69

Please sign in to comment.