diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-07-07 13:35:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 12:35:45 +0100 |
commit | 56fd5fa8e1cacdba89ff1c9a9c18d0d6f0cb0f74 (patch) | |
tree | 4de74666145ca7c0de7b7861587394c6258b122c /synapse/config/tracer.py | |
parent | Fix broken link (diff) | |
download | synapse-56fd5fa8e1cacdba89ff1c9a9c18d0d6f0cb0f74.tar.xz |
Update links to documentation in sample config (#10287)
Signed-off-by: Dirk Klimpel dirk@klimpel.org
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. |