Skip to content

Commit 736d58b

Browse files
committed
nixos/sftpgo: fix upstream docs links
1 parent 122d08d commit 736d58b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nixos/modules/services/web-apps/sftpgo.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ in
6363
type = with types; nullOr path;
6464
description = ''
6565
Path to a json file containing users and folders to load (or update) on startup.
66-
Check the [documentation](https://github.com/drakkan/sftpgo/blob/main/docs/full-configuration.md)
66+
Check the [documentation](https://sftpgo.github.io/latest/config-file/)
6767
for the `--loaddata-from` command line argument for more info.
6868
'';
6969
};
@@ -72,7 +72,7 @@ in
7272
default = {};
7373
description = ''
7474
The primary sftpgo configuration. See the
75-
[configuration reference](https://github.com/drakkan/sftpgo/blob/main/docs/full-configuration.md)
75+
[configuration reference](https://sftpgo.github.io/latest/config-file/)
7676
for possible values.
7777
'';
7878
type = with types; submodule {

0 commit comments

Comments
 (0)