Skip to content

Commit c089e5b

Browse files
authored
add link
1 parent 90cc813 commit c089e5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/get_started/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ outline: [2, 6]
55

66
**Developing UI5 Apps Purely in ABAP – no JavaScript, OData, or RAP needed.**
77

8-
abap2UI5 is an open-source framework that brings back the simplicity of classic ABAP development to modern UI5 applications. Just as Selection Screens and ALVs could generate functional UIs with minimal code, abap2UI5 lets you create web applications with just a few lines of ABAP.
8+
abap2UI5 is an open-source framework that brings back the simplicity of classic ABAP development to modern UI5 applications. Just as Selection Screens and ALVs could generate functional UIs with minimal code, abap2UI5 lets you create web applications with just a few lines of ABAP:
99

1010
```abap
1111
CLASS zcl_my_app DEFINITION PUBLIC.
@@ -37,7 +37,7 @@ Traditional UI5 development requires JavaScript expertise, frontend deployment p
3737
- **Rapid prototyping** – quick iteration on new business applications
3838
- **Boosting productivity** – especially when frontend resources are tight
3939

40-
Each application is packaged as an abapGit project, simplifying installation across systems without separate frontend deployments.
40+
Each application is packaged as an [abapGit](https://abapgit.org) project, simplifying installation across systems without separate frontend deployments.
4141

4242
### Key Benefits
4343
<br>

0 commit comments

Comments
 (0)