summary refs log tree commit diff
path: root/docs/other
diff options
context:
space:
mode:
authorkegsay <7190048+kegsay@users.noreply.github.com>2024-02-06 09:26:55 +0000
committerGitHub <noreply@github.com>2024-02-06 09:26:55 +0000
commit505cdd044bd7086996b2ec476b488837f5b89ad3 (patch)
tree9d0f586aca54d5eb562d57192c391be81eebd5a6 /docs/other
parentBump sigstore/cosign-installer from 3.3.0 to 3.4.0 (#16890) (diff)
downloadsynapse-505cdd044bd7086996b2ec476b488837f5b89ad3.tar.xz
Fix broken links on docs (#16853)
Some links seemed to be incorrect (vector-im/sygnal and vector-im/sytest
have never been A Thing iirc) so pointed them back to matrix-org/*).
Diffstat (limited to 'docs/other')
-rw-r--r--docs/other/running_synapse_on_single_board_computers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/other/running_synapse_on_single_board_computers.md b/docs/other/running_synapse_on_single_board_computers.md
index dcf96f0056..f06563bee3 100644
--- a/docs/other/running_synapse_on_single_board_computers.md
+++ b/docs/other/running_synapse_on_single_board_computers.md
@@ -12,7 +12,7 @@ This is the main reason people have a poor matrix experience on resource constra
 
 While synapse does have some performance issues with presence [#3971](https://github.com/matrix-org/synapse/issues/3971), the fundamental problem is that this is an easy feature to implement for a centralised service at nearly no overhead, but federation makes it combinatorial [#8055](https://github.com/matrix-org/synapse/issues/8055). There is also a client-side config option which disables the UI and idle tracking [enable_presence_by_hs_url] to blacklist the largest instances but I didn't notice much difference, so I recommend disabling the feature entirely at the server level as well.
 
-[enable_presence_by_hs_url]: https://github.com/vector-im/element-web/blob/v1.7.8/config.sample.json#L45
+[enable_presence_by_hs_url]: https://github.com/element-hq/element-web/blob/v1.7.8/config.sample.json#L45
 
 ### Joining