From 0c24310e90fdb2e76a487095ad1d94177be854fe Mon Sep 17 00:00:00 2001 From: jsspen <70607838+jsspen@users.noreply.github.com> Date: Mon, 3 Aug 2026 21:23:59 +0000 Subject: [PATCH] Correction to link displayed when old data structure is detected during an attempted update (#16241) --- ct/paperless-ngx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/paperless-ngx.sh b/ct/paperless-ngx.sh index 10fe9b37c..155f063af 100644 --- a/ct/paperless-ngx.sh +++ b/ct/paperless-ngx.sh @@ -42,7 +42,7 @@ function update_script() { echo -e "" msg_custom "🔄" "Migration required to new data structure (/opt/paperless_data/)" msg_custom "📖" "Please follow the migration guide:" - echo -e "${GATEWAY}${BGN}https://github.com/community-scripts/ProxmoxVE/discussions/9223${CL}" + echo -e "${GATEWAY}${BGN}https://github.com/community-scripts/ProxmoxVE/pull/9223${CL}" echo -e "" msg_custom "⚠️" "Update aborted. Please migrate your data first." exit 253