From 6cf3c4781497b8ff0843375583996b3123d419e6 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Wed, 22 Jul 2026 11:37:56 -0700 Subject: [PATCH] Documentation: fix a couple broken links --- docs/changelog.md | 2 +- docs/setup.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index b402b4586..9e42a5918 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -7045,7 +7045,7 @@ primarily. ### paperless-ng 0.9.0 -- **Deprecated:** GnuPG. [See this note on the state of GnuPG in paperless-ng.](administration.md#encryption) +- **Deprecated:** GnuPG. [See this note on the state of GnuPG in paperless-ng.](#paperless-ng-093) This features will most likely be removed in future versions. - **Added:** New frontend. Features: - Single page application: It's much more responsive than the diff --git a/docs/setup.md b/docs/setup.md index f58313ddd..233a2a54e 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -157,8 +157,8 @@ Do not combine this with `USERMAP_UID` or `USERMAP_GID`, which are intended for Some file systems, such as NFS network shares, don't support file system notifications with `inotify`. When the consumption directory is on such a file system, Paperless-ngx will not pick up new files with the default -configuration. Use [`PAPERLESS_CONSUMER_POLLING`](configuration.md#PAPERLESS_CONSUMER_POLLING) -to enable polling and disable inotify. See [here](configuration.md#polling). +configuration. Set [`PAPERLESS_CONSUMER_POLLING_INTERVAL`](configuration.md#PAPERLESS_CONSUMER_POLLING_INTERVAL) +to a positive number to enable polling and disable native filesystem notifications. ## Bare Metal Install {#bare_metal}