From e54d72ee7dda6e28c82d7c3ee98fe8d1f80ebb90 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Wed, 10 Nov 2021 07:19:11 +0100 Subject: [PATCH 1/2] README: fix name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ee2c94..96759c5 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Use the abapGit plug-in to install the ABAP File Uploader Examples by executing 1. In your ABAP cloud project, create an ABAP package for the demo content to be downloaded (leave the suggested values unchanged when following the steps in the package creation wizard). 2. To add the abapGit Repositories view to the ABAP perspective, click `Window` > `Show View` > `Other...` from the menu bar and choose `abapGit Repositories`. 3. In the abapGit Repositories view, click the `+` icon to clone an abapGit repository. -4. Enter the following URL of this repository: `https://github.com/SAP-samples/abap-file-uploader` and choose Next. +4. Enter the following URL of this repository: `https://github.com/SAP-samples/cloud-abap-event-mesh-api` and choose Next. 5. Create a new transport request that you only use for this demo content installation (recommendation) and choose Finish to link the Git repository to your ABAP cloud project. The repository appears in the abapGit Repositories View with status Linked. 6. Right-click on the new ABAP repository and choose `pull` to start the cloning of the repository contents. Note that this procedure may take a few minutes. 8. Once the cloning has finished, the status is set to `Pulled Successfully`. Then refresh your project tree. From ecf56fe7b4a041996256057d8be62168aa7e93df Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Wed, 10 Nov 2021 07:21:02 +0100 Subject: [PATCH 2/2] fix blog link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96759c5..67d812c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Description -This sample code shows ABAP developers how they can leverage the SAP Event Mesh when working in the SAP BTP, ABAP Environment(aka Steampunk). For more information, check out the blog post [here]( https://blogs.sap.com/2021/05/06/how-to-leverage-…abap-environment/). +This sample code shows ABAP developers how they can leverage the SAP Event Mesh when working in the SAP BTP, ABAP Environment(aka Steampunk). For more information, check out the blog post [here](https://blogs.sap.com/2021/05/06/how-to-leverage-the-sap-event-mesh-from-sap-btp-abap-environment/). ## Requirements Make sure to fulfill the following requirements: