Skip to content

Commit

Permalink
fix samples link (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
oblomov-dev authored Dec 24, 2024
1 parent a82fbd8 commit d09c5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/z2ui5_cl_demo_app_000.clas.abap
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
)->toolbar_spacer(
)->link( text = 'Install with abapGit from GitHub'
target = '_blank'
href = 'https://github.com/oblomov-dev/abap2ui5'
href = 'https://github.com/abap2UI5/samples'
)->get_parent( ).

IF client->get( )-check_launchpad_active = abap_true.
Expand Down

0 comments on commit d09c5de

Please sign in to comment.