Skip to content

Commit d09c5de

Browse files
authored
fix samples link (#473)
1 parent a82fbd8 commit d09c5de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/z2ui5_cl_demo_app_000.clas.abap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
7070
)->toolbar_spacer(
7171
)->link( text = 'Install with abapGit from GitHub'
7272
target = '_blank'
73-
href = 'https://github.com/oblomov-dev/abap2ui5'
73+
href = 'https://github.com/abap2UI5/samples'
7474
)->get_parent( ).
7575

7676
IF client->get( )-check_launchpad_active = abap_true.

0 commit comments

Comments
 (0)