Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: fix name + blog link #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 <em>abapGit Repositories</em> view to the <em>ABAP</em> perspective, click `Window` > `Show View` > `Other...` from the menu bar and choose `abapGit Repositories`.
3. In the <em>abapGit Repositories</em> 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 <em>Next</em>.
4. Enter the following URL of this repository: `https://github.com/SAP-samples/cloud-abap-event-mesh-api` and choose <em>Next</em>.
5. Create a new transport request that you only use for this demo content installation (recommendation) and choose <em>Finish</em> to link the Git repository to your ABAP cloud project. The repository appears in the abapGit Repositories View with status <em>Linked</em>.
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.