Skip to content

Commit cedf456

Browse files
authored
update
1 parent 847b4fb commit cedf456

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/development/navigation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ METHOD z2ui5_if_app~main. root app
3636
ENDMETHOD.
3737
```
3838
::: tipp
39-
Sound familiar? The abap2UI5 framework is designed to emulate the classic call screen and leave to screen logic.
39+
Sound familiar? The abap2UI5 framework is designed to emulate the classic `call screen` and `leave to screen` logic.
4040
:::
4141

4242
### Launchpad
@@ -48,6 +48,6 @@ client->_event_client(
4848
`{ semanticObject: "Z2UI5_CL_LP_SAMPLE_04", action: "display" }`
4949
) ) ).
5050
```
51-
To learn more about launchpads and routing, refer to the documentation (here.)[configuration/launchpad]
51+
To learn more about launchpads and routing, refer to the documentation [here.](configuration/launchpad)
5252
### Frontend
53-
Further frontend navigation features, including back button support with routing, are currently a work in progress. Track updates (here.)[https://github.com/abap2UI5/abap2UI5/issues/1420]
53+
Further frontend navigation features, including back button support with routing, are currently a work in progress. Track updates [here.](https://github.com/abap2UI5/abap2UI5/issues/1420)

0 commit comments

Comments
 (0)