summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-25 14:28:41 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-25 14:28:41 +0000
commit672f630a1e77ee47af8ffe2ab65b7992c86d9768 (patch)
tree6cf70f2cec083dbb33ad873a3f50d8249eaab76b /synapse
parentFix race condition in room stats. (#6029) (diff)
parent(#5849) Convert rst to markdown (#6040) (diff)
downloadsynapse-672f630a1e77ee47af8ffe2ab65b7992c86d9768.tar.xz
(#5849) Convert rst to markdown (#6040)
Diffstat (limited to 'synapse')
-rw-r--r--synapse/config/server.py12
1 files changed, 6 insertions, 6 deletions
diff --git a/synapse/config/server.py b/synapse/config/server.py

index 6fe9d8c6a8..71c13828cb 100644 --- a/synapse/config/server.py +++ b/synapse/config/server.py
@@ -468,7 +468,7 @@ class ServerConfig(Config): ( "The metrics_port configuration option is deprecated in Synapse 0.31 " "in favour of a listener. Please see " - "http://github.com/matrix-org/synapse/blob/master/docs/metrics-howto.rst" + "http://github.com/matrix-org/synapse/blob/master/docs/metrics-howto.md" " on how to configure the new listener." ) ) @@ -708,8 +708,8 @@ class ServerConfig(Config): # # type: the type of listener. Normally 'http', but other valid options are: # 'manhole' (see docs/manhole.md), - # 'metrics' (see docs/metrics-howto.rst), - # 'replication' (see docs/workers.rst). + # 'metrics' (see docs/metrics-howto.md), + # 'replication' (see docs/workers.md). # # tls: set to true to enable TLS for this listener. Will use the TLS # key/cert specified in tls_private_key_path / tls_certificate_path. @@ -744,12 +744,12 @@ class ServerConfig(Config): # # media: the media API (/_matrix/media). # - # metrics: the metrics interface. See docs/metrics-howto.rst. + # metrics: the metrics interface. See docs/metrics-howto.md. # # openid: OpenID authentication. # # replication: the HTTP replication API (/_synapse/replication). See - # docs/workers.rst. + # docs/workers.md. # # static: static resources under synapse/static (/_matrix/static). (Mostly # useful for 'fallback authentication'.) @@ -769,7 +769,7 @@ class ServerConfig(Config): # that unwraps TLS. # # If you plan to use a reverse proxy, please see - # https://github.com/matrix-org/synapse/blob/master/docs/reverse_proxy.rst. + # https://github.com/matrix-org/synapse/blob/master/docs/reverse_proxy.md. # %(unsecure_http_bindings)s