diff --git a/README.md b/README.md index 9ee2c94..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: @@ -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.