summary refs log tree commit diff
diff options
context:
space:
mode:
authorElias Probst <mail@eliasprobst.eu>2023-07-26 18:57:17 +0200
committerElias Probst <mail@eliasprobst.eu>2023-07-26 19:02:29 +0200
commit2b0545b4239f35c464acb6fee0a85191bfa9df74 (patch)
tree8448200d36711567a1c174db465c6aa11bd68f3b
parente2a43fbfb3f0535d866d3e6a516dae30821d7d9d (diff)
downloadnixpkgs-2b0545b4239f35c464acb6fee0a85191bfa9df74.tar
nixpkgs-2b0545b4239f35c464acb6fee0a85191bfa9df74.tar.gz
nixpkgs-2b0545b4239f35c464acb6fee0a85191bfa9df74.tar.bz2
nixpkgs-2b0545b4239f35c464acb6fee0a85191bfa9df74.tar.lz
nixpkgs-2b0545b4239f35c464acb6fee0a85191bfa9df74.tar.xz
nixpkgs-2b0545b4239f35c464acb6fee0a85191bfa9df74.tar.zst
nixpkgs-2b0545b4239f35c464acb6fee0a85191bfa9df74.zip
nixos/paperless: update URL to docs
-rw-r--r--nixos/modules/services/misc/paperless.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/paperless.nix b/nixos/modules/services/misc/paperless.nix
index 84c06bae6cd..1845d8ad29b 100644
--- a/nixos/modules/services/misc/paperless.nix
+++ b/nixos/modules/services/misc/paperless.nix
@@ -176,7 +176,7 @@ in
       description = lib.mdDoc ''
         Extra paperless config options.
 
-        See [the documentation](https://paperless-ngx.readthedocs.io/en/latest/configuration.html)
+        See [the documentation](https://docs.paperless-ngx.com/configuration/)
         for available options.
 
         Note that some options such as `PAPERLESS_CONSUMER_IGNORE_PATTERN` expect JSON values. Use `builtins.toJSON` to ensure proper quoting.