Fix: correct URL for W001 check (#13220)

This commit is contained in:
shamoon
2026-07-23 16:39:00 +00:00
committed by GitHub
parent cd3c162e6e
commit 82fc1c6cee
+1 -1
View File
@@ -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}": "<value>"}}\'. '
"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",
),