Skip to content

Commit 42c4852

Browse files
committed
Update links 1
1 parent 4729f54 commit 42c4852

72 files changed

Lines changed: 228 additions & 228 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.MD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![devDependency Status](https://david-dm.org/SAPDocuments/Tutorials/dev-status.svg)](https://david-dm.org/SAPDocuments/Tutorials?type=dev)
33

44
# Tutorials for www.sap.com
5-
Welcome to the Markdown tutorial catalog for tutorials you can find on the [SAP developer pages](http://www.sap.com/developer.html) here: <http://www.sap.com/developer/tutorial-navigator.tutorials.html>.
5+
Welcome to the Markdown tutorial catalog for tutorials you can find on the [SAP developer pages](https://developers.sap.com) here: <https://developers.sap.com/tutorial-navigator.html>.
66

77

88
# How to contribute

tutorials/abap-connectivity-mqtt/abap-connectivity-mqtt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tags: [ tutorial>intermediate, topic>abap-development, topic>internet-of-things
77
---
88

99
## Prerequisites
10-
- [Create an ABAP project in Eclipse](https://www.sap.com/developer/tutorials/abap-create-project.html)
10+
- [Create an ABAP project in Eclipse](https://developers.sap.com/tutorials/abap-create-project.html)
1111
- The ABAP MQTT Client is available on **ABAP Platform 1809** and above.
1212
- You need to use **ABAP Development Tools**.
1313

tutorials/abap-create-basic-app/abap-create-basic-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ time: 10
77
---
88

99
## Prerequisites
10-
[Create an ABAP project in Eclipse](https://www.sap.com/developer/tutorials/abap-create-project.html)
10+
[Create an ABAP project in Eclipse](https://developers.sap.com/tutorials/abap-create-project.html)
1111

1212
## Details
1313
### You will learn

tutorials/abap-custom-ui-business-object/abap-custom-ui-business-object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: [ tutorial>beginner, topic>abap-development, topic>abap-extensibility ]
66
---
77

88
## Prerequisites
9-
- **Tutorials:** [`Enable SAP Web IDE for S/4HANA system via OAuth`](https://www.sap.com/developer/tutorials/abap-custom-ui-communication-arrangement.html )
9+
- **Tutorials:** [`Enable SAP Web IDE for S/4HANA system via OAuth`](https://developers.sap.com/tutorials/abap-custom-ui-communication-arrangement.html )
1010
- **Authorizations:** The assignment of the business catalog **`SAP_CORE_BC_COM`**, **`SAP_CORE_BC_EXT`** to your user represents the prerequisites.
1111

1212

tutorials/abap-custom-ui-communication-arrangement/abap-custom-ui-communication-arrangement.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: [ tutorial>beginner, topic>abap-development, topic>abap-extensibility ]
66
---
77

88
## Prerequisites
9-
- **Tutorials:** [`Create OAuth communication system and user`](https://www.sap.com/developer/tutorials/abap-custom-ui-communication-systems.html)
9+
- **Tutorials:** [`Create OAuth communication system and user`](https://developers.sap.com/tutorials/abap-custom-ui-communication-systems.html)
1010
- **Authorizations:** The assignment of the business catalog **`SAP_CORE_BC_COM`** represents the prerequisites for the usage of communication arrangement.
1111

1212

tutorials/abap-custom-ui-communication-systems/abap-custom-ui-communication-systems.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: [ tutorial>beginner, topic>abap-development, topic>abap-extensibility ]
66
---
77

88
## Prerequisites
9-
- **Tutorials:** [`Set up trust between identity authentication and SAP Cloud Platform subaccount`](https://www.sap.com/developer/tutorials/abap-custom-ui-trust-settings.html)
9+
- **Tutorials:** [`Set up trust between identity authentication and SAP Cloud Platform subaccount`](https://developers.sap.com/tutorials/abap-custom-ui-trust-settings.html)
1010
- **Authorizations:** You must assign business catalog **`SAP_CORE_BC_COM`** to your user.
1111

1212
## Details

tutorials/abap-custom-ui-generate-tile/abap-custom-ui-generate-tile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: [ tutorial>beginner, topic>abap-development, topic>abap-extensibility ]
66
---
77

88
## Prerequisites
9-
- **Tutorials:** [`Create custom UI for S/4HANA on SAP Cloud Platform`](https://www.sap.com/developer/tutorials/abap-custom-ui-tile.html)
9+
- **Tutorials:** [`Create custom UI for S/4HANA on SAP Cloud Platform`](https://developers.sap.com/tutorials/abap-custom-ui-tile.html)
1010

1111

1212
## Details

tutorials/abap-custom-ui-service-consumption/abap-custom-ui-service-consumption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: [ tutorial>beginner, topic>abap-development, topic>abap-extensibility ]
66
---
77

88
## Prerequisites
9-
- **Tutorials:** [`Expose custom business object as external web service`](https://www.sap.com/developer/tutorials/abap-custom-ui-business-object.html)
9+
- **Tutorials:** [`Expose custom business object as external web service`](https://developers.sap.com/tutorials/abap-custom-ui-business-object.html)
1010
- **Authorizations:** The assignment of the business catalog **`SAP_CORE_BC_COM`**, **`SAP_CORE_BC_EXT`** to your user represents the prerequisites.
1111

1212

tutorials/abap-custom-ui-tile/abap-custom-ui-tile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: [ tutorial>beginner, topic>abap-development, topic>abap-extensibility ]
66
---
77

88
## Prerequisites
9-
- **Tutorials:** [`Make ABAP custom business object service's consumable on SAP Cloud Platform via OAuth`](https://www.sap.com/developer/tutorials/abap-custom-ui-service-consumption.html)
9+
- **Tutorials:** [`Make ABAP custom business object service's consumable on SAP Cloud Platform via OAuth`](https://developers.sap.com/tutorials/abap-custom-ui-service-consumption.html)
1010
- **Authorizations:** Your user needs a business role with Unrestricted Write Access and business catalog Extensibility - Fiori App Development (ID: `SAP_CORE_BC_EXT_UI`). Access to a SAP Web IDE account is expected as a prerequisite.
1111

1212

tutorials/abap-custom-ui-trust-settings/abap-custom-ui-trust-settings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tags: [ tutorial>beginner, topic>abap-development, topic>abap-extensibility ]
66
---
77

88
## Prerequisites
9-
- **Tutorials:** [`Maintain platform subaccounts and SAP Web IDE permissions`](https://www.sap.com/developer/tutorials/abap-custom-ui-subaccount-permission.html)
9+
- **Tutorials:** [`Maintain platform subaccounts and SAP Web IDE permissions`](https://developers.sap.com/tutorials/abap-custom-ui-subaccount-permission.html)
1010

1111
## Details
1212
### You will learn

0 commit comments

Comments
 (0)