Skip to content

Commit 520e8e5

Browse files
authored
Fix broken links (#205)
1 parent b6f6457 commit 520e8e5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/development-guide/serializers/serializers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ In general, the serializer class shall process texts of an object in all availab
155155

156156
The recommended approach is to check `io_xml->i18n_params( )-main_language_only = abap_false` and then serialize the additional translations in the XML (typically using the `I18N` prefix). During deserialize, the translation languages can then be retrieved and processed accordingly.
157157

158-
Example: [`TABL`](https://github.com/abapGit/abapGit/blob/main/src/objects/zcl_abapgit_object_tabl.clas.abap).
158+
Example: [`TABL`](https://github.com/abapGit/abapGit/blob/main/src/objects/tabl/zcl_abapgit_object_tabl.clas.abap).
159159

160160
Note: A new approach for serializing translations based on LXE is under development. See [#4470](https://github.com/abapGit/abapGit/issues/4470) for further details and discussion.
161161

src/development-guide/testing/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ If you are using SAP GUI 7.7 or higher with *Edge (Chrome)* browser control, use
3434

3535
[General: Debug WebView2 Apps](https://docs.microsoft.com/en-us/microsoft-edge/webview2/how-to/debug?tabs=devtools)
3636
SAP Note [3099670](https://me.sap.com/notes/3099670) - SAP GUI for Windows Chromium-based Edge Control: Adding remote debugging feature
37-
[How to Debug WebView2 in SAP GUI](https://blogs.sap.com/2023/01/20/sap-gui-for-windows-8.00-is-coming-on-27th-of-january-2023-new-features-lifecycle-information/comment-page-1/#comment-680362)
37+
[How to Debug WebView2 in SAP GUI](https://community.sap.com/t5/technology-blogs-by-sap/sap-gui-for-windows-8-00-is-coming-on-27th-of-january-2023-new-features/ba-p/13570993)
3838

3939
### SAP GUI for HTML (Web)
4040

src/user-guide/other/where-used.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ order: 50
2323

2424
## SAP
2525

26-
* [SAP IBSO](https://news.sap.com/tags/sap-innovative-business-solutions/)
26+
* [SAP IBSO](https://sap.com)
2727
* [SAP Labs Czech Republic](https://www.facebook.com/SAPLabsCZ/)
2828

2929
## Consulting and Partner

0 commit comments

Comments
 (0)