nixos/dendrite: fix broken example conf link

Example config yaml has moved to: https://github.com/matrix-org/dendrite/blob/main/dendrite-sample.yaml
This commit is contained in:
M. Ian Graham
2024-09-15 21:31:37 +09:00
parent 9dd73aaac8
commit 70f53bf307
+1 -1
View File
@@ -258,7 +258,7 @@ in
default = { };
description = ''
Configuration for dendrite, see:
<https://github.com/matrix-org/dendrite/blob/master/dendrite-config.yaml>
<https://github.com/matrix-org/dendrite/blob/main/dendrite-sample.yaml>
for available options with which to populate settings.
'';
};