nixos/mautrix-telegram: fix link to example config
This commit is contained in:
parent
8e803f4364
commit
4abe8dcd61
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ in {
|
|||
description = lib.mdDoc ''
|
||||
{file}`config.yaml` configuration as a Nix attribute set.
|
||||
Configuration options should match those described in
|
||||
[example-config.yaml](https://github.com/tulir/mautrix-telegram/blob/master/example-config.yaml).
|
||||
[example-config.yaml](https://github.com/mautrix/telegram/blob/master/mautrix_telegram/example-config.yaml).
|
||||
|
||||
Secret tokens should be specified using {option}`environmentFile`
|
||||
instead of this world-readable attribute set.
|
||||
|
|
Loading…
Reference in a new issue