diff options
author | Richard van der Hoff <richard@matrix.org> | 2021-07-07 12:37:10 +0100 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2021-07-07 12:37:10 +0100 |
commit | 240b3ce253b2b36d79a0a6cc18aefd70ad066de3 (patch) | |
tree | 1aa14197a7a919d4dda81be36735f36d2adb1956 /synapse/config/user_directory.py | |
parent | Simplify structure of room admin API docs (#10313) (diff) | |
parent | Update links to documentation in sample config (#10287) (diff) | |
download | synapse-240b3ce253b2b36d79a0a6cc18aefd70ad066de3.tar.xz |
Merge remote-tracking branch 'origin/release-v1.38' into develop
merge @dklimpel's fixes to the sample config
Diffstat (limited to 'synapse/config/user_directory.py')
-rw-r--r-- | synapse/config/user_directory.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/user_directory.py b/synapse/config/user_directory.py index 4cbf79eeed..b10df8a232 100644 --- a/synapse/config/user_directory.py +++ b/synapse/config/user_directory.py @@ -50,7 +50,7 @@ class UserDirectoryConfig(Config): # # If you set it true, you'll have to rebuild the user_directory search # indexes, see: - # https://github.com/matrix-org/synapse/blob/master/docs/user_directory.md + # https://matrix-org.github.io/synapse/latest/user_directory.html # # Uncomment to return search results containing all known users, even if that # user does not share a room with the requester. |