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