From 115f1fb7f06762287eec816fcf0c22d58d5866a7 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 17 Nov 2025 15:41:11 +0100 Subject: [PATCH] Update migration guide link in paperless-ngx.sh --- 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 a124dcd84..980364f54 100644 --- a/ct/paperless-ngx.sh +++ b/ct/paperless-ngx.sh @@ -41,7 +41,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 "${TAB}${GATEWAY}${BGN}https://github.com/community-scripts/ProxmoxVE/discussions/XXXX${CL}" + echo -e "${TAB}${GATEWAY}${BGN}https://github.com/community-scripts/ProxmoxVE/discussions/9223${CL}" echo -e "" msg_custom "⚠️" "Update aborted. Please migrate your data first." exit 1