From 8f630081ed29152354c0aa4426c671f52715191e Mon Sep 17 00:00:00 2001 From: sandraros <34005250+sandraros@users.noreply.github.com> Date: Sun, 9 Jan 2022 07:15:02 +0100 Subject: [PATCH] zdemo_excel20 shows old abap2xlsx URL (#963) --- src/demos/zdemo_excel20.prog.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/demos/zdemo_excel20.prog.abap b/src/demos/zdemo_excel20.prog.abap index 4bf5f57..255eca3 100644 --- a/src/demos/zdemo_excel20.prog.abap +++ b/src/demos/zdemo_excel20.prog.abap @@ -156,7 +156,7 @@ FORM export_to_excel. wa_listheader-typ = 'A'. wa_listheader-info = - 'Project hosting at https://cw.sdn.sap.com/cw/groups/abap2xlsx'. + 'Project hosting at https://github.com/abap2xlsx'. APPEND wa_listheader TO gt_listheader. * write to excel using method Bin_ALV