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", ),