From a646e912d188ff614d3eb2f92035b8feec90252f Mon Sep 17 00:00:00 2001 From: Martin Jungfer Date: Wed, 14 May 2025 17:21:28 +0200 Subject: [PATCH] update link to documentation Signed-off-by: Martin Jungfer --- BARVendor/ACS_scripts/acs_ibmstor.sh | 2 +- BARVendor/ACS_scripts/dm-1310acs_lvm.sh | 2 +- BARVendor/ACS_scripts/dm-1311acs_gpfs.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/BARVendor/ACS_scripts/acs_ibmstor.sh b/BARVendor/ACS_scripts/acs_ibmstor.sh index d2ec721..3a01bc7 100644 --- a/BARVendor/ACS_scripts/acs_ibmstor.sh +++ b/BARVendor/ACS_scripts/acs_ibmstor.sh @@ -7,7 +7,7 @@ # Purpose: implement the scripted interface for DB2 ACS using IBM System Storage DS4800 and Storage Manager. # This script is called by DB2 to make snapshot backups of paths provided by DB2. # -# Please see developerwork article for details: https://www.ibm.com/developerworks/data/library/techarticle/dm-1506scriptdb2copy4/dm-1506scriptdb2copy4-pdf.pdf +# Please see https://github.com/IBM/db2-samples/tree/master/BARVendor/ACS_scripts/acs_ibmstor.pdf for details. # # The following sample of source code ("Sample") is owned by International # Business Machines Corporation or one of its subsidiaries ("IBM") and is diff --git a/BARVendor/ACS_scripts/dm-1310acs_lvm.sh b/BARVendor/ACS_scripts/dm-1310acs_lvm.sh index 8ebb3c3..1adb370 100644 --- a/BARVendor/ACS_scripts/dm-1310acs_lvm.sh +++ b/BARVendor/ACS_scripts/dm-1310acs_lvm.sh @@ -6,7 +6,7 @@ # # Purpose: implement the scripted interface for DB2 ACS using Linux LVM. # -# Please see developerwork article for details: https://www.ibm.com/developerworks/data/library/techarticle/dm-1310scriptdb2copy2/dm-1310scriptdb2copy2-pdf.pdf +# Please see https://github.com/IBM/db2-samples/tree/master/BARVendor/ACS_scripts/acs_lvm.pdf for details. # # The following sample of source code ("Sample") is owned by International # Business Machines Corporation or one of its subsidiaries ("IBM") and is diff --git a/BARVendor/ACS_scripts/dm-1311acs_gpfs.sh b/BARVendor/ACS_scripts/dm-1311acs_gpfs.sh index 3787950..03d9a0c 100644 --- a/BARVendor/ACS_scripts/dm-1311acs_gpfs.sh +++ b/BARVendor/ACS_scripts/dm-1311acs_gpfs.sh @@ -8,7 +8,7 @@ # script is called by DB2 to make GPFS snapshot backups of paths # provided by DB2. # -# Please see developerwork article for details: https://www.ibm.com/developerworks/data/library/techarticle/dm-1311scriptdb2copy3/dm-1311scriptdb2copy3-pdf.pdf +# Please see https://github.com/IBM/db2-samples/tree/master/BARVendor/ACS_scripts/acs_gpfs.pdf for details. # # The following sample of source code ("Sample") is owned by International # Business Machines Corporation or one of its subsidiaries ("IBM") and is