From 82fc1c6cee645ad513b431795af559aa7806bda7 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Thu, 23 Jul 2026 09:39:00 -0700 Subject: [PATCH] Fix: correct URL for W001 check (#13220) --- src/paperless/checks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paperless/checks.py b/src/paperless/checks.py index 6cc646f6b..aea335343 100644 --- a/src/paperless/checks.py +++ b/src/paperless/checks.py @@ -293,7 +293,7 @@ def check_deprecated_db_settings( f"{var_name} is no longer supported and will be removed in v3.2. " f"Set the equivalent option via PAPERLESS_DB_OPTIONS instead. " f'Example: PAPERLESS_DB_OPTIONS=\'{{"{db_option_key}": ""}}\'. ' - "See https://docs.paperless-ngx.com/migration/ for the full reference." + "See https://docs.paperless-ngx.com/migration-v3/ for the full reference." ), id="paperless.W001", ),