Skip to content

Commit ba896d3

Browse files
update link
1 parent d35977a commit ba896d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/z2ui5_cl_demo_app_000.clas.abap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ CLASS z2ui5_cl_demo_app_000 IMPLEMENTATION.
6565
shownavbutton = xsdbool( client->get( )-s_draft-id_prev_app_stack IS NOT INITIAL )
6666
)->header_content(
6767
)->toolbar_spacer(
68-
)->link( text = 'SCN' target = '_blank' href = 'https://community.sap.com/t5/technology-blogs-by-members/abap2ui5-1-introduction-developing-ui5-apps-purely-in-abap/ba-p/13567635'
69-
)->link( text = 'Twitter' target = '_blank' href = 'https://twitter.com/abap2UI5'
70-
)->link( text = 'GitHub' target = '_blank' href = 'https://github.com/oblomov-dev/abap2ui5'
68+
* )->link( text = 'SCN' target = '_blank' href = 'https://community.sap.com/t5/technology-blogs-by-members/abap2ui5-1-introduction-developing-ui5-apps-purely-in-abap/ba-p/13567635'
69+
* )->link( text = 'Twitter' target = '_blank' href = 'https://twitter.com/abap2UI5'
70+
)->link( text = 'Install with abapGit from GitHub' target = '_blank' href = 'https://github.com/oblomov-dev/abap2ui5'
7171
)->get_parent( ).
7272

7373
page->_z2ui5( )->scrolling(

0 commit comments

Comments
 (0)