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/tracer.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/tracer.py')
-rw-r--r-- | synapse/config/tracer.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/config/tracer.py b/synapse/config/tracer.py index d0ea17261f..21b9a88353 100644 --- a/synapse/config/tracer.py +++ b/synapse/config/tracer.py @@ -81,7 +81,7 @@ class TracerConfig(Config): #enabled: true # The list of homeservers we wish to send and receive span contexts and span baggage. - # See docs/opentracing.rst. + # See https://matrix-org.github.io/synapse/latest/opentracing.html. # # This is a list of regexes which are matched against the server_name of the # homeserver. |