summary refs log tree commit diff
path: root/docs/usage
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-10-24 13:45:31 +0100
committerDavid Robertson <davidr@element.io>2022-10-24 13:45:31 +0100
commit653044649a198d951e6eef7fcf967c563ba2d761 (patch)
tree4f17d10bc36677143ea0c9867c3c03131c6ef67f /docs/usage
parentMove setup pages into setup dir (diff)
downloadsynapse-653044649a198d951e6eef7fcf967c563ba2d761.tar.xz
Move dev pages into dev dir
Diffstat (limited to 'docs/usage')
-rw-r--r--docs/usage/configuration/config_documentation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md

index 65025d3840..9fbc328042 100644 --- a/docs/usage/configuration/config_documentation.md +++ b/docs/usage/configuration/config_documentation.md
@@ -3493,7 +3493,7 @@ user_consent: --- ### `stats` -Settings for local room and user statistics collection. See [here](../../room_and_user_statistics.md) +Settings for local room and user statistics collection. See [here](../../development/internal_documentation/room_and_user_statistics.md) for more. * `enabled`: Set to false to disable room and user statistics. Note that doing @@ -3642,7 +3642,7 @@ synapse or any other services which support opentracing Sub-options include: * `enabled`: whether tracing is enabled. Set to true to enable. Disabled by default. * `homeserver_whitelist`: The list of homeservers we wish to send and receive span contexts and span baggage. - See [here](../../opentracing.md) for more. + See [here](../../development/opentracing.md) for more. This is a list of regexes which are matched against the `server_name` of the homeserver. By default, it is empty, so no servers are matched. * `force_tracing_for_users`: # A list of the matrix IDs of users whose requests will always be traced,