summary refs log tree commit diff
path: root/synapse/config/tracer.py
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2021-07-07 13:35:45 +0200
committerGitHub <noreply@github.com>2021-07-07 12:35:45 +0100
commit56fd5fa8e1cacdba89ff1c9a9c18d0d6f0cb0f74 (patch)
tree4de74666145ca7c0de7b7861587394c6258b122c /synapse/config/tracer.py
parentFix broken link (diff)
downloadsynapse-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.py2
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.