Skip to content

Commit 97993f4

Browse files
committed
Update www.sap.com links
1 parent 2996be5 commit 97993f4

11 files changed

Lines changed: 15 additions & 19 deletions

File tree

README.MD

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

4-
# Tutorials for www.sap.com
4+
# Tutorials for https://developers.sap.com
55
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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Finally, **activate your AMC Application** by pressing **`Ctrl+F3`**.
6969
[ACCORDION-END]
7070
[ACCORDION-BEGIN [Step 3: ](Implement ABAP Daemon events)]
7171

72-
>The implementation of the events `ON_ACCEPT`, `ON_START` and `ON_STOP` is based on the tutorial [**Create a Simple ABAP Daemon**](http://www.sap.com?replacelink). If you need further information regarding these events, check out the tutorial or take a look at the [official documentation](https://help.sap.com/viewer/753088fc00704d0a80e7fbd6803c8adb/1709.001/en-US/311af9b769d84fffa7b7384bae27109c.html).
72+
>The implementation of the events `ON_ACCEPT`, `ON_START` and `ON_STOP` is based on the tutorial [**Create a Simple ABAP Daemon**](abap-connectivity-daemon-simple). If you need further information regarding these events, check out the tutorial or take a look at the [official documentation](https://help.sap.com/viewer/753088fc00704d0a80e7fbd6803c8adb/1709.001/en-US/311af9b769d84fffa7b7384bae27109c.html).
7373
7474
Replace the empty `ON_ACCEPT` method of your daemon class with the following code. This checks the call stack for whether the program is authorized to start the daemon.
7575
```ABAP

tutorials/abap-dev-adt-create-cds-view/abap-dev-adt-create-cds-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ You will add the following:
2222
- CASE statement
2323
- WHERE clause
2424

25-
You can find more information about CDS in the [ABAP keyword documentation](https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-US/abencds.htm) and the [SAP Community](https://www.sap.com/community/topic/abap.html).
25+
You can find more information about CDS in the [ABAP keyword documentation](https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-US/abencds.htm) and the [SAP Community](https://www.sap.com/community/topics/abap.html).
2626

2727
---
2828

tutorials/cp-s4-ext-slt2-setup-slt/cp-s4-ext-slt2-setup-slt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ In this step you will ensure that the SAP HANA database you created in the previ
103103
104104
In this step you will install the current version of `SAP Cloud Connnector` and set up a `Service Channel`. This service allows your SAP NetWeaver backend system to connect to the HANA database running in your SAP Cloud Platform account.
105105
106-
1. Install SAP Cloud Connector as described in [this tutorial](https://www.sap.com/developer/tutorials/cp-connectivity-install-cloud-connector.html). You may chose to install this in your host operating system, or in the openSUSE Linux running in your `VirtualBox` VM.
106+
1. Install SAP Cloud Connector as described in [this tutorial](cp-connectivity-install-cloud-connector). You may chose to install this in your host operating system, or in the openSUSE Linux running in your `VirtualBox` VM.
107107
108108
2. Connect the SAP Cloud COnnector to your SAP Cloud Platform trial account.
109109

tutorials/cp-workflow-build-approval-ui/cp-workflow-build-approval-ui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ time: 15
88
---
99

1010
## Prerequisites
11-
- **Tutorials:** You have executed the previous tutorials in [Get started with SAP Cloud Platform workflows](https://www.sap.com/developer/groups/cp-workflow-service.html).
11+
- **Tutorials:** You have executed the previous tutorials in [Get started with SAP Cloud Platform workflows](https://developers.sap.com/group.cp-workflow-service.html).
1212

1313
## Details
1414
### You will learn

tutorials/cp-workflow-getting-started/cp-workflow-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ time: 5
88
---
99

1010
## Prerequisites
11-
- **Tutorials:** [Sign up for a free trial account on SAP Cloud Platform](https://www.sap.com/developer/tutorials/hcp-create-trial-account.html)
11+
- **Tutorials:** [Sign up for a free trial account on SAP Cloud Platform](hcp-create-trial-account)
1212

1313
## Details
1414
### You will learn

tutorials/gateway-demo-signup/gateway-demo-signup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,6 @@ Enter the URL of the SAP Easy Access page below and click **Validate**.
9898
### Problems? Need Help?
9999
There are two different forums, depending on what type of trouble you are experiencing. *Please use the correct one, or it will take longer to answer your questions.*
100100

101-
- For questions about SAP Gateway (this includes using the Gateway server, creating services, or accessing ODATA) please post any questions to the [SAP NetWeaver Gateway Community](https://www.sap.com/community/topic/gateway.html) Q&A system.
101+
- For questions about SAP Gateway (this includes using the Gateway server, creating services, or accessing ODATA) please post any questions to the [SAP NetWeaver Gateway Community](https://www.sap.com/community/topics/gateway.html) Q&A system.
102102

103103
- For any problems with registration, or password changes, please email <rac-support@sap.com>.

tutorials/gateway-signup-faq/gateway-signup-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The System is an SAP ECC (Enterprise Core Components) filled with some Demo Data
6969

7070
[ACCORDION-BEGIN [Question 7: ](What if I need help?)]
7171

72-
If you have a question about SAP Gateway, please post a message in the [Gateway Community](https://www.sap.com/community/topic/gateway.html).
72+
If you have a question about SAP Gateway, please post a message in the [Gateway Community](https://www.sap.com/community/topics/gateway.html).
7373

7474
For problem with registration or system availability only, please email the system support team at <mailto:rac-support@sap.com>.
7575

tutorials/hcp-scc-onpremise-extension-jco-rfc/hcp-scc-onpremise-extension-jco-rfc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ time: 20
1717

1818
The scenario used in this tutorial is based on the well-known `SFLIGHT` model available as default sample content in all ABAP systems.
1919

20-
It is assumed that you are using the SAP Cloud Appliance Library to get an ABAP test system plus pre-installed Cloud Connector, as described in the tutorial [Setup SAP Cloud Appliance Library account and install preconfigured SAP solution in cloud](https://www.sap.com/developer/tutorials/hcp-prepare-cal-account.html). The overall landscape of this on-premise extension scenario is then looking like in the figure below:
20+
It is assumed that you are using the SAP Cloud Appliance Library to get an ABAP test system plus pre-installed Cloud Connector, as described in the tutorial [Setup SAP Cloud Appliance Library account and install preconfigured SAP solution in cloud](hcp-prepare-cal-account). The overall landscape of this on-premise extension scenario is then looking like in the figure below:
2121

2222
![overall landscape](architecture.png)
2323

tutorials/jam-cloud-setup/jam-cloud-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The SAP Jam initial welcome page is displayed.
136136
To access the developer support communities, where you can post your questions, comments, and solutions for SAP Cloud Platform and SAP Jam integrations and development, click the following links:
137137

138138
- [SAP Cloud Platform Developer Center](https://www.sap.com/community/tag.html?id=01200615320800003694)
139-
- [SAP Jam Collaboration Developer Community](https://www.sap.com/community/topic/jam-collaboration.html)
139+
- [SAP Jam Collaboration Developer Community](https://www.sap.com/community/topics/jam-collaboration.html)
140140

141141

142142
[ACCORDION-END]

0 commit comments

Comments
 (0)